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:
Родитель
07dea47225
Коммит
47c2f60570
|
@ -994,6 +994,7 @@ var FeedUtils = {
|
|||
.then(blobToBase64)
|
||||
.catch(e => {
|
||||
return discoverFaviconURL(url)
|
||||
.catch(() => discoverFaviconURL(uri.prePath))
|
||||
.then(fetchFavicon)
|
||||
.then(blobToBase64)
|
||||
.catch(() => "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче