diff --git a/src/electron/customWindow.ts b/src/electron/customWindow.ts index c71cfc2..06f146a 100644 --- a/src/electron/customWindow.ts +++ b/src/electron/customWindow.ts @@ -45,6 +45,7 @@ class CustomWindow { webPreferences: { nodeIntegration: false, contextIsolation: true, + sandbox: false, preload: path.join(__dirname, "preload.js"), }, }); @@ -73,6 +74,7 @@ class CustomWindow { webPreferences: { nodeIntegration: false, contextIsolation: true, + sandbox: false, preload: path.join(__dirname, "preload.js"), }, }); @@ -98,6 +100,7 @@ class CustomWindow { webPreferences: { nodeIntegration: false, contextIsolation: true, + sandbox: false, preload: path.join(__dirname, "preload.js"), }, });