Hacker News new | ask | show | jobs
by czbond 1378 days ago
Things I learned today. Apparently, opening a link in a new tab doesn't set the referring host domain. [discovered by, opening story in a new tab and wondering what the author meant]
2 comments

I imagine in the next few years the referer header will just be blanked out always when crossing to a new domain. I believe the path was removed already.
For now website owners can also remove it the referrer header if they would like to with Referrer-Policy: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...
When I command-clicked the link it opened in a new tab and redirected. I'm using Brave on a Mac, FWIW.