Skip to content

Commit

Permalink
CORS header Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Apr 13, 2023
1 parent 681baa0 commit 8bb1ed7
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ from = "https://master--thomasbnt.netlify.app/"
to = "https://awesomewebmonetization.netlify.app/"
status = 301
force = true
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Loading

0 comments on commit 8bb1ed7

Please sign in to comment.