Skip to content

Commit 040b878

Browse files
committed
feat(Netlify): Added permissive CORS headers
Signed-off-by: JBBianchi <[email protected]>
1 parent 94d767a commit 040b878

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_headers

+5
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)