morgan pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 5504dca0 by Henry Wilkes at 2026-08-04T11:48:29+00:00 fixup! Firefox preference overrides. BB 45123: Disable profile backup service. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -130,6 +130,9 @@ pref("browser.pagethumbnails.capturing_disabled", true); // Users can still opt-in if they wish. pref("browser.backup.enabled", false); pref("browser.backup.scheduled.enabled", false); +// tor-browser#45123: Disable the profile automated backup and restore service. +pref("browser.backup.archive.enabled", false); +pref("browser.backup.restore.enabled", false); // Empty clipboard content from private windows on exit (tor-browser#42154) pref("browser.privatebrowsing.preserveClipboard", false); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5504dca0... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5504dca0... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
morgan (@morgan)