Skip to content

Commit

Permalink
fixup! Chore: Handling CORS on Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Nov 27, 2024
1 parent 1bc715d commit ee501a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/demo/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ for = "/*"
[headers.values]
# see a list of allowed values here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
access-control-allow-origin = "*"
content-security-policy = "default-src 'self' https://cdpn.io; frame-ancestors 'self' https://cdpn.io; script-src 'self' 'unsafe-inline';"

0 comments on commit ee501a1

Please sign in to comment.