File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed
Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,4 @@ Index: third-party-src/src/vs/workbench/contrib/notebook/browser/view/renderers/
4949+ script-src ${webviewGenericCspSource} 'unsafe-inline' 'wasm-unsafe-eval';
5050 style-src ${webviewGenericCspSource} 'unsafe-inline';
5151 img-src ${webviewGenericCspSource} https: http: data:;
52- font-src ${webviewGenericCspSource} https:;
53- Index: third-party-src/src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
54- ===================================================================
55- --- third-party-src.orig/src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
56- +++ third-party-src/src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
57- @@ -4,7 +4,7 @@
58- <meta http-equiv="Content-Security-Policy" content="
59- default-src 'none';
60- child-src 'self' data: blob:;
61- - script-src 'self' 'unsafe-eval' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
62- + script-src 'self' 'wasm-unsafe-eval' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
63- connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
64- </head>
65- <body>
52+ font-src ${webviewGenericCspSource} https:;
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ Index: third-party-src/src/vs/workbench/services/extensions/worker/webWorkerExte
6565 <meta http-equiv="Content-Security-Policy" content="
6666 default-src 'none';
6767 child-src 'self' data: blob:;
68- - script-src 'self' 'wasm- unsafe-eval' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
68+ - script-src 'self' 'unsafe-eval' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
6969+ script-src 'self' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
7070 connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
7171 </head>
72- <body>
72+ <body>
You can’t perform that action at this time.
0 commit comments