Skip to content

Commit 3d4e5ab

Browse files
authored
esm - fix build more (microsoft#226416)
1 parent 7cbcafc commit 3d4e5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.esm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Security-Policy" content="
55
default-src 'none';
66
child-src 'self' data: blob:;
7-
script-src 'self' 'unsafe-eval' 'sha256-nTbHS01it8PRpUdEAvdT4xFRv0mYDEM6NaiybD5rU3M=' https: http://localhost:* blob:;
7+
script-src 'self' 'unsafe-eval' 'sha256-DvAmW5Fes5iD5QQV6OcvitPCC3AegfXRIazQ4VJlSVA=' https: http://localhost:* blob:;
88
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)