11ty / api-indieweb-avatar

Return an optimized avatar image from a domain name input.
https://v1.indieweb-avatar.11ty.dev/
65 stars 12 forks source link

Support link rel "shortcut icon" (?) #19

Open therealshark opened 5 days ago

therealshark commented 5 days ago

According to MDN

The shortcut link type is often seen before icon, but this link type is non-conforming, ignored and web authors must not use it anymore.

Despite this, many websites still use this link type and browsers still support it. This should either be supported ("don't break the web"-style) or documented as explicity not supported.

Examples

https://hardwaretester.com/gamepad <link rel="shortcut icon" href="/favicon.png">

https://www.eorc.jaxa.jp/ALOS/en/dataset/aw3d30/aw3d30_e.htm <link rel="shortcut icon" href="../../../images/common/favicon_a.ico">