|
|
@@ -697,8 +697,8 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
|
|
<meta name="theme-color" content="#000000">
|
|
|
- <!-- kilocode_change: add https://*.googleapis.com to img-src -->
|
|
|
- <meta http-equiv="Content-Security-Policy" content="default-src 'none'; font-src ${webview.cspSource}; style-src ${webview.cspSource} 'unsafe-inline'; img-src ${webview.cspSource} data: https://*.googleapis.com; 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;">
|
|
|
+ <!-- kilocode_change: add https://*.googleusercontent.com https://*.googleapis.com to img-src -->
|
|
|
+ <meta http-equiv="Content-Security-Policy" content="default-src 'none'; font-src ${webview.cspSource}; style-src ${webview.cspSource} 'unsafe-inline'; img-src ${webview.cspSource} https://*.googleusercontent.com data: https://*.googleapis.com; 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;">
|
|
|
<link rel="stylesheet" type="text/css" href="${stylesUri}">
|
|
|
<link href="${codiconsUri}" rel="stylesheet" />
|
|
|
<script nonce="${nonce}">
|