Skip to content

Commit dc4bddf

Browse files
Update createCsp.ts
1 parent 2a6dd58 commit dc4bddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/createCsp.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ csp += ' *.ens-app-v3.pages.dev'
2121
csp += ' https://app.intercom.io'
2222
csp += ' https://widget.intercom.io'
2323
csp += ' https://js.intercomcdn.com'
24+
csp += ' https://app.beta.usecapsule.com'
2425
// allow inline wasm evaluation
25-
csp += ' wasm-unsafe-eval unsafe-eval'
26+
csp += ' wasm-unsafe-eval'
2627
// INLINE SCRIPT HASHES
2728
// hiddenCheckScript
2829
csp += " 'sha256-UyYcl+sKCF/ROFZPHBlozJrndwfNiC5KT5ZZfup/pPc='"

0 commit comments

Comments
 (0)