Icons are not returned for top rated websites microsoft.com and office365.com
Closed this issue · 1 comments
abhi-agg commented
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:
abhi-agg commented
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.