We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e0295 commit 735f177Copy full SHA for 735f177
1 file changed
extensions/ql-vscode/src/interface-utils.ts
@@ -134,7 +134,7 @@ export function getHtmlForWebview(
134
: stylesheetWebviewUris.map(uri => createStylesLinkWithNonce(nonce, uri));
135
136
const styleSrc = allowInlineStyles
137
- ? 'https://*.vscode-webview.net/ vscode-file: \'unsafe-inline\''
+ ? `${webview.cspSource} vscode-file: 'unsafe-inline'`
138
: `'nonce-${nonce}'`;
139
140
/*
0 commit comments