From e56aaed9735cc22b28317455a4dc81d86d7746ab Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Wed, 10 Feb 2021 18:09:13 +0100 Subject: [PATCH] Explicitly set contextIsolation to false Change-type: patch --- lib/gui/etcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui/etcher.ts b/lib/gui/etcher.ts index c14f0ece..3445feaf 100644 --- a/lib/gui/etcher.ts +++ b/lib/gui/etcher.ts @@ -147,6 +147,7 @@ async function createMainWindow() { webPreferences: { backgroundThrottling: false, nodeIntegration: true, + contextIsolation: false, webviewTag: true, zoomFactor: width / defaultWidth, enableRemoteModule: true,