🟦 links:
FF134 release notes | for developers | security advisories
FF135 release notes | for developers | security advisories
🟪 issues:
🟩 changelog summary
- new (all these are new in Firefox 136)
- user_pref("privacy.clearHistory.browsingHistoryAndDownloads", true);
- user_pref("privacy.clearHistory.formdata", true);
- user_pref("privacy.clearOnShutdown_v2.browsingHistoryAndDownloads", true);
- user_pref("privacy.clearOnShutdown_v2.downloads", true);
- user_pref("privacy.clearOnShutdown_v2.formdata", true);
- user_pref("privacy.clearSiteData.browsingHistoryAndDownloads", true);
- user_pref("privacy.clearSiteData.formdata", true);
- removed
- 4 legacy sanitizing prefs that have been inactive since jesus
- made inactive and moved to 6050 for prefsCleaner
- 13 legacy sanitizing prefs
The legacy prefs are anything starting with privacy.clearOnShutdown.
(notice the .
at the end i.e without _v2
) and privacy.cpd
. You can reset these and remove them from your overrides to clear out the noise.
⭐ 136 is already out (don't ever wait on arkenfox to update your Firefox). The new FF136 prefs will migrate from the FF128 prefs which migrated from the legacy prefs. It pays to open each dialog to ensure the migration happens. Update any overrides to suit. Note: the migration happens after the user.js is applied, so close and restart Firefox to check if something isn't quite right.