Create staticwebapp.config.json

This commit is contained in:
Jonas Kamsker
2021-05-26 11:30:38 +02:00
committed by GitHub
parent c644591867
commit 769a922560

6
staticwebapp.config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"globalHeaders": {
"Cross-Origin-Embedder-Policy": "require-corp",
"Cross-Origin-Opener-Policy": "same-origin"
}
}