disable contextIsolation for now

We should try to re-enable this once we have time to do the necessary
refactoring
This commit is contained in:
Christopher Willis-Ford 2021-11-09 09:34:00 -08:00
parent 2446231896
commit c5caa7acc5

View file

@ -171,6 +171,7 @@ const createWindow = ({search = null, url = 'index.html', ...browserWindowOption
useContentSize: true,
show: false,
webPreferences: {
contextIsolation: false,
nodeIntegration: true
},
...browserWindowOptions