Skip to content

Commit

Permalink
chore: disable sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 12, 2022
1 parent 5be7578 commit 0c013e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ app.createEditorWindow = function() {
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
contextIsolation: true,
nodeIntegration
nodeIntegration,
sandbox: false
}
};

Expand Down

0 comments on commit 0c013e7

Please sign in to comment.