Loading extensions/auth/nsHttpNegotiateAuth.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,10 @@ nsHttpNegotiateAuth::ChallengeReceived(nsIHttpAuthenticableChannel* authChannel, nsIAuthModule* rawModule = (nsIAuthModule*)*continuationState; *identityInvalid = false; /* Always fail Negotiate auth for Tor Browser. We don't need it. */ return NS_ERROR_ABORT; if (rawModule) { return NS_OK; } Loading netwerk/protocol/http/nsHttpNTLMAuth.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,9 @@ nsHttpNTLMAuth::ChallengeReceived(nsIHttpAuthenticableChannel* channel, *identityInvalid = false; /* Always fail Negotiate auth for Tor Browser. We don't need it. */ return NS_ERROR_ABORT; // Start a new auth sequence if the challenge is exactly "NTLM". // If native NTLM auth apis are available and enabled through prefs, // try to use them. Loading Loading
extensions/auth/nsHttpNegotiateAuth.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,10 @@ nsHttpNegotiateAuth::ChallengeReceived(nsIHttpAuthenticableChannel* authChannel, nsIAuthModule* rawModule = (nsIAuthModule*)*continuationState; *identityInvalid = false; /* Always fail Negotiate auth for Tor Browser. We don't need it. */ return NS_ERROR_ABORT; if (rawModule) { return NS_OK; } Loading
netwerk/protocol/http/nsHttpNTLMAuth.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,9 @@ nsHttpNTLMAuth::ChallengeReceived(nsIHttpAuthenticableChannel* channel, *identityInvalid = false; /* Always fail Negotiate auth for Tor Browser. We don't need it. */ return NS_ERROR_ABORT; // Start a new auth sequence if the challenge is exactly "NTLM". // If native NTLM auth apis are available and enabled through prefs, // try to use them. Loading