We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f060f35 commit 3a4fc20Copy full SHA for 3a4fc20
apps/dotcom/client/src/utils/csp.ts
@@ -13,6 +13,8 @@ export const cspDirectives: { [key: string]: string[] } = {
13
// for thumbnail server
14
'http://localhost:5002',
15
'https://*.clerk.accounts.dev',
16
+ 'https://clerk.tldraw.com',
17
+ 'https://clerk.staging.tldraw.com',
18
],
19
'font-src': [`'self'`, `https://fonts.googleapis.com`, `https://fonts.gstatic.com`, 'data:'],
20
'frame-src': [`https:`],
0 commit comments