We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad9afc commit bc2e42dCopy full SHA for bc2e42d
next.config.js
@@ -26,7 +26,7 @@ const nextConfig = {
26
headers: [
27
{
28
key: 'Cross-Origin-Embedder-Policy',
29
- value: 'credentialless',
+ value: 'require-corp',
30
},
31
32
key: 'Cross-Origin-Opener-Policy',
vercel.json
@@ -266,7 +266,7 @@
266
"headers": [
267
268
"key": "Cross-Origin-Embedder-Policy",
269
- "value": "credentialless"
+ "value": "require-corp"
270
271
272
"key": "Cross-Origin-Opener-Policy",
0 commit comments