mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 703024 - Back out bug 662996 (OCSP requests leak cookies) because of bug 701019, r=bsmith
This commit is contained in:
parent
e6b29675f2
commit
21ef56358a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user