Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url without protocol are not processed correctly #18

Open
DenisBalan opened this issue Jun 5, 2020 · 1 comment
Open

Url without protocol are not processed correctly #18

DenisBalan opened this issue Jun 5, 2020 · 1 comment

Comments

@DenisBalan
Copy link

DenisBalan commented Jun 5, 2020

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.

@TallTed
Copy link
Contributor

TallTed commented Nov 4, 2020

@smalinin - Please look into this, bearing in mind 1, 2, and 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants