Refactor/Main: Remove `enableRemoteModule` option from `webPreferences`
This commit is contained in:
parent
3c9de5e63a
commit
1c57c2b0d7
|
@ -237,7 +237,6 @@ function runApp() {
|
||||||
nodeIntegrationInWorker: false,
|
nodeIntegrationInWorker: false,
|
||||||
webSecurity: false,
|
webSecurity: false,
|
||||||
backgroundThrottling: false,
|
backgroundThrottling: false,
|
||||||
enableRemoteModule: true,
|
|
||||||
contextIsolation: false
|
contextIsolation: false
|
||||||
},
|
},
|
||||||
show: false
|
show: false
|
||||||
|
|
Loading…
Reference in New Issue