openlink / structured-data-sniffer

The Openlink Structured Data Sniffer (OSDS) is a plugin for the Chrome, Firefox and Opera browsers that detects and shows structured data embedded in web pages in either JSON-LD, Microdata, RDFa or Turtle format.
http://osds.openlinksw.com/
GNU General Public License v2.0
121 stars 22 forks source link

Url without protocol are not processed correctly #18

Open DenisBalan opened 4 years ago

DenisBalan commented 4 years ago

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 commented 3 years ago

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