this post was submitted on 22 Sep 2024
27 points (100.0% liked)

Privacy

31375 readers
279 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

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Fingerprinting isn't always possible to defeat, and its not always possible to avoid making accounts (work and school accounts)

However, it should be possible to fill up tracked data with meaningless garbage and reduce the signal-to-noise ratio. Ex: a bot that browses random products on amazon to reduce profiling accuracy.

Do you guys know of any tools that do this? Anything from browser extensions to command line scripts, to anonymous group-accounts.

you are viewing a single comment's thread
view the rest of the comments
[–] refalo@programming.dev 2 points 6 days ago* (last edited 6 days ago) (2 children)

Just FYI You would have to be using the same exact browser configuration you normally browse with, otherwise the fingerprint it has will be different.

[–] Lemongrab@lemmy.one 1 points 6 days ago* (last edited 6 days ago) (1 children)

Except for shared unique similarities. Fingerprinting designers know "not all data is good data" and will then filter out bad data and use hard to change charateristics, like hardware or software similarities, which can enable cross-browser fingerprinting.

[–] refalo@programming.dev 1 points 6 days ago (1 children)

What is a "shared unique similarity"? Sounds a lot like something that isn't unique to me...

[–] Lemongrab@lemmy.one 1 points 6 days ago

Unique to you, shared between your different browsers.

[–] jeffhykin@lemm.ee 1 points 6 days ago (1 children)

Yeah, cookies, account logins, and other stuff make it hard too. Ex: randomly exploring gmail emails at different times of day, but not actually marking emails as read.

[–] refalo@programming.dev 1 points 6 days ago* (last edited 6 days ago)

Right, even the most secure/private browser cannot help opsec failures... if only one person visits the same website(s) at the same time every day, you are not anonymous. But we all must define our own threat models and apply what's realistic for us individually.