mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 662996 fix comment from da6a55f4fdae r=comment-only
This commit is contained in:
parent
a33b199401
commit
10eb0935e8
@ -73,10 +73,6 @@ nsHTTPDownloadEvent::Run()
|
||||
ios->NewChannel(mRequestSession->mURL, nullptr, nullptr, getter_AddRefs(chan));
|
||||
NS_ENSURE_STATE(chan);
|
||||
|
||||
// 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);
|
||||
|
||||
chan->SetLoadFlags(nsIRequest::LOAD_ANONYMOUS);
|
||||
|
||||
// Create a loadgroup for this new channel. This way if the channel
|
||||
|
Loading…
Reference in New Issue
Block a user