Skip to content

Url without protocol are not processed correctly #18

@DenisBalan

Description

@DenisBalan

Having in meta something like

<link rel='preconnect' href='//static.hotjar.com' />
<link rel='preconnect' href='//adservice.google.com' />
	
<link rel='dns-prefetch' href='//static.hotjar.com' />
<link rel='dns-prefetch' href='//vars.hotjar.com' />

Extension shows
image

Expected should be:

https://static.hotjar.com
https://vars.hotjar.com

Basically protocol should be processed, not url appended to the root domain.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions