mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 703024 - Back out bug 662996 (OCSP requests leak cookies) because of bug 701019, r=bsmith
This commit is contained in:
parent
df26b7adb6
commit
2c160b4c7f
@ -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