@@ -679,9 +679,9 @@ export class ClineProvider
679679 `font-src ${ webview . cspSource } data:` ,
680680 `style-src ${ webview . cspSource } 'unsafe-inline' https://* http://${ localServerUrl } http://0.0.0.0:${ localPort } ` ,
681681 `img-src ${ webview . cspSource } https://storage.googleapis.com https://img.clerk.com data:` ,
682- `media-src ${ webview . cspSource } ` ,
682+ `media-src ${ webview . cspSource } file+.vscode-resource.vscode-cdn.net: ` ,
683683 `script-src 'unsafe-eval' ${ webview . cspSource } https://* https://*.posthog.com http://${ localServerUrl } http://0.0.0.0:${ localPort } 'nonce-${ nonce } '` ,
684- `connect-src https://* https://*.posthog.com ws://${ localServerUrl } ws://0.0.0.0:${ localPort } http://${ localServerUrl } http://0.0.0.0:${ localPort } ` ,
684+ `connect-src https://* https://*.posthog.com ws://${ localServerUrl } ws://0.0.0.0:${ localPort } http://${ localServerUrl } http://0.0.0.0:${ localPort } file+.vscode-resource.vscode-cdn.net: ` ,
685685 ]
686686
687687 return /*html*/ `
@@ -763,7 +763,7 @@ export class ClineProvider
763763 <meta charset="utf-8">
764764 <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
765765 <meta name="theme-color" content="#000000">
766- <meta http-equiv="Content-Security-Policy" content="default-src 'none'; font-src ${ webview . cspSource } data:; style-src ${ webview . cspSource } 'unsafe-inline'; img-src ${ webview . cspSource } https://storage.googleapis.com https://img.clerk.com data:; media-src ${ webview . cspSource } ; script-src ${ webview . cspSource } 'wasm-unsafe-eval' 'nonce-${ nonce } ' https://us-assets.i.posthog.com 'strict-dynamic'; connect-src https://openrouter.ai https://api.requesty.ai https://us.i.posthog.com https://us-assets.i.posthog.com;">
766+ <meta http-equiv="Content-Security-Policy" content="default-src 'none'; font-src ${ webview . cspSource } data:; style-src ${ webview . cspSource } 'unsafe-inline'; img-src ${ webview . cspSource } https://storage.googleapis.com https://img.clerk.com data:; media-src ${ webview . cspSource } file+.vscode-resource.vscode-cdn.net: ; script-src ${ webview . cspSource } 'wasm-unsafe-eval' 'nonce-${ nonce } ' https://us-assets.i.posthog.com 'strict-dynamic'; connect-src https://openrouter.ai https://api.requesty.ai https://us.i.posthog.com https://us-assets.i.posthog.com file+.vscode-resource.vscode-cdn.net: ;">
767767 <link rel="stylesheet" type="text/css" href="${ stylesUri } ">
768768 <link href="${ codiconsUri } " rel="stylesheet" />
769769 <script nonce="${ nonce } ">
0 commit comments