Yes, Tor recently made a change to that. This does increase fingerprinting but not by much. A lot of Tor users are using Linux rather than Windows.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Using TOR Browser, my user agent is:
Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
... so I confirm that Windows is not spoofed now, if ever it were.
You can see what Web hosts see. Visit:
Does it increase fingerprinting? I imagine there might be some non-user-agent way to determine the OS. Like with image handling or whatever.
It's probably more unique and suspicious for a linux browser to pretend to be Windows than a Linux system disclosing itself as Linux.
Pretty sure the TOR user agent is just default firefox, by design. It's very easy to detect OS with very rudimentary fingerprinting techniques, a lot of which are blocked by the TOR browser but they can never get them all.
Like with image handling or whatever.
I'd expect TOR browser to mitigate this. Canvas2D is disabled for instance and system fonts aren't exposed.
Most other things could be mitigated by making every platform use the same code paths for e.g. font rendering. It should be pretty damn hard to determine which OS it is when the userspace is the same. I don't know whether TOR browser currently does this though.
Tor scans for viruses?
OP uses tor browser to access websites that scan files for viruses
I see, thx
That strikes me as an easy thing to miss; I would see the user agent string myself and let the project's maintainers know about it