Skip to content

Commit 9bba578

Browse files
legacy sanitizing prefs
In FF128 these were used to migrate to - clearOnShutdown to clearOnShutdown_v2 - cpd to clearHistory They are then no longer used. The migration can be checked with - privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs2 - privacy.sanitize.cpd.hasMigratedToNewPrefs2 Note: in FF136 there was another migration, where it changes the `ToNewPrefs2` to false - privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs3 - privacy.sanitize.cpd.hasMigratedToNewPrefs3 AFAICT, cpd.hasMigrated* doesn't migrate until you open the clear history dialog.
1 parent c251873 commit 9bba578

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

scratchpad-scripts/arkenfox-cleanup.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
There is an archived version at https://github.com/arkenfox/user.js/issues/123
77
if you want the full list since jesus
88
9-
Last updated: 13-January-2025
9+
Last updated: 5-March-2025
1010
1111
Instructions:
1212
- [optional] close Firefox and backup your profile
@@ -76,6 +76,19 @@
7676
/* 129-140 */
7777
'dom.securecontext.allowlist_onions',
7878
'network.http.referer.hideOnionSource',
79+
'privacy.clearOnShutdown.cache',
80+
'privacy.clearOnShutdown.cookies',
81+
'privacy.clearOnShutdown.downloads',
82+
'privacy.clearOnShutdown.formdata',
83+
'privacy.clearOnShutdown.history',
84+
'privacy.clearOnShutdown.offlineApps',
85+
'privacy.clearOnShutdown.sessions',
86+
'privacy.cpd.cache',
87+
'privacy.cpd.cookies',
88+
'privacy.cpd.formdata',
89+
'privacy.cpd.history',
90+
'privacy.cpd.offlineApps',
91+
'privacy.cpd.sessions',
7992
/* 116-128 */
8093
'browser.fixup.alternate.enabled',
8194
'browser.taskbar.previews.enable',

0 commit comments

Comments
 (0)