Nov/09
19
WebKit nightlies support HTML5 noreferrer link relation
0 Comments | Posted by news in Web Browsers
Note: News and articles for other sites I read:
WebKit nightlies now support the HTML5 noreferrer link relation, a neat little feature that allows web developers to prevent browsers from sending the Referrer: header when navigating either <a> or <area> elements. Just add noreferrer in the rel attribute of a link like so:
<a href=”www.example.com” rel=”noreferrer”>noreferrer!</a>
When example.com receives the HTTP request generated by clic ….
[End News Feed]













