diff --git a/conf/nginx.conf b/conf/nginx.conf index f32af6b..ed7c0bf 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -20,7 +20,8 @@ location ^~ #LOCATION# { add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; - more_set_headers Content-Security-Policy "default-src 'self' 'unsafe-eval' data:;"; + # Add data: to allow /ynhpanel.css to be load due to image on data:base64 + more_set_headers Content-Security-Policy "default-src data:;"; # Set max upload size client_max_body_size 10G; @@ -83,7 +84,6 @@ location ^~ #LOCATION# { add_header X-Robots-Tag none; add_header X-Download-Options noopen; add_header X-Permitted-Cross-Domain-Policies none; - more_set_headers Content-Security-Policy "default-src 'self' 'unsafe-eval' data:;"; # Optional: Don't log access to assets access_log off; }