remove X-XSS-Protection header from nginx.conf

This commit is contained in:
Your Name
2022-05-10 22:41:10 +02:00
parent 389438d18b
commit f7a3ecee2c

View File

@@ -117,7 +117,6 @@ http {
add_header X-Frame-Options 'SAMEORIGIN';
add_header X-Content-Type-Options 'nosniff';
add_header X-Permitted-Cross-Domain-Policies 'none';
add_header X-XSS-Protection '0';
add_header Referrer-Policy 'same-origin';
# mozilla autoconfiguration