Disable contextIsolation in all UI windows
This commit is contained in:
parent
9fb8354878
commit
86e442f548
@ -22,6 +22,7 @@ export default class MainWindow extends Window {
|
||||
nodeIntegration: true,
|
||||
enableRemoteModule: true,
|
||||
webviewTag: true,
|
||||
contextIsolation: false,
|
||||
},
|
||||
autoHideMenuBar: true,
|
||||
icon: Meta.ICON_PATH,
|
||||
|
@ -18,6 +18,7 @@ export default class ServiceSettingsWindow extends Window {
|
||||
nodeIntegration: true,
|
||||
enableRemoteModule: true,
|
||||
webviewTag: true,
|
||||
contextIsolation: false,
|
||||
},
|
||||
modal: true,
|
||||
autoHideMenuBar: true,
|
||||
|
@ -12,6 +12,7 @@ export default class SettingsWindow extends Window {
|
||||
nodeIntegration: true,
|
||||
enableRemoteModule: true,
|
||||
webviewTag: true,
|
||||
contextIsolation: false,
|
||||
},
|
||||
modal: true,
|
||||
autoHideMenuBar: true,
|
||||
|
Loading…
Reference in New Issue
Block a user