mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
auth dialog - enable context isolation (#102926)
* auth dialog - enable context isolation * remote nativeWindowOpen
This commit is contained in:
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user