this post was submitted on 29 Jun 2024
14 points (79.2% liked)

Privacy

31285 readers
749 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 works by collecting bits of information about the browser and device to identify users. Couldn't browsers see when a website gets such info with JS and either prevent or ask permission from the user for the website to make HTTP requests to upload such information to the website. Idk if they do something like this already.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 2 months ago* (last edited 2 months ago)

No, there is no way to prevent sites from uploading the info besides just not providing it in the first place.

And because of how programming languages work, there's no way for the browser to identify that data being uploaded "is" anything specific, especially when there's things like encryption, obfuscation or just re-arranging the data itself into larger collections of data.