Some pages are generating url to link rel by javascript, but FavIcon currently cannot evaluate it and as a result icon is not recognized.
Sample webpage: https://www.dcuniverse.com/
Actual link: <link rel="icon" href="{{\'images/favicon.ico\'| buildPath}}" type="image/png">
Expected link: <link rel="icon" href="https://www.dcuniverse.com/builds/892ed368/images/favicon.ico" type="image/png">
Correct href: https://www.dcuniverse.com/builds/892ed368/images/favicon.ico
Some pages are generating url to link rel by javascript, but FavIcon currently cannot evaluate it and as a result icon is not recognized.
Sample webpage: https://www.dcuniverse.com/
Actual link:
<link rel="icon" href="{{\'images/favicon.ico\'| buildPath}}" type="image/png">Expected link:
<link rel="icon" href="https://www.dcuniverse.com/builds/892ed368/images/favicon.ico" type="image/png">Correct href: https://www.dcuniverse.com/builds/892ed368/images/favicon.ico