|
@@ -11,6 +11,10 @@ ssi_types application/x-javascript application/javascript;
|
|
index index.html index.htm;
|
|
index index.html index.htm;
|
|
error_page 404 /static/404.html;
|
|
error_page 404 /static/404.html;
|
|
|
|
|
|
|
|
+# Security headers
|
|
|
|
+add_header X-Content-Type-Options nosniff;
|
|
|
|
+add_header X-XSS-Protection "1; mode=block";
|
|
|
|
+
|
|
location = /config.js {
|
|
location = /config.js {
|
|
alias /config/config.js;
|
|
alias /config/config.js;
|
|
}
|
|
}
|