diff --git a/deploy/prod/nginx.conf.tmpl b/deploy/prod/nginx.conf.tmpl index 0c07e8b863c761bf4e4a62a91571755e3207dcc1..d91f5f6723b2913275c040e7a67144ddf0b853d6 100644 --- a/deploy/prod/nginx.conf.tmpl +++ b/deploy/prod/nginx.conf.tmpl @@ -65,7 +65,6 @@ http { add_header X-XSS-Protection "1; mode=block"; add_header Referrer-Policy "no-referrer"; - add_header X-Frame-Options DENY; add_header X-Content-Type-Options nosniff; add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: base64;"; add_header Cache-Control "no-cache,no-store,must-revalidate";