File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -685,8 +685,8 @@ export class ClineProvider
685
685
`style-src ${ webview . cspSource } 'unsafe-inline' https://* http://${ localServerUrl } http://0.0.0.0:${ localPort } ` ,
686
686
`img-src ${ webview . cspSource } https://storage.googleapis.com https://img.clerk.com data: https://*.googleusercontent.com https://*.googleapis.com` , // kilocode_change: add https://*.googleusercontent.com and https://*.googleapis.com
687
687
`media-src ${ webview . cspSource } ` ,
688
- `script-src 'unsafe-eval' ${ webview . cspSource } https://* https://*.posthog.com http://${ localServerUrl } http://0.0.0.0:${ localPort } http://localhost:5746/ping/stagewise 'nonce-${ nonce } '` ,
689
- `connect-src https://* https://*.posthog.com ws://${ localServerUrl } ws://0.0.0.0:${ localPort } http://${ localServerUrl } http://0.0.0.0:${ localPort } ws://localhost:* http://localhost:5746/ping/stagewise` ,
688
+ `script-src 'unsafe-eval' ${ webview . cspSource } https://* https://*.posthog.com http://${ localServerUrl } http://0.0.0.0:${ localPort } http://localhost:5746/ping/stagewise http://localhost:5747/ping/stagewise ws://localhost:5746 ws://localhost:5747 'nonce-${ nonce } '` ,
689
+ `connect-src https://* https://*.posthog.com ws://${ localServerUrl } ws://0.0.0.0:${ localPort } http://${ localServerUrl } http://0.0.0.0:${ localPort } ws://localhost:* http://localhost:5746/ping/stagewise http://localhost:5747/ping/stagewise ws://localhost:5746 ws://localhost:5747 ` ,
690
690
]
691
691
692
692
return /*html*/ `
You can’t perform that action at this time.
0 commit comments