Skip to content

Commit

Permalink
app: Be kind of insecure with contextIsolation.. will fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 29, 2020
1 parent a6d11a4 commit 74d3b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Expand Up @@ -35,7 +35,7 @@ const createWindow = () => {
height: 900,
titleBarStyle: 'hiddenInset',
title: 'Prolink Tools',
webPreferences: {nodeIntegration: true},
webPreferences: {nodeIntegration: true, contextIsolation: false},
});

win.on('closed', () => (win = null));
Expand Down

0 comments on commit 74d3b4c

Please sign in to comment.