We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54fc9b commit 617e622Copy full SHA for 617e622
examples/.htaccess
@@ -1 +1,13 @@
1
-php_value auto_prepend_file "waf.php"
+php_value auto_prepend_file "waf.php"
2
+
3
+<IfModule mod_headers.c>
4
+ Header set X-XSS-Protection "1; mode=block"
5
+</IfModule>
6
7
+<IfModule mod_rewrite.c>
8
+ RewriteEngine On
9
10
+ RewriteCond %{REQUEST_FILENAME} !-d
11
+ RewriteCond %{REQUEST_FILENAME} !-f
12
+ RewriteRule .* index.php [L,NC,QSA]
13
0 commit comments