We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2d7e0 commit 8b7f034Copy full SHA for 8b7f034
1 file changed
deploy/docker-compose/nginx.gateway.tls.conf
@@ -23,6 +23,10 @@ server {
23
ssl_session_cache shared:MozSSL:10m;
24
25
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
26
+
27
+ add_header X-Content-Type-Options "nosniff" always;
28
+ add_header Permissions-Policy "geolocation=(), microphone=(), camera=()" always;
29
+ add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: https://*.openops.com https://fonts.cdnfonts.com https://fonts.googleapis.com https://fonts.gstatic.com https://api.github.com https://cdn.jsdelivr.net" always;
30
31
include /etc/nginx/conf.d/gateway.routing;
32
}
0 commit comments