Skip to content

Commit 386c560

Browse files
committed
feat(Netlify): Added permissive CORS headers
1 parent 94d767a commit 386c560

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_headers

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See: https://docs.netlify.com/routing/headers/
2+
# https://answers.netlify.com/t/access-control-allow-origin-policy/1813
3+
/*
4+
Access-Control-Allow-Origin: *
5+
Access-Control-Allow-Methods: OPTIONS, GET

0 commit comments

Comments
 (0)