auth dialog - enable context isolation (#102926)

* auth dialog - enable context isolation

* remote nativeWindowOpen
This commit is contained in:
Benjamin Pasero
2020-07-21 08:16:33 +02:00
committed by GitHub
parent 798047ca0f
commit 7e40e8e4be

View File

@@ -60,11 +60,12 @@ export class ProxyAuthHandler extends Disposable {
title: 'VS Code',
webPreferences: {
preload: URI.parse(require.toUrl('vs/base/parts/sandbox/electron-browser/preload.js')).fsPath,
enableWebSQL: false,
sandbox: true,
devTools: false,
contextIsolation: true,
enableWebSQL: false,
enableRemoteModule: false,
spellcheck: false,
devTools: false,
v8CacheOptions: 'bypassHeatCheck'
}
};