summaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.js b/main.js
index 551e9bc..fa7d208 100644
--- a/main.js
+++ b/main.js
@@ -14,6 +14,7 @@ const createWindow = () => {
maximizable: true,
fullscreenable: false,
webPreferences: {
+ sandbox: false,
webviewTag: true,
nodeIntegration: true,
contextIsolation: false,