diff --git a/apps/dotcom/src/utils/csp.ts b/apps/dotcom/src/utils/csp.ts index 3001d66f4..39c5c40fc 100644 --- a/apps/dotcom/src/utils/csp.ts +++ b/apps/dotcom/src/utils/csp.ts @@ -5,6 +5,7 @@ export const cspDirectives: { [key: string]: string[] } = { `ws:`, `wss:`, 'blob:', + 'http://localhost:8788', `https://assets.tldraw.xyz`, `https://*.tldraw.workers.dev`, `https://*.ingest.sentry.io`,