mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-15 23:36:32 +00:00
Explicitly set contextIsolation to false
Change-type: patch
This commit is contained in:
parent
a4659f038e
commit
e56aaed973
@ -147,6 +147,7 @@ async function createMainWindow() {
|
||||
webPreferences: {
|
||||
backgroundThrottling: false,
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
webviewTag: true,
|
||||
zoomFactor: width / defaultWidth,
|
||||
enableRemoteModule: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user