mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
electron - disable remote module in all windows (#101224)
This commit is contained in:
@@ -118,6 +118,7 @@ app.on('ready', () => {
|
||||
webviewTag: true,
|
||||
preload: path.join(__dirname, '..', '..', '..', 'src', 'vs', 'base', 'parts', 'sandbox', 'electron-browser', 'preload.js'), // ensure similar environment as VSCode as tests may depend on this
|
||||
enableWebSQL: false,
|
||||
enableRemoteModule: false,
|
||||
nativeWindowOpen: true
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user