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
As of 2015 this is how you prevent sending the Referer header:
Just add this to the head section of the web page. Works both for links and for Ajax requests.