Skip to content

Commit

Permalink
Add Timing-Allow-origin CORS header (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep authored Oct 30, 2023
1 parent 462f93f commit bdbbc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[headers.values]
Cache-Control = "public, max-age=604800, s-maxage=86400, stale-while-revalidate=604800"
Access-Control-Allow-Origin = "*"
Timing-Allow-Origin = "*"

[[redirects]]
from = "/"
Expand Down

0 comments on commit bdbbc1e

Please sign in to comment.