Add Access-Control-Allow-Origin in README

This commit is contained in:
blank X 2022-01-17 16:59:03 +07:00
parent 2be821f324
commit 815544295f
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ proxy point to the server with these headers:
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'none'; img-src 'self'; media-src 'self'; style-src 'self' 'unsafe-inline'; sandbox Content-Security-Policy: default-src 'none'; img-src 'self'; media-src 'self'; style-src 'self' 'unsafe-inline'; sandbox
X-Content-Type-Options: nosniff X-Content-Type-Options: nosniff
Access-Control-Allow-Origin: *
``` ```