tommoor / tinycon

A small library for manipulating the favicon, in particular adding alert bubbles and changing images.
MIT License
5.12k stars 278 forks source link

do not match apple-icon in rel matcher #93

Open klui opened 6 years ago

klui commented 6 years ago

The previous matcher to find the link-element did look for everything containing the word 'icon'. Also apple's <link rel="apple-touch-icon" ...> was matched and got removed, or used as faviconTag (depending on the link elements' order). The new matcher does not allow word 'icon' starting with hyphen anymore.