We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Expected should be:
https://static.hotjar.com https://vars.hotjar.com
Basically protocol should be processed, not url appended to the root domain.
The text was updated successfully, but these errors were encountered:
@smalinin - Please look into this, bearing in mind 1, 2, and 3.
Sorry, something went wrong.
No branches or pull requests
Having in meta something like
Extension shows
Expected should be:
https://static.hotjar.com
https://vars.hotjar.com
Basically protocol should be processed, not url appended to the root domain.
The text was updated successfully, but these errors were encountered: