Bug 662996. Don't send cookies with OCSP requests. r=bsmith, sr=kaie

This commit is contained in:
Gavin Sharp 2011-07-12 12:06:34 -04:00
Родитель 2773f55948
Коммит d792c2a19c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);