this post was submitted on 15 Dec 2023
246 points (98.8% liked)

Technology

58180 readers
4879 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jaybone@lemmy.world -1 points 9 months ago (2 children)

Wait Firefox sends fingerprint info?

Why is there not an open source browser that doesn’t send this shit?

[–] prograhammingdev@lemmy.prograhamming.com 9 points 9 months ago (1 children)

Firefox does not "send" it, fingerprinting is done by tagging your hardware configuration from various values and create a unique key from that - independent of being logged in or any cookies - which can be used to track you. Things like browser & device user agent, browser window size, feature support (to determine browser version), etc. All of which are passively gathered by anything you could send a request to. There are ways to reduce this that Firefox and others do (such as reducing unique values in user agent, etc) but they're not opting in to some privacy invading reporting mechanism.

[–] jaybone@lemmy.world 1 points 9 months ago (1 children)

But the “various values” are sent, like you mention user agent, etc. I wonder if it makes sense to have a browser that doesn’t send all of that.

[–] helenslunch@feddit.nl 3 points 9 months ago

That's the tricky part. If you just don't send anything then they'll use THAT information to profile you, because no one else is doing that.

Also it can cause the page not to load properly.

So what most browsers do is spoof the information such that every user of that browser is sending the same information, when possible, regardless of whether it's accurate.

[–] helenslunch@feddit.nl 1 points 9 months ago

Wait Firefox sends fingerprint info?

Ehhh there's really no such thing as "fingerprinting info". Your browser sends info about your PC to every webpage you visit so the page can load properly. Some of them just send more info than others, which makes it easier to fingerprint you.

Check out deviceinfo.me to see what kind of info your browser is sending.