Explicitly disable nodeIntegration in service workers
This commit is contained in:
parent
01be58acc2
commit
a593a148e8
1 changed files with 2 additions and 0 deletions
2
main.js
2
main.js
|
@ -188,6 +188,7 @@ function createWindow() {
|
||||||
autoHideMenuBar: false,
|
autoHideMenuBar: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
|
nodeIntegrationInWorker: false,
|
||||||
// sandbox: true,
|
// sandbox: true,
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
},
|
},
|
||||||
|
@ -415,6 +416,7 @@ function showAbout() {
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
|
nodeIntegrationInWorker: false,
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
},
|
},
|
||||||
parent: mainWindow,
|
parent: mainWindow,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue