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

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



Title: GitLab

richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 68e4526d
    by cypherpunks1 at 2023-08-22T03:48:36-08:00
    fixup! Firefox preference overrides.
    
    Bug 41876: Disable the Firefox View tab
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -17,6 +17,9 @@ pref("startup.homepage_welcome_url.additional", "");
    17 17
     // Disable Firefox Welcome Dialog
    
    18 18
     pref("browser.aboutwelcome.enabled", false);
    
    19 19
     
    
    20
    +// Disable the Firefox View tab (tor-browser#41876)
    
    21
    +pref("browser.tabs.firefox-view", false);
    
    22
    +
    
    20 23
     // Bug 41668: allow users to apply updates. This is set also in firefox.js for
    
    21 24
     // all platforms, except for Windows. As explained on firefox.js, Firefox uses a
    
    22 25
     // per-installation preference on Windows. However, we patch this behavior, and
    

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