Stop link from sending referrer to destination

I was looking for just the same thing, and it seems like this will be a feature of HTML5.

The attribute you are looking for is rel="noreferrer".

It is already implemented in Webkit (Chrome, etc.), as well as Firefox, but your mileage may vary.

As of 2020, it is supported in all major browsers, with the exception of Opera Mini and old versions of IE11.

Leave a Comment