Skip to content

Commit

Permalink
Removed native web open option pref
Browse files Browse the repository at this point in the history
Signed-off-by: chinmaym07 <b418020@iiit-bh.ac.in>
  • Loading branch information
chinmaym07 authored and manusa committed Oct 10, 2022
1 parent 52c0cd6 commit 2b14037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/help/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const {showDialog} = require('../browser-window');

const webPreferences = {
contextIsolation: false,
nativeWindowOpen: true,
nodeIntegration: false,
sandbox: true,
preload: path.resolve(__dirname, '..', '..', 'bundles', 'help.preload.js')
Expand Down

0 comments on commit 2b14037

Please sign in to comment.