mirror of https://github.com/keeweb/keeweb
disabled contextIsolation
parent
083306a1cd
commit
fc5c865b18
|
@ -238,6 +238,7 @@ function createMainWindow() {
|
|||
titleBarStyle: appSettings.titlebarStyle,
|
||||
backgroundColor: bgColor,
|
||||
webPreferences: {
|
||||
contextIsolation: false,
|
||||
backgroundThrottling: false,
|
||||
nodeIntegration: true,
|
||||
nodeIntegrationInWorker: true,
|
||||
|
|
Loading…
Reference in New Issue