103: UI: Delete cookies and site data when Firefox is closed
See original GitHub issuePrivacy & Security>Cookies and Site Data>Delete cookies and site data when Firefox is closed
In 102 it still controls the lifetime cookie pref, and checking will trigger another migration. Currently 102 has that in deprecated
// FF102
// 2801: delete cookies and site data on exit - replaced by sanitizeOnShutdown* (2810)
// 0=keep until they expire (default), 2=keep until you close Firefox
// [SETTING] Privacy & Security>Cookies and Site Data>Delete cookies and site data when Firefox is closed
// [-] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1681493,1681495,1681498,1759665
In 103 it changes: we need to add the UI info back into section 2800 - see 1681495
- AFAICT toggling it on will set custom history and check cookies, offline web data, and cache
- not sure what toggling it off does
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:23 (13 by maintainers)
Top Results From Across the Web
"Delete cookies and site data when Firefox is closed ...
As a workaround I suggest to use the History settings to clear data on shutdown. If you select Cookies, Cache, offline website data...
Read more >"Delete cookies and site data when Firefox is closed" no ...
Launch Firefox and go to "about:preferences#privacy" · Select "Use custom settings for history" option from the History dropdown list · Check the "Always...
Read more >How do I deslect 'delect cookies and site data when firefox ...
How do I deslect 'delect cookies and site data when firefox closes.' It says I am in 'permanent private browing mode' and I...
Read more >Clear cookies and site data in Firefox - Mozilla Support
Learn how to delete cookies that store website preferences and login status, remove site data and clear cached web content in Firefox.
Read more >I checked Delete cookies and site data when Firefox is closed ...
If that setting is grayed out, it's possible that Firefox is set to use automatic private browsing. That would be in the History...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The migration also takes into account if custom history was already enabled. If it wasn’t, then it clears the other items: history, forms + downloads, site exceptions, etc, so users don’t lose any data. If it was, then it leaves those other items as they were
oooh … https://github.com/arkenfox/user.js/issues/1293#issuecomment-1016521596 has the link to the moz dev comment I mentioned about the mess with sanitizing and expectations
it did? well fuck, best YOU and rusty et al had better test it then 😃