this post was submitted on 23 May 2026
11 points (78.9% liked)
No Stupid Questions
4101 readers
38 users here now
There is no such thing as a Stupid Question!
Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.
- ex. How do I change oil
- ex. How to tie shoes
- ex. Can you cry underwater?
Reminder that the rules for lemmy.ca still apply!
Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice ๐.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hardware info does not need to be sent server side to accomplish this. OpenGL and Vulkan APIs can both say what the current hardware supports without hardware identifiers. A malicious website could probably still fingerprint based off those listed features, but that's just a justification for "don't accept requests for GPU hardware acceleration without user permission". Currently modern web browsers broadcast it no matter what the page is requesting.
Name me one web "page" that does this. A web "application" doesn't count. My native browser should should never broadcast this, ever.
Can/should be ran client side.
Can/should be ran client side. Its none of the websites/applications business whether I have frozen its process or not.
A small quality of life, isn't worth it. Thankfully its the easiest thing to fake/lie about on this list. Most of these "features" on this list are not user facing and cannot be turned off with basic configurations.
Most of these things actually are purely client side. But nothing can prevent the website from sending that information back to the server.
Or they can be inferred from the client behaviour. Like you said from the GPU capabilities you can get to the actual hardware. If a client only downloads the dark mode CSS it knows which mode the user is currently on.