From 386c560bde60f5a26ca8cdc3dcbe490c2dd8e4d5 Mon Sep 17 00:00:00 2001 From: JBBianchi Date: Fri, 3 Jun 2022 09:52:34 +0200 Subject: [PATCH 1/2] feat(Netlify): Added permissive CORS headers --- _headers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _headers diff --git a/_headers b/_headers new file mode 100644 index 0000000..ec65ad1 --- /dev/null +++ b/_headers @@ -0,0 +1,5 @@ +# See: https://docs.netlify.com/routing/headers/ +# https://answers.netlify.com/t/access-control-allow-origin-policy/1813 +/* + Access-Control-Allow-Origin: * + Access-Control-Allow-Methods: OPTIONS, GET \ No newline at end of file From 040b8789ff0e296de86054d96950d34321f396aa Mon Sep 17 00:00:00 2001 From: JBBianchi Date: Fri, 3 Jun 2022 09:52:34 +0200 Subject: [PATCH 2/2] feat(Netlify): Added permissive CORS headers Signed-off-by: JBBianchi --- _headers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _headers diff --git a/_headers b/_headers new file mode 100644 index 0000000..ec65ad1 --- /dev/null +++ b/_headers @@ -0,0 +1,5 @@ +# See: https://docs.netlify.com/routing/headers/ +# https://answers.netlify.com/t/access-control-allow-origin-policy/1813 +/* + Access-Control-Allow-Origin: * + Access-Control-Allow-Methods: OPTIONS, GET \ No newline at end of file