Skip to content

Add support for URLs in content meta tags #5

Description

@willdurand

If I am not mistaken, this library only handles <meta http-equiv="refresh" content="…"> but there are other meta tags with a content attribute like og:image (Open Graph):

<meta property="og:image" content="https://example.com/some/image.png" />

Currently, it's not possible to transform the URL because this lib assumes content is for http-equiv only.

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions