From 2d327dc73d88b07f013f0fead92b76ea8f5a49b5 Mon Sep 17 00:00:00 2001 From: Carla Paiva Date: Mon, 8 Jan 2024 23:57:29 -0300 Subject: [PATCH] fix: add global headers --- staticwebapp.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 staticwebapp.config.json 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