diff --git a/src/commands/Dashboard.ts b/src/commands/Dashboard.ts
index 005473ab..6e3034a4 100644
--- a/src/commands/Dashboard.ts
+++ b/src/commands/Dashboard.ts
@@ -238,7 +238,7 @@ export class Dashboard {
} 'self' 'unsafe-inline' https://*`,
`script-src ${
isProd ? `'nonce-${nonce}'` : `http://${localServerUrl} http://0.0.0.0:${localPort}`
- } 'unsafe-eval'`,
+ } https://* 'unsafe-eval'`,
`style-src ${webView.cspSource} 'self' 'unsafe-inline'`,
`font-src ${webView.cspSource}`,
`connect-src https://o1022172.ingest.sentry.io ${
@@ -267,6 +267,9 @@ export class Dashboard {
+