Pier Angelo Vendrame pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -55,6 +55,9 @@ pref("media.memory_cache_max_size", 16384);
    55 55
     // Disable restore in case of crash (tor-browser#41503)
    
    56 56
     // This should not be needed in PBM, but we added it anyway like other options.
    
    57 57
     pref("browser.sessionstore.resume_from_crash", false);
    
    58
    +// Disable capturing thumbnails (tor-browser#41595)
    
    59
    +// Also not needed in PBM at the moment.
    
    60
    +pref("browser.pagethumbnails.capturing_disabled", true);
    
    58 61
     
    
    59 62
     // Enable HTTPS-Only mode (tor-browser#19850)
    
    60 63
     pref("dom.security.https_only_mode", true);