Skip to content

Commit

Permalink
chore: fix wasm headers for stg and prod (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga authored May 23, 2024
1 parent 7181b98 commit 8a2a98e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "credentialless"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
},
{
Expand All @@ -43,6 +58,21 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "credentialless"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
}
]
Expand Down

0 comments on commit 8a2a98e

Please sign in to comment.