Skip to content

Commit 3c2e337

Browse files
committed
Update web worker iframe csp
1 parent 9ffead3 commit 3c2e337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/webview.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/extensions/worker/webWor
114114
default-src 'none';
115115
child-src 'self' data: blob:;
116116
- script-src 'self' 'unsafe-eval' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
117-
+ script-src 'self' 'unsafe-eval' 'sha256-6eZXxikxkENULU0EOkVQSd4hglGixLg3Aow9psZ6u2Y=' https: http://localhost:* blob:;
117+
+ script-src 'self' 'unsafe-eval' 'sha256-yhZXuB8LS6t73dvNg6rtLX8y4PHLnqRm5+6DdOGkOcw=' https: http://localhost:* blob:;
118118
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
119119
</head>
120120
<body>

0 commit comments

Comments
 (0)