We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0bb09 commit 15152ecCopy full SHA for 15152ec
2 files changed
vercel.json
@@ -9,7 +9,7 @@
9
},
10
{
11
"key": "Cross-Origin-Embedder-Policy",
12
- "value": "credentialless"
+ "value": "require-corp"
13
}
14
]
15
vite.config.ts
@@ -102,7 +102,7 @@ export default defineConfig(({ mode }) => {
102
// Headers needed for bb WASM to work in multithreaded mode
103
headers: {
104
'Cross-Origin-Opener-Policy': 'same-origin',
105
- 'Cross-Origin-Embedder-Policy': 'credentialless',
+ 'Cross-Origin-Embedder-Policy': 'require-corp',
106
107
fs: {
108
allow: [searchForWorkspaceRoot(process.cwd())],
0 commit comments