I just recently learned that you can add some code to the html that tells the browser not to tell linked sites where you came from when you click links.
Though you're better off just putting a plugin in your own browser that refuses to send referrers.
I just recently learned that you can add some code to the html that tells the browser not to tell linked sites where you came from when you click links.
Though you're better off just putting a plugin in your own browser that refuses to send referrers.
It’s much better to set a Referrer-Policy header, as the browser will honor this.
But yeah, if it’s done through JavaScript and info is added to the URL, then there isn’t much you can do apart from using something like Neat URL.
Oh yeah, I remember years ago I read an article saying javascript can just straight up grab your browsing history somehow.