Skip to content

Commit dff71b6

Browse files
committed
Include Methods and Headers CORS headers
1 parent a6746c7 commit dff71b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/netlify.toml

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
for = "/assets/meta/app-16.png"
2424
[headers.values]
2525
Access-Control-Allow-Origin = "*"
26+
Access-Control-Allow-Methods = "GET, HEAD, OPTIONS"
27+
Access-Control-Allow-Headers = "DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range"

0 commit comments

Comments
 (0)