We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbcafc commit 3d4e5abCopy full SHA for 3d4e5ab
src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.esm.html
@@ -4,7 +4,7 @@
4
<meta http-equiv="Content-Security-Policy" content="
5
default-src 'none';
6
child-src 'self' data: blob:;
7
- script-src 'self' 'unsafe-eval' 'sha256-nTbHS01it8PRpUdEAvdT4xFRv0mYDEM6NaiybD5rU3M=' https: http://localhost:* blob:;
+ script-src 'self' 'unsafe-eval' 'sha256-DvAmW5Fes5iD5QQV6OcvitPCC3AegfXRIazQ4VJlSVA=' https: http://localhost:* blob:;
8
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
9
</head>
10
<body>
0 commit comments