question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

103: UI: Delete cookies and site data when Firefox is closed

See original GitHub issue

Privacy & 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:closed
  • Created a year ago
  • Reactions:2
  • Comments:23 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
Thorin-Oakenpantscommented, Jul 3, 2022

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

1reaction
Thorin-Oakenpantscommented, Jul 3, 2022

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

https://github.com/arkenfox/user.js/issues/1293#issuecomment-1015926977 relied on the lifetime pref

it did? well fuck, best YOU and rusty et al had better test it then 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found