0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00
htmlpurifier/benchmarks/.htaccess

8 lines
123 B
ApacheConf
Raw Normal View History

2018-11-11 19:55:13 +00:00
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</ifModule>