Backed out changeset 76edc70a7ded (bug 1809006) for turning bug 1809112 into permafail. CLOSED TREE

This commit is contained in:
Cosmin Sabou 2023-01-09 15:05:18 +02:00
Родитель 4ab6fc29e0
Коммит b250194a88
1 изменённых файлов: 0 добавлений и 8 удалений

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

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