nginx-proxy-manager/rootfs/usr/local/nginx/conf/conf.d/include/hsts.conf
2024-01-12 20:30:18 +01:00

7 lines
340 B
Text

more_set_headers "X-XSS-Protection: 0";
more_set_headers "X-Frame-Options: SAMEORIGIN";
more_set_headers "X-Content-Type-Options: nosniff";
more_set_headers "Referrer-Policy: strict-origin-when-cross-origin";
more_set_headers "Content-Security-Policy: $content_security_policy";
more_set_headers "Strict-Transport-Security: $hsts_header";