Parcourir la source

Add "Order" to assure that no parental "Allow" can grant access

Signed-off-by: MichaIng <micha@dietpi.com>
tags/v18.0.0beta4
MichaIng il y a 4 ans
Parent
révision
592eecdb7d
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      config/.htaccess

+ 2
- 0
config/.htaccess Voir le fichier

@@ -3,6 +3,7 @@
Require all denied
</IfModule>
<IfModule mod_access_compat.c>
Order Allow,Deny
Deny from all
Satisfy All
</IfModule>
@@ -11,6 +12,7 @@
<IfModule !mod_authz_core.c>
<IfModule !mod_access_compat.c>
<IfModule mod_authz_host.c>
Order Allow,Deny
Deny from all
</IfModule>
Satisfy All

Chargement…
Annuler
Enregistrer