From 769a922560a3a2ed28c27a0da7805d4886437d03 Mon Sep 17 00:00:00 2001 From: Jonas Kamsker <11245306+JKamsker@users.noreply.github.com> Date: Wed, 26 May 2021 11:30:38 +0200 Subject: [PATCH] Create staticwebapp.config.json --- 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..43eac9d --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "globalHeaders": { + "Cross-Origin-Embedder-Policy": "require-corp", + "Cross-Origin-Opener-Policy": "same-origin" + } +}