зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 76edc70a7ded (bug 1809006) for turning bug 1809112
into permafail. CLOSED TREE
This commit is contained in:
Родитель
4ab6fc29e0
Коммит
b250194a88
|
@ -2279,14 +2279,6 @@ bool imgLoader::IsImageAvailable(nsIURI* aURI,
|
|||
if (!request) {
|
||||
return false;
|
||||
}
|
||||
if (nsCOMPtr<nsILoadGroup> docLoadGroup = aDocument->GetDocumentLoadGroup()) {
|
||||
nsLoadFlags requestFlags = nsIRequest::LOAD_NORMAL;
|
||||
docLoadGroup->GetLoadFlags(&requestFlags);
|
||||
if (requestFlags & nsIRequest::LOAD_BYPASS_CACHE) {
|
||||
// If we're bypassing the cache, treat the image as not available.
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return ValidateCORSMode(request, false, aCORSMode, aTriggeringPrincipal);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче