diff --git a/js/electron.js b/js/electron.js index 3e791359..6c2f44a7 100644 --- a/js/electron.js +++ b/js/electron.js @@ -27,6 +27,7 @@ function createWindow() { y: 0, darkTheme: true, webPreferences: { + contextIsolation: true, nodeIntegration: false, zoomFactor: config.zoom },