electron - disable remote module in all windows (#101224)

This commit is contained in:
Benjamin Pasero
2020-06-28 12:12:38 +02:00
committed by GitHub
parent c5237f6d5a
commit 4f65b91444
11 changed files with 22 additions and 10 deletions

View File

@@ -59,8 +59,8 @@ export class ProxyAuthHandler extends Disposable {
title: 'VS Code',
webPreferences: {
nodeIntegration: true,
webviewTag: true,
enableWebSQL: false,
enableRemoteModule: false,
nativeWindowOpen: true
}
};