aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/maintenance/.htaccess
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-09-26 18:36:06 -0700
committerzotlabs <mike@macgirvin.com>2019-09-26 18:36:06 -0700
commit02f5fa32af4708877c89a50d5fa8849f6d9e038e (patch)
treed3067651098c636e6093ada64f3b65881ade1eed /vendor/ezyang/htmlpurifier/maintenance/.htaccess
parentb6590e95b5429ec50eccd3bb9c70ff0127dbd1cb (diff)
parentec65211d54d07787871befe0e4658a469a735301 (diff)
downloadvolse-hubzilla-02f5fa32af4708877c89a50d5fa8849f6d9e038e.tar.gz
volse-hubzilla-02f5fa32af4708877c89a50d5fa8849f6d9e038e.tar.bz2
volse-hubzilla-02f5fa32af4708877c89a50d5fa8849f6d9e038e.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/ezyang/htmlpurifier/maintenance/.htaccess')
-rw-r--r--vendor/ezyang/htmlpurifier/maintenance/.htaccess8
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>