Add Access-Control-Allow-Origin in README
This commit is contained in:
parent
2be821f324
commit
815544295f
|
@ -6,4 +6,5 @@ proxy point to the server with these headers:
|
|||
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
|
||||
X-Content-Type-Options: nosniff
|
||||
Access-Control-Allow-Origin: *
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue