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
[–] MoonMelon@lemmy.ml 14 points 1 day ago (4 children)

I use Cookie Autodelete. Doesn't matter what I choose, it's getting nuked when I close the tab. Handy to clear out IndexedDB and localStorage too, for sites that only let you read one or two pages before putting up a paywall.

[–] SwooshBakery624@programming.dev 1 points 18 hours ago (1 children)

I'm gonna copy-paste my comment here. Please, don't install such extensions.

Cookie extensions

❗️Sanitizing in-session is a false sense of privacy. They do nothing for IP tracking. Even Tor Browser does not sanitize in-session e.g. when you request a new circuit. A new ID requires both full sanitizing and a new IP. The same applies to Firefox

❗️Cookie extensions can lack APIs or implementation of them to properly sanitize: e.g.

⚠️ [last checked Nov 2024], Cookie Auto Delete even instructs it's users to disable Total Cookie Protection - ⚠️ DO NOT DO THIS ⚠️

As of Firefox 86, strict mode is not supported at this time due to missing APIs to handle the Total Cookie Protection [... followed by instructions]

https://github.com/arkenfox/user.js/wiki/4.1-Extensions

[–] Ghoelian@piefed.social 9 points 12 hours ago

No one said deleting cookies prevents IP tracking. Deleting cookies prevents cookie tracking.

[–] JetpackJackson@feddit.org 5 points 1 day ago (2 children)

What's the benefit of an extension over setting Firefox to autodelete and setting exceptions in the settings?

[–] Ghoelian@piefed.social 3 points 12 hours ago (1 children)

CAD deletes cookies for sites as soon as I close the last tab from that domain, not just when quitting the browser.

Especially on android the settings to delete stuff on quit is pretty useless, because I never quit Firefox through the menu, I just remove it from the recent apps, which doesn't trigger that stuff.

[–] JetpackJackson@feddit.org 1 points 6 hours ago

Oh gotcha, I'll have to try it out then, thanks!

[–] MoonMelon@lemmy.ml 1 points 1 day ago (1 children)

You can probably rig up something similar using firefox settings depending on what your needs are for convenience and granularity.

[–] JetpackJackson@feddit.org 1 points 23 hours ago

I just meant was there a benefit to choosing an extension over Firefox's settings

[–] eager_eagle@lemmy.world 2 points 1 day ago (1 children)

Does it allow you to select the ones to keep? I'd like to delete everything, but signing into the services every day is annoying as hell, so I'd appreciate a solution to keep the authentication ones.

[–] MoonMelon@lemmy.ml 5 points 1 day ago

Yeah, you can manually whitelist domains (including expressions). I do this for sites where I don't mind keeping cookies around (like lemmy).