We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6586f2 commit 2a0120dCopy full SHA for 2a0120d
web/rootfs/defaults/meet.conf
@@ -11,6 +11,10 @@ ssi_types application/x-javascript application/javascript;
11
index index.html index.htm;
12
error_page 404 /static/404.html;
13
14
+# Security headers
15
+add_header X-Content-Type-Options nosniff;
16
+add_header X-XSS-Protection "1; mode=block";
17
+
18
location = /config.js {
19
alias /config/config.js;
20
}
web/rootfs/defaults/ssl.conf
@@ -20,5 +20,3 @@ ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-
21
# headers
22
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
23
-add_header X-Content-Type-Options nosniff;
24
-add_header X-XSS-Protection "1; mode=block";
0 commit comments