diff --git a/conf/nginx.conf b/conf/nginx.conf index d5d8b95..37a65e3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -37,5 +37,5 @@ location / { } location ~ ^/media { - more_set_headers Content-Security-Policy "script-src 'none';"; + more_set_headers Content-Security-Policy "script-src 'sandbox';"; }