Privacy
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
much thanks to @gary_host_laptop for the logo design :)
Disabling Javascript shoud decrease the fingerprinting for the most part right?
That probably goes a long way, but there are several ways of fingerprinting without javascript (Firefox appears to be working on beating many of them) including:
-
tracking favicons: https://www.vice.com/en/article/n7v5y7/browser-favicons-can-be-used-as-undeletable-supercookies-to-track-you-online, https://lemmy.ml/post/53874
-
tracking https session handshake tokens: https://www.theregister.com/2018/10/19/tls_handshake_privacy/
-
css: New Browser Attack Allows Tracking Users Online With JavaScript Disabled: https://thehackernews.com/2021/03/new-browser-attack-allows-tracking.html
and just the general header information the browser sends by default can put users in a bucket by geolocation, platform, browser etc.
But Firefox seems to be getting many of the most egregrious problems under control.
I suppose in that case we should choose the sites we browse carefully.
This is why I use multiple web browsers for different sites and workflow :)
Actually. Everybody tries to get rid of tracking by making everyone look the same. Wouldn't it be easier to just randomize a person to every site/session instead?
What do you mean in practice ?
All the properties that are fingerprinted (resolution, canvas output, etc) should be made as unique as possible, but different for every site a user visits. So instead of trying to make everyone have the same face, make everyone's face change every minute.