diff --git a/conf/nginx.conf b/conf/nginx.conf index a0d8c19..54b5309 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,6 +7,7 @@ location ^~ __PATH__/ { more_set_headers "Referrer-Policy: origin always"; more_set_headers "X-Content-Type-Options: nosniff"; more_set_headers "X-XSS-Protection: 1; mode=block"; + more_set_headers "Access-Control-Allow-Origin: *"; index index.php;