https://no-ref.appspot.com/
Interesting. A new way to trash your stats!
Quote:
HTML5 ref="noreferer"
Introduction
The HTML5 standard introduced a new attribute for anchors:
rel="noreferrer" "indicates that no referrer information is to be leaked when following the link." No shipping browser currently supports this, but support was recently added to WebKit nightlies, so it will eventually be showing up in Safari, Google Chrome, and other WebKit-based browsers.
Now I made rel="noreferer" possible on pre-HTML5 browsers like IE6. The trick is to use HTTPS to do a 301 redirect, all browsers do not send Referer when switching https to http.
....
|