remove csp header

This commit is contained in:
Ivan Dimitrov 2023-11-27 15:06:26 +02:00
parent 3c4b8aadd5
commit 981e40175a

View File

@ -13,7 +13,6 @@
https "max-age=31536000; includeSubdomains; preload";
}
add_header Strict-Transport-Security $hsts_header;
add_header Content-Security-Policy "script-src 'self'; object-src 'none'; base-uri 'none';" always;
add_header 'Referrer-Policy' 'origin-when-cross-origin';
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;