Explicitly set contextIsolation to false

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2021-02-10 18:09:13 +01:00
parent a4659f038e
commit e56aaed973

View File

@ -147,6 +147,7 @@ async function createMainWindow() {
webPreferences: { webPreferences: {
backgroundThrottling: false, backgroundThrottling: false,
nodeIntegration: true, nodeIntegration: true,
contextIsolation: false,
webviewTag: true, webviewTag: true,
zoomFactor: width / defaultWidth, zoomFactor: width / defaultWidth,
enableRemoteModule: true, enableRemoteModule: true,