-
Notifications
You must be signed in to change notification settings - Fork 545
Closed
Labels
Description
https://www.mozilla.org/en-US/firefox/126.0beta/releasenotes/
A simpler and more unified dialog for clearing user data is now available.
In addition to streamlining data categories, the new dialog also provides insights into the site data size corresponding to the selected time range.
pref("privacy.clearOnShutdown_v2.cache", true);
pref("privacy.clearOnShutdown_v2.cookiesAndStorage", true);
pref("privacy.clearOnShutdown_v2.historyFormDataAndDownloads", true);
pref("privacy.clearOnShutdown_v2.siteSettings", false);
pref("privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs", false);
pref("privacy.sanitize.cpd.hasMigratedToNewPrefs", false);
Maybe we should enforce the bottom two prefs as false to prevent data loss while this new thing is figured out?
tEctutoRIt