Skip to content

Commit bc2e42d

Browse files
chore: use require-corp
1 parent fad9afc commit bc2e42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const nextConfig = {
2626
headers: [
2727
{
2828
key: 'Cross-Origin-Embedder-Policy',
29-
value: 'credentialless',
29+
value: 'require-corp',
3030
},
3131
{
3232
key: 'Cross-Origin-Opener-Policy',

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"headers": [
267267
{
268268
"key": "Cross-Origin-Embedder-Policy",
269-
"value": "credentialless"
269+
"value": "require-corp"
270270
},
271271
{
272272
"key": "Cross-Origin-Opener-Policy",

0 commit comments

Comments
 (0)