This website contains age-restricted materials including nudity and explicit depictions of sexual activity.
By entering, you affirm that you are at least 18 years of age or the age of majority in the jurisdiction you are accessing the website from and you consent to viewing sexually explicit content.
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.
Set privacy.sanitize.sanitizeOnShutdown and privacy.clearOnShutdown_v2.cookiesAndStorage (I don’t know if privacy.clearOnShutdown.cookies is still needed) to true.
To allow a website to keep cookies do CTRL+I on the address bar then check “Set cookie” in the Permissions tab.
Cookie autodelete doesn’t work with strict mode and you should use strict mode. Just drop it.
You don’t need an extension to auto remove cookies with Firefox.
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?
Can I white list sites too?
Never mind, saw your other comment. Thanks!