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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-102.7.0esr-12.5-1] fixup! Firefox preference overrides.



Title: GitLab

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

Commits:

  • 073b5c5d
    by Pier Angelo Vendrame at 2023-01-30T13:13:30+00:00
    fixup! Firefox preference overrides.
    
    Bug 41595: Disable page thumbnails
    
    
    (cherry picked from commit 31831ff2e86470fced54745acc28fd0cbfcea23e)

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

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits