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 website owner to know where the visitor came from. Pls help
I can not imagine how to do it
The topic was moved to a proper forum
May be js will helps you or transitional page
I found solution with html5 rel="noreferrer" added at the end of a href <a href="#" rel="noreferrer">link</a> unfortunatly it doesent work with all browsers.
If you want to test it, create link on your site to
http://www.htmljenn.com/about/ ... .html there.