Node integration option is now only true/false
This commit is contained in:
parent
81170d81b3
commit
d596a7427e
5 changed files with 14 additions and 10 deletions
|
@ -22,7 +22,7 @@ require path.resolve(__dirname, '..', '..', 'common', 'lib', 'init.js')
|
|||
|
||||
# Process command line arguments.
|
||||
isGuest = false
|
||||
nodeIntegration = 'all'
|
||||
nodeIntegration = 'false'
|
||||
for arg in process.argv
|
||||
if arg is '--guest'
|
||||
# This is a guest web view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue