TinFoilMan
BuSo Pro
- Joined
- Jun 10, 2017
- Messages
- 29
- Likes
- 11
- Degree
- 0
I am trying out Sitebulb and ran a website through the crawler and it is coming up with a hint that is a high priority.
The issue is showing as across the entire website.
Loading a resource using protocol relative URIs allow it to be requested over HTTP and opens the door for Man-on-the-side attacks.
If a resource is available over SSL, then always use the https:// URI.
It is bringing this up as the issue:
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='stylesheet' id='default_font-css' href='//fonts.googleapis.com/css
<a href="//www.dmca.com/Protection/Status.aspx
I have read the tips that sitebulb offers but still don't understand what I need to do to get rid of the errors.
Any help would be appreciated, and please keep in mind that technical stuff is not my strong point.
Thanks in advance
The issue is showing as across the entire website.
Loading a resource using protocol relative URIs allow it to be requested over HTTP and opens the door for Man-on-the-side attacks.
If a resource is available over SSL, then always use the https:// URI.
It is bringing this up as the issue:
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='stylesheet' id='default_font-css' href='//fonts.googleapis.com/css
<a href="//www.dmca.com/Protection/Status.aspx
I have read the tips that sitebulb offers but still don't understand what I need to do to get rid of the errors.
Any help would be appreciated, and please keep in mind that technical stuff is not my strong point.
Thanks in advance