Hacker News new | ask | show | jobs
by randomdata 933 days ago
> you can specify a link to have no referrer : `<a href="example.com" rel="noreferrer">link</a>` , among other ways.

But you wouldn't do that if you want the link to resolve. If you don't want it to work, why would you go to all of the trouble of creating the link in the first place?

2 comments

And block people that use a bookmark or share the link via chat programs? I think almost no sites would do that.
They would if the users affected do not impact their bottom line. After all, the whole point of this is to keep out users who are not paying their 'fair share' via Google/Meta by proxy.

But also, the technical solution to bookmarks and small-scale sharing between friends is quite obvious. You don't need referrers to solve that problem.

Huh? The link would still resolve and work, just the referrer header wouldn't be set.