mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1037082 - part 2/3 407 proxy auth for http over https r=hurley
This commit is contained in:
parent
6f428945a1
commit
f7fb5be373
@ -48,7 +48,7 @@ private:
|
||||
bool UsingSSL() const { return mUsingSSL; }
|
||||
|
||||
bool UsingHttpProxy() const
|
||||
{ return !!(mProxyInfo && !nsCRT::strcmp(mProxyInfo->Type(), "http")); }
|
||||
{ return mProxyInfo && (mProxyInfo->IsHTTP() || mProxyInfo->IsHTTPS()); }
|
||||
|
||||
nsresult PrepareForAuthentication(bool proxyAuth);
|
||||
nsresult GenCredsAndSetEntry(nsIHttpAuthenticator *, bool proxyAuth,
|
||||
|
Loading…
Reference in New Issue
Block a user