Skip to content

Commit 194c920

Browse files
committed
fix spaces
1 parent 70f3ba9 commit 194c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
722722
<meta charset="utf-8">
723723
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
724724
<meta name="theme-color" content="#000000">
725-
<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:; 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">
725+
<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:; 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">
726726
<link rel="stylesheet" type="text/css" href="${stylesUri}">
727727
<link href="${codiconsUri}" rel="stylesheet" />
728728
<script nonce="${nonce}">

0 commit comments

Comments
 (0)