chore: make "nodeIntegration" and "webviewTag" default to false (#16235)
This commit is contained in:
parent
cdf4bfa68f
commit
fade3eb679
23 changed files with 261 additions and 140 deletions
|
@ -11,7 +11,7 @@ const dbus = require('dbus-native')
|
|||
const Promise = require('bluebird')
|
||||
|
||||
const { remote } = require('electron')
|
||||
const { app } = remote.require('electron')
|
||||
const { app } = remote
|
||||
|
||||
const skip = process.platform !== 'linux' ||
|
||||
process.arch === 'ia32' ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue