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 1875271 commit 61a9462Copy full SHA for 61a9462
nginx.conf
@@ -1,8 +1,3 @@
1
-server {
2
-add_header X-Frame-Options "SAMEORIGIN";
3
-add_header X-XSS-Protection "1; mode=block";
4
-add_header X-Content-Type-Options "nosniff";
5
-
6
location / {
7
# try to serve file directly, fallback to rewrite
8
try_files $uri @rewriteapp;
@@ -17,5 +12,4 @@ location ~ ^/index\.php(/|$) {
17
12
try_files @heroku-fcgi @heroku-fcgi;
18
13
# ensure that /index.php isn't accessible directly, but only through a rewrite
19
14
internal;
20
- }
21
15
}
0 commit comments