Skip to content

Commit 0064cfc

Browse files
Update createCsp.ts
1 parent dc4bddf commit 0064cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/createCsp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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'
24+
2525
// allow inline wasm evaluation
2626
csp += ' wasm-unsafe-eval'
2727
// INLINE SCRIPT HASHES

0 commit comments

Comments
 (0)