mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
electron - disable remote module in all windows (#101224)
This commit is contained in:
@@ -59,8 +59,8 @@ export class ProxyAuthHandler extends Disposable {
|
||||
title: 'VS Code',
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
webviewTag: true,
|
||||
enableWebSQL: false,
|
||||
enableRemoteModule: false,
|
||||
nativeWindowOpen: true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user