diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..e40f764 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "globalHeaders": { + "Cross-Origin-Embedder-Policy": "require-corp", + "Cross-Origin-Opener-Policy": "same-origin" + } + } \ No newline at end of file