From 57eeaf8ffc9de0f1b4cc7d064a131739d8536e9a Mon Sep 17 00:00:00 2001 From: Anthony <62391911+ajwood1965@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:12:35 -0500 Subject: [PATCH] add cors policy for sharedarraybuffer --- docs/staticwebapp.config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/staticwebapp.config.json diff --git a/docs/staticwebapp.config.json b/docs/staticwebapp.config.json new file mode 100644 index 00000000..11c10dee --- /dev/null +++ b/docs/staticwebapp.config.json @@ -0,0 +1,7 @@ +{ + "globalHeaders": { + "Access-Control-Allow-Origin": "*", + "Cross-Origin-Embedder-Policy": "require-corp", + "Cross-Origin-Opener-Policy": "same-origin" + } + } \ No newline at end of file