mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1883764 - Enable new clear history dialog by default on all fx versions. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D206270
This commit is contained in:
parent
c863422dd3
commit
1481f1f1d2
@ -1104,11 +1104,7 @@ pref("privacy.history.custom", false);
|
||||
// 6 - Last 24 hours
|
||||
pref("privacy.sanitize.timeSpan", 1);
|
||||
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
pref("privacy.sanitize.useOldClearHistoryDialog", false);
|
||||
#else
|
||||
pref("privacy.sanitize.useOldClearHistoryDialog", true);
|
||||
#endif
|
||||
|
||||
pref("privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs", false);
|
||||
// flag to track migration of clear history dialog prefs, where cpd stands for
|
||||
|
Loading…
Reference in New Issue
Block a user