-
Notifications
You must be signed in to change notification settings - Fork 236
Self-destructing cookies not working? #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Self-Destructing Cookies Configuration: |
Thanks! Unfortunately, that didn't work. |
|
Still the same. I just noticed that the SDC Icon in the top right corner completely disappears, you cant even get it back via the "3 stripes" button. |
Are you using FPI? No, its not set by this user.js, but I'm asking. Because FP isolation will break CSP (and other cookie controlling addons, and cache and storage access) check Also, this js will open in PB mode. I have no idea what PB mode does to override cookie settings (i think all it does is enforce session only). Does SDC cookies work if you open>normal window from the menu? EDIT:
So just to clarify, the only settings changed are those done by this repo's user.js? |
It is set to false, yes.
I made a clean new profile, only added SDC. Cookie deletion works perfectly. Closed Firefox, added user.js, opened Firefox -> doesn't work anymore + SDC icons are gone.
This seems to be the issue! Thanks! So Private Browsing Mode does seem to break Self-Destructing Cookies. EDIT: |
Cookies aren't saved in Private Browsing, so there are none to be destroyed. All Session Cookies are deleted when exiting Private Browsing Mode. |
@Atavic the second part is correct "All Session Cookies are deleted when exiting Private Browsing Mode". The first part is not ("Cookies aren't saved in Private Browsing"). Firefox maintains a private cookie jar (first-party only as per user.js settings). As stated in SDC's FAQ the addon is unable to access this cookie jar, hence SDC does not work in Private Browsing. If you want SDC to be able to do what it's designed for (delete cookies after a set amount of time after closing a site's tabs), you have to disable private browsing |
Firefox 52.0
macOS 10.12.3
Self-Destructing Cookies 0.4.11
"Grace period" for cookie deletion is set to 1 second after the tab is closed. Worked perfectly on a clean new Firefox profile.
Some settings in user.js seem to override this, cookies are only deleted after closing Firefox.
Any ideas?
The text was updated successfully, but these errors were encountered: