diff options
Diffstat (limited to 'vendor/ezyang/htmlpurifier/maintenance/.htaccess')
-rw-r--r-- | vendor/ezyang/htmlpurifier/maintenance/.htaccess | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vendor/ezyang/htmlpurifier/maintenance/.htaccess b/vendor/ezyang/htmlpurifier/maintenance/.htaccess index 3a4288278..8f6c14146 100644 --- a/vendor/ezyang/htmlpurifier/maintenance/.htaccess +++ b/vendor/ezyang/htmlpurifier/maintenance/.htaccess @@ -1 +1,7 @@ -Deny from all +<IfModule mod_authz_core.c> + Require all denied +</IfModule> + +<IfModule !mod_authz_core.c> + Deny from all +</ifModule> |