I have a page where I don\'t want the outbound links to send a referrer so the destination site doesn\'t know where they came from.
I\'m guessing this isn\'t possibl
HTML 5 includes rel="noreferrer", which is supported in all major browsers. So for these browsers, you can simply write:
rel="noreferrer"
link
There's also a shim available for other browsers: https://github.com/knu/noreferrer