1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Bump Electron to v14 (#498)

This commit is contained in:
Oscar Hinton
2021-09-24 16:27:22 +02:00
committed by GitHub
parent 2c892eb3a2
commit cb00604617
3 changed files with 163 additions and 202 deletions

View File

@@ -118,9 +118,8 @@ export class WindowMain {
alwaysOnTop: this.enableAlwaysOnTop,
webPreferences: {
nodeIntegration: true,
webviewTag: true,
backgroundThrottling: false,
enableRemoteModule: true, // TODO: This needs to be removed prior to Electron 14.
contextIsolation: false,
},
});