javascript - Stop link from sending referrer to destination -


i have page don't want outbound links send referrer destination site doesn't know came from.

i'm guessing isn't possible want make sure there weren't hidden javascript magic , work (if not most) browsers.

maybe clever http status code redirecting kung-fu?

something perfect

<a href="example.com" send_referrer="false">link</a> 

i looking same thing, , seems this feature of html5.

the tag looking rel="noreferrer".

it implemented in webkit (chrome, etc.), as firefox, mileage may vary.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -