Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Link rel generated by Javascript is not properly evaluated #32

Description

@vladimir-aubrecht

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions