We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50a8f0 commit 41e9d02Copy full SHA for 41e9d02
.docker/nginx.apps.conf
@@ -8,6 +8,7 @@ server {
8
server_tokens off;
9
10
add_header X-Frame-Options DENY;
11
+ add_header X-Content-Type-Options nosniff;
12
13
location ~ /index.html|.*\.toml|.*\.json$ {
14
expires -1;
0 commit comments