bring back app.allowNTLMCredentialsForAllDomains
This commit is contained in:
parent
3db2daf790
commit
62cad610e0
2 changed files with 6 additions and 3 deletions
|
@ -22,6 +22,9 @@ Object.assign(app, {
|
|||
commandLine: {
|
||||
appendSwitch: bindings.appendSwitch,
|
||||
appendArgument: bindings.appendArgument
|
||||
},
|
||||
allowNTLMCredentialsForAllDomains () {
|
||||
this.commandLine.appendSwitch('auth-server-whitelist', '*')
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue