We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c0003 commit 4995ffcCopy full SHA for 4995ffc
pub/.htaccess
@@ -182,3 +182,9 @@
182
order allow,deny
183
deny from all
184
</Files>
185
+
186
+<IfModule mod_headers.c>
187
+ ############################################
188
+ ## prevent clickjacking
189
+ Header set X-Frame-Options SAMEORIGIN
190
+</IfModule>
setup/.htaccess
@@ -3,3 +3,9 @@ Options -Indexes
3
<IfModule mod_rewrite.c>
4
RewriteEngine Off
5
</IfModule>
6
7
8
9
10
11
0 commit comments