mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 14:12:05 -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,
|
useContentSize: true,
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
contextIsolation: false,
|
||||||
nodeIntegration: true
|
nodeIntegration: true
|
||||||
},
|
},
|
||||||
...browserWindowOptions
|
...browserWindowOptions
|
||||||
|
|
Loading…
Reference in a new issue