Skip to content

Commit ad92825

Browse files
authored
Merge pull request #165 from neuroglia-io/feat-cors-headers
Added permissive CORS headers
2 parents a3d4100 + 6ecd878 commit ad92825

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)