aboutsummarylogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index ba5fa395046c..0a445eda3952 100644
--- a/index.js
+++ b/index.js
@@ -7,6 +7,7 @@ app.whenReady().then(() => {
backgroundColor: "#161512",
webPreferences: {
preload: path.join(app.getAppPath(), "preload.js"),
+ sandbox: false,
},
});
mainWindow.loadFile("www/index.html");