removed csp temporary to analyze angular issues

This commit is contained in:
Timo Bejan 2021-11-10 11:32:00 +02:00
parent 479a7a6ea1
commit 4fb625a352

View File

@ -6,7 +6,7 @@ server {
root /usr/share/nginx/html;
# SSL stuff for cloudflare proxy-ing - ignores SSL certificate and uses SNI
add_header Content-Security-Policy "default-src 'self'; style-src 'unsafe-inline' 'self'; script-src 'self'";
# add_header Content-Security-Policy "default-src 'self'; style-src 'unsafe-inline' 'self'; script-src 'self'";
proxy_ssl_verify off;