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: {
backgroundThrottling: false,
nodeIntegration: true,
contextIsolation: false,
webviewTag: true,
zoomFactor: width / defaultWidth,
enableRemoteModule: true,