Skip to content

Commit

Permalink
enable blog for connect-src (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire authored Dec 19, 2024
1 parent b81490d commit b8bfb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vscode/src/providers/logview/logview-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class LogviewPanel extends Disposable {
} data:; style-src ${this.panel_.webview.cspSource
} 'unsafe-inline'; worker-src 'self' ${this.panel_.webview.cspSource
} blob:; script-src 'nonce-${nonce}' 'unsafe-eval'; connect-src ${this.panel_.webview.cspSource
};">
} blob:;">
${stateScript}
${overrideCssHtml}
Expand Down

0 comments on commit b8bfb9b

Please sign in to comment.