Bug 703024 - Back out bug 662996 (OCSP requests leak cookies) because of bug 701019, r=bsmith

This commit is contained in:
Honza Bambas 2011-12-06 12:16:16 +01:00
parent df26b7adb6
commit 2c160b4c7f

View File

@ -109,7 +109,9 @@ nsHTTPDownloadEvent::Run()
ios->NewChannel(mRequestSession->mURL, nsnull, nsnull, getter_AddRefs(chan));
NS_ENSURE_STATE(chan);
chan->SetLoadFlags(nsIRequest::LOAD_ANONYMOUS);
// Disabled because it breaks authentication with a proxy, when such proxy
// had been setup, and brings blue UI for EV certs.
// chan->SetLoadFlags(nsIRequest::LOAD_ANONYMOUS);
// Create a loadgroup for this new channel. This way if the channel
// is redirected, we'll have a way to cancel the resulting channel.