this post was submitted on 12 May 2026
78 points (95.3% liked)

Privacy

48499 readers
481 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

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
78
submitted 17 hours ago* (last edited 17 hours ago) by AuroraSine@lemmy.ml to c/privacy@lemmy.ml
 

Peace and data security be upon you all.

This is my German-language site on Codeberg:

https://aurora-shine.codeberg.page/no-google-track/

It covers Google's abuse of power, Project Nimbus, and more. I also list alternative browsers and search engines, complete with pros and cons. I show you how to block Google services using uBlock Origin and strengthen your browser using the hidden about:config menu. The entire text is in German, but I hope automatic browser translation works well enough for you to understand. If you have questions, feel free to message me.

you are viewing a single comment's thread
view the rest of the comments
[–] papagaya@feddit.org 4 points 15 hours ago (3 children)

Link for people on mobile: https://aurora-shine.codeberg.page/no-google-track/

I didn't read it all, but am kinda surprised about the fingerprinting explanation. For me its the combination of all individual characteristics of your browser. What's the canvas graphic thing (item 2) you are explaining here? https://aurora-shine.codeberg.page/no-google-track/about-config.html

[–] FrostyPolicy@suppo.fi 6 points 15 hours ago (1 children)

What’s the canvas graphic thing (item 2) you are explaining here?

Canvas is a special "place"/way of drawing images on a website. It can be used for fingerprinting since different gpus/drivers etc draw things a little differently. Basically a script on a page draws thousands of shapes, pictures whatnot on a canvas you can't see i.e. is placed somewhere out of the standard view area. Then the script calculates some kind of hash or checksum. Combine that with other fingerprinting characteristics you'll get pretty nicely unique browsers.

For example LibreWolf blocks canvas by default for everyone and randomizes the canvas data on every read. If you happen to use a site that uses the canvas for legitimate purposes you won't ever see what's supposed to be there by the original design.

[–] AuroraSine@lemmy.ml 2 points 14 hours ago* (last edited 12 hours ago)

Thank you so much for explaining this in such detail! I'm still quite new to this 'privacy world'. If there are any mistakes on my site, I'd really appreciate feedback. And I'm trying my best to understand everything, even though my English isn't great yet 😅😅

load more comments (1 replies)