aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/maintenance/.htaccess
blob: 8f6c141468ad2e6a1637420368dc6ba3f88b36cd (plain) (blame)
1
2
3
4
5
6
7
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>

<IfModule !mod_authz_core.c>
    Deny from all
</ifModule>