Bug 1838190 - Discover feed icon at site index page as well. r=freaktechnik

Differential Revision: https://phabricator.services.mozilla.com/D181019

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Magnus Melin 2023-06-17 01:11:39 +00:00
Родитель 07dea47225
Коммит 47c2f60570
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -994,6 +994,7 @@ var FeedUtils = {
.then(blobToBase64)
.catch(e => {
return discoverFaviconURL(url)
.catch(() => discoverFaviconURL(uri.prePath))
.then(fetchFavicon)
.then(blobToBase64)
.catch(() => "");