Use an identical CSP for both https and http (enabled by using 'self')

This commit is contained in:
Alex Dima
2021-12-07 14:40:56 +01:00
parent 5cd3e31c2b
commit 0a81bd1bbf
5 changed files with 3 additions and 73 deletions

View File

@@ -42,8 +42,7 @@ const vscodeWebResourceIncludes = [
'out-build/vs/workbench/contrib/webview/browser/pre/*.html',
// Extension Worker
'out-build/vs/workbench/services/extensions/worker/httpsWebWorkerExtensionHostIframe.html',
'out-build/vs/workbench/services/extensions/worker/httpWebWorkerExtensionHostIframe.html',
'out-build/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html',
// Web node paths (needed for integration tests)
'out-build/vs/webPackagePaths.js',