Skip to content

Commit

Permalink
vercel headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Mar 7, 2024
1 parent 1cf9b2c commit 5ab412d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apps/playground/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"headers": [
{
"source": "/",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}
]
}

0 comments on commit 5ab412d

Please sign in to comment.