1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00
Giuseppe C
2022-05-08 21:11:01 +02:00
committed by GitHub
parent e86412453a
commit 389438d18b

View File

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