Skip to content

Commit 8b7f034

Browse files
committed
WIP
1 parent be2d7e0 commit 8b7f034

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/docker-compose/nginx.gateway.tls.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ server {
2323
ssl_session_cache shared:MozSSL:10m;
2424

2525
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;
2630

2731
include /etc/nginx/conf.d/gateway.routing;
2832
}

0 commit comments

Comments
 (0)