We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf73fa commit 9341705Copy full SHA for 9341705
nginx/default.conf.template
@@ -5,7 +5,6 @@ server {
5
location /static/ {
6
autoindex on;
7
alias /staticfiles/;
8
- add_header X-Content-Type-Options nosniff;
9
}
10
11
location / {
0 commit comments