disabled contextIsolation

This commit is contained in:
antelle 2020-11-20 20:46:01 +01:00
parent 083306a1cd
commit fc5c865b18
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ function createMainWindow() {
titleBarStyle: appSettings.titlebarStyle, titleBarStyle: appSettings.titlebarStyle,
backgroundColor: bgColor, backgroundColor: bgColor,
webPreferences: { webPreferences: {
contextIsolation: false,
backgroundThrottling: false, backgroundThrottling: false,
nodeIntegration: true, nodeIntegration: true,
nodeIntegrationInWorker: true, nodeIntegrationInWorker: true,