It's scary how much information browsers give out for free, I wish I could use a browser that completely blocks and limits fingerprinting but nowadays I can barely watch YouTube or completing an online purchase flow with ad-blockers enabled
TIL about a combination of supposedly innocuous, non-unique information my browser is sending out which, _in combination_, may identify me uniquely, or close-to-uniquely.<p>My test results say:<p>> Your browser fingerprint appears to be unique among the 187,426 tested in the past 45 days.
>
> Currently, we estimate that your browser has a fingerprint that conveys at least 17.52 bits of identifying information.<p>... and that's _at least_. It might be double that or more if all the information I'm sending out is orthogonal.
Remember that trying to make a browser like Chromium or Firefox hard to fingerprint is harder than it seems.<p>There's <i>a lot</i> of stuff you need to change, including fonts, screen resolution, system memory, user agent details (some browsers also add Sec-CH-UA strings), timezone, along with things like WebGL fingerprinting etc<p>It's also worth noting that you can sometimes actually make yourself <i>more</i> fingerprintable by not properly hiding something, like changing your UA in HTTP requests but not in JavaScript as well. If a website detects such a "quirk", it would be able to fingerprint you with a lot more precision.<p>TL;DR If you really want to stay anonymous and not worry about fingerprinting and trackers — use Tor Browser. It was specifically designed so that everyone has the same fingerprint, and has things like letterboxing to hide resolution etc. It's unlikely you'd be able to do a better job than Tor Browser by modifying your own browser.
<p><pre><code> Our tests indicate that you have you have strong protection against Web tracking.
Your browser fingerprint appears to be unique among the 191,640 tested in the past 45 days.
User Agent
w3m/0.5.3+git20230718
Bits of identifying information: 17.55
One in x browsers have this value: 191640.0
</code></pre>
So I have strong protection by being basically unique? Not sure what this means.