Skip to content

Commit 2373089

Browse files
chore: add cross origin isolation headers to vercel
1 parent fdfd0d9 commit 2373089

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

vercel.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,19 @@
261261
}
262262
],
263263
"headers": [
264+
{
265+
"source": "/(.*)",
266+
"headers": [
267+
{
268+
"key": "Cross-Origin-Embedder-Policy",
269+
"value": "credentialless"
270+
},
271+
{
272+
"key": "Cross-Origin-Opener-Policy",
273+
"value": "same-origin"
274+
}
275+
]
276+
},
264277
{
265278
"source": "/fonts/(.*).woff2",
266279
"headers": [

0 commit comments

Comments
 (0)