this post was submitted on 22 May 2026
452 points (98.7% liked)

Programmer Humor

31537 readers
2483 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

cross-posted from: https://suppo.fi/post/12337562

fixed

you are viewing a single comment's thread
view the rest of the comments
[–] MangoPenguin@lemmy.blahaj.zone 2 points 1 day ago (1 children)

Is that needed if ublock already stops all the tracking scripts from loading?

[–] dohpaz42@lemmy.world 21 points 1 day ago (1 children)

Yes. Because cookies are used for tracking and can be set without the aid of Javascript.

For anyone interested, cookies pre-date Javascript and are baked in the HTTP protocol by way of a Set-Cookie header that the browser responds to by storing whatever information accompanies the Set-Cookie header; usually a unique id that can then be used to track what pages on a domain you visit.

[–] Quacksalber@sh.itjust.works 6 points 1 day ago* (last edited 1 day ago) (1 children)

uMatrix once again to the rescue. It can block cookies. The only downside to uMatrix is that it dis-/allows based on su domain, so you can't accept a log-in cookie and reject the tracking cookie, if they are served by the same subdomain.