зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1029781: Set NS_LOAD_CLASSIFY_URI in image loader (r=seth)
This commit is contained in:
Родитель
8ecf41236a
Коммит
ab2b9b8ae0
|
@ -599,6 +599,7 @@ static nsresult NewImageChannel(nsIChannel **aResult,
|
|||
// If all of the proxy requests are canceled then this request should be
|
||||
// canceled too.
|
||||
//
|
||||
aLoadFlags |= nsIChannel::LOAD_CLASSIFY_URI;
|
||||
rv = NS_NewChannel(aResult,
|
||||
aURI, // URI
|
||||
nullptr, // Cached IOService
|
||||
|
|
Загрузка…
Ссылка в новой задаче