$OpenBSD$ index dab22b93..278e368 100644 --- extensions/auth/nsHttpNegotiateAuth.cpp.orig Fri Feb 20 15:40:37 2015 +++ extensions/auth/nsHttpNegotiateAuth.cpp Fri Feb 20 15:40:37 2015 @@ -85,6 +85,10 @@ nsHttpNegotiateAuth::ChallengeReceived(nsIHttpAuthenticableChannel *authChannel, nsIAuthModule *module = (nsIAuthModule *) *continuationState; *identityInvalid = false; + + /* Always fail Negotiate auth for Tor Browser. We don't need it. */ + return NS_ERROR_ABORT; + if (module) return NS_OK;