Compare commits

..

No commits in common. "e66f06d304704f4c4bc12b64010630e477ab48d5" and "e5adcce1df7ffbd7e45dad365baefea3ca8f7e9f" have entirely different histories.

View file

@ -38,7 +38,7 @@ in {
more_set_headers 'Strict-Transport-Security: $hsts_header'; more_set_headers 'Strict-Transport-Security: $hsts_header';
more_set_headers 'Content-Security-Policy: upgrade-insecure-requests'; more_set_headers 'Content-Security-Policy: upgrade-insecure-requests';
more_set_headers 'Referrer-Policy: origin-when-cross-origin'; more_set_headers 'Referrer-Policy: origin-when-cross-origin';
more_set_headers 'X-Frame-Options: SAMEORIGIN'; more_set_headers 'X-Frame-Options: DENY';
more_set_headers 'X-Content-Type-Options: nosniff'; more_set_headers 'X-Content-Type-Options: nosniff';
more_set_headers 'X-XSS-Protection: 0'; more_set_headers 'X-XSS-Protection: 0';
''; '';