Skip to content

Commit

Permalink
feat: temp enable context isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Nov 9, 2020
1 parent f208703 commit 58b2e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ const createWindow = async () => {
}
: {
nodeIntegration: false,
contextIsolation: true,
// SECURITY: This needs to be disabled
contextIsolation: false,
webSecurity: true,
preload: path.join(__dirname, 'dist/renderer.prod.js'),
},
Expand Down

0 comments on commit 58b2e79

Please sign in to comment.