Skip to content

track sanitizing migration slated for FF127/8 #1837

@MagicalDrizzle

Description

@MagicalDrizzle

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions