this post was submitted on 03 Apr 2024
56 points (96.7% liked)

Technology

73698 readers
3434 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dev_null@lemmy.ml 5 points 1 year ago (1 children)

the browser has the capabilities to differentiate devices

The browser can do it whether this exists or not. The only information the website gets is that the browser supports this feature or not, and nothing else.

[–] bitfucker@programming.dev 2 points 1 year ago (1 children)

My bad, I worded that badly. What I meant is that the website now has access to those features via the browser (js or some other mechanism). Now suddenly fingerprinting a device can be made easier.

[–] dev_null@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

That's a valid concern, but according to the article all the website can access is the random public key, or the fact that the feature is unsupported in this browser (for an unspecified reason).

[–] bitfucker@programming.dev 1 points 1 year ago

Yeah, I've also read the article. I am just being cautious on how it can be used for other things that cause privacy concern. And so far, I've come up blank too.