diff --git a/nginx.conf b/nginx.conf index 1e212daa3..d01962f9e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -79,7 +79,6 @@ server { location =/offline.html { alias /rDrama/files/assets/offline.html; add_header Content-Security-Policy "default-src 'none'; style-src 'unsafe-inline'; img-src data:; report-uri /csp_violations;"; - }