зеркало из https://github.com/mozilla/gecko-dev.git
Bug 662996. Don't send cookies with OCSP requests. r=bsmith, sr=kaie
This commit is contained in:
Родитель
2773f55948
Коммит
d792c2a19c
|
@ -77,6 +77,8 @@ nsHTTPDownloadEvent::Run()
|
|||
// 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
|
||||
// is redirected, we'll have a way to cancel the resulting channel.
|
||||
nsCOMPtr<nsILoadGroup> lg = do_CreateInstance(NS_LOADGROUP_CONTRACTID);
|
||||
|
|
Загрузка…
Ссылка в новой задаче