Skip to content

Commit 542f8c1

Browse files
committed
CORS
1 parent bbe20d3 commit 542f8c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netlify.toml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
for = "/*"
1414
[headers.values]
1515
Access-Control-Allow-Origin = "*"
16+
Access-Control-Allow-Methods = "*"
17+
Access-Control-Allow-Headers = "Origin, X-Requested-With, Content-Type, Accept"
1618

1719
[[headers]]
1820
for = "/.well-known/webfinger"

0 commit comments

Comments
 (0)