Commit 5472c5f8 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

BB 45123: Disable profile backup service.
parent a5f527af
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);

// tor-browser#42611: Do not include the URL of the image, when copying it.
// Also, do not save clipboard in history/cloud.