Skip to content

Commit d03c314

Browse files
check if wasm unsafe eval is needed for worker
1 parent c1807cb commit d03c314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/createCsp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ csp += " 'self' blob:"
77
// allow Para (Capsule) worker scripts
88
csp += ' https://app.beta.usecapsule.com'
99
csp += ' https://app.usecapsule.com'
10+
csp += ' wasm-unsafe-eval'
1011
// end worker-src
1112
csp += ';'
1213

0 commit comments

Comments
 (0)