I want to hide the referrer when I click a link on my website. To understand better what I want to do: When somebody clicks a link on my website, I don\'t want the other web
In HTML 5 links should support rel="noreferrer" for this purpose.