[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0esr-16.0-1] fixup! Firefox preference overrides.



Title: GitLab

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:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -130,6 +130,9 @@ pref("browser.pagethumbnails.capturing_disabled", true);
    130 130
     // Users can still opt-in if they wish.
    
    131 131
     pref("browser.backup.enabled", false);
    
    132 132
     pref("browser.backup.scheduled.enabled", false);
    
    133
    +// tor-browser#45123: Disable the profile automated backup and restore service.
    
    134
    +pref("browser.backup.archive.enabled", false);
    
    135
    +pref("browser.backup.restore.enabled", false);
    
    133 136
     
    
    134 137
     // Empty clipboard content from private windows on exit (tor-browser#42154)
    
    135 138
     pref("browser.privatebrowsing.preserveClipboard", false);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx