this post was submitted on 19 Jul 2024
96 points (100.0% liked)
Privacy
31790 readers
363 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Disable javascript, trying to get around fingerprinting with javascript enabled is an exercise in futility, and is especially risky with something as heavily monitored as tor.
This is like those people who say that the only form of safe sex is abstinence. Technically true, practically useless.
I'm slowly starting to agree with @ssm that safeguarding against fingerprinting is an exercise in futility though...QubesOS sounds like something that might help though, since it makes it easy to browse from a virtual machine with fonts and other settings that may be leaked set to the most bog-standard defaults.
On a related note, disabling javascript can actually improve your user experience quite a lot for certain types of tasks. A lot of news/blogs/article-style websites nowadays are actually more usable without javascript, because you don't have to waste time closing all of the ads and cookie popups. I have a separate browser profile with js disabled and use it quite a lot.
No script lets you individually allow js on certain sites, even specific sources. Block all by default, allow safe sites or temporarily allow other sites based on need. I started doing that this year and it hasn't been nearly as much trouble as I thought it would be.
Tor has noscript automatically enabled no?
It should, but I guess this user disabled it. I visited the same site with javascript disabled and it can't fingerprint it (not in tor browser, I don't trust it (css has nasty fingerprinting capabilities, huge mozilla codebase), I use w3m with torsocks and my useragent set to tor browsers, also tested qutebrowser with js disabled).
Which browser do you use?
stated in post, w3m, a text browser (unless it wasn't there when I last edited it, I'm a very sporadic editor)
Never heard of w3m, will check it out
Edit: I thought I was paranoid for using tor as a daily browser lmao
There's three security settings via NoScript in Tor browser. The default has JS enabled.
It does, but you have to manually configure it to turn off javascript entirely.
I like disabling JS myself for some web browsing but this can make fingerprinting easier because most people do enable JS, and I've read that with JS disabled certain things still can be detected through CSS files.
easy, disable css too (text browsers do this) :)
I feel like on Tor specifically, disabled JS is far more common than on clearnet connections so not as big of an issue.