Node integration option is now only true/false

This commit is contained in:
Cheng Zhao 2014-10-25 19:20:04 +08:00
parent 81170d81b3
commit d596a7427e
5 changed files with 14 additions and 10 deletions

View file

@ -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.