this post was submitted on 28 Aug 2024
2273 points (99.3% liked)
Technology
59187 readers
2372 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Librewolf has Resist Fingerprinting which comes pretty far.
Every Librewolf browser uses the same windows user agent, etc. But there are downsides, like time zones don't work, and sites don't use dark mode by default.
And even then, EFF's Cover Your Tracks site can still uniquely identify me, mainly through window size. That's one of the reasons why Tor Browser uses letterboxing to make the window size consistent.
I don't know what letterboxing is. But if window size is used to identify me, can't it be circumvented simply by using the window in restored size, and not maximised?
Your restored window size is even more unique than your maximised window size!
The correct solution is to just not make the window size available to JS or to remotes at all. There's no reason to ever need specifics on window size other than CSS media-queries, and those can be done via profiles.
But the restored size keeps changing - can't be profiled, right?
And how do I not make the size available "to JS or to remote"?
Changing the source code of the browser, unfortunately. I don't know what Tor Browser does or how, but basically you'd have to do about the same as they do.