Create staticwebapp.config.json
This commit is contained in:
parent
c644591867
commit
769a922560
1 changed files with 6 additions and 0 deletions
6
staticwebapp.config.json
Normal file
6
staticwebapp.config.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"globalHeaders": {
|
||||||
|
"Cross-Origin-Embedder-Policy": "require-corp",
|
||||||
|
"Cross-Origin-Opener-Policy": "same-origin"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue