Skip to content

Commit 58ec2ce

Browse files
committed
Enable privacy.sanitize.useOldClearHistoryDialog
1 parent 3444847 commit 58ec2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/app/profile/firefox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ pref("privacy.history.custom", false);
11021102
// 6 - Last 24 hours
11031103
pref("privacy.sanitize.timeSpan", 1);
11041104

1105-
pref("privacy.sanitize.useOldClearHistoryDialog", false);
1105+
pref("privacy.sanitize.useOldClearHistoryDialog", true);
11061106

11071107
pref("privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs2", false);
11081108
// flag to track migration of clear history dialog prefs, where cpd stands for

0 commit comments

Comments
 (0)