mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: make "nodeIntegration" and "webviewTag" default to false (#16235)
This commit is contained in:
committed by
Alexey Kuzmin
parent
cdf4bfa68f
commit
fade3eb679
@@ -18,7 +18,6 @@ exports.load = async (appUrl) => {
|
||||
backgroundColor: '#FFFFFF',
|
||||
webPreferences: {
|
||||
contextIsolation: true,
|
||||
nodeIntegration: false,
|
||||
preload: path.resolve(__dirname, 'renderer.js'),
|
||||
webviewTag: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user