morgan pushed to branch mullvad-browser-153.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

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);