mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
7 lines
290 B
Text
7 lines
290 B
Text
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_URI} ^.*(,|;|:|<|>|">|"<|/|\\\.\.\\).* [NC,OR]
|
|
RewriteCond %{REQUEST_URI} ^.*(\=|\@|\[|\]|\^|\`|\{|\}|\~).* [NC,OR]
|
|
RewriteCond %{REQUEST_URI} ^.*(\'|%0A|%0D|%27|%3C|%3E|%00).* [NC]
|
|
RewriteRule ^(.*)$ - [F,L]
|
|
</IfModule>
|