mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
8 lines
123 B
ApacheConf
8 lines
123 B
ApacheConf
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|
|
|
|
<IfModule !mod_authz_core.c>
|
|
Deny from all
|
|
</ifModule>
|