mozilla/tippy-top-sites

Icons are not returned for top rated websites microsoft.com and office365.com

Closed this issue · 1 comments

The script doesn't return icons for some of the top rated websites like microsoft.com, office365.com.

Inspecting these websites via Firefox's dev console shows 128x128 resolution favicon. Attached screenshot:

Screenshot 2022-11-03 at 10 58 04

Found the root cause. Inspecting the page content, the rel attribute of link tag is set to "SHORTCUT ICON" for the icons on these websites which is not present in link selector of the script.

<link rel="SHORTCUT ICON" href="/favicon.ico?v2" type="image/x-icon">

I will submit a PR to fix it.