1367
Starter Kit to browse Web in 2024/2025 (Must-have)
(lemmy.world)
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
You're right. I'll be damned. That'll teach me to set-and-forget then not keep up with changes to Firefox and their effects on extensions. Thanks for the heads up.
Here's how to auto-delete cookies without an extension: https://github.com/arkenfox/user.js/blob/128.0/user.js#L669
Set
privacy.sanitize.sanitizeOnShutdown
andprivacy.clearOnShutdown_v2.cookiesAndStorage
(I don't know ifprivacy.clearOnShutdown.cookies
is still needed) totrue
. To allow a website to keep cookies do CTRL+I on the address bar then check "Set cookie" in the Permissions tab.Isn't this toggleable in the regular firefox settings, whitout using about:config flags?