mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 13:41:59 -05:00
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:
parent
2446231896
commit
c5caa7acc5
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ const createWindow = ({search = null, url = 'index.html', ...browserWindowOption
|
|||
useContentSize: true,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
contextIsolation: false,
|
||||
nodeIntegration: true
|
||||
},
|
||||
...browserWindowOptions
|
||||
|
|
Loading…
Reference in a new issue