bring back app.allowNTLMCredentialsForAllDomains

This commit is contained in:
deepak1556 2016-05-23 01:52:09 +05:30
parent 3db2daf790
commit 62cad610e0
2 changed files with 6 additions and 3 deletions

View file

@ -22,6 +22,9 @@ Object.assign(app, {
commandLine: {
appendSwitch: bindings.appendSwitch,
appendArgument: bindings.appendArgument
},
allowNTLMCredentialsForAllDomains () {
this.commandLine.appendSwitch('auth-server-whitelist', '*')
}
})