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

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



Title: GitLab

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

Commits:

  • ea93a41f
    by Pier Angelo Vendrame at 2023-03-22T15:22:35+00:00
    fixup! Firefox preference overrides.
    
    Bug 41689: Do not customize startup.homepage_override_url in Base
    Browser.
    
    
    (cherry picked from commit eff20896dedc966b4162bfa098a6dc065faf30eb)

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -17,13 +17,6 @@ pref("startup.homepage_welcome_url.additional", "");
    17 17
     // Disable Firefox Welcome Dialog
    
    18 18
     pref("browser.aboutwelcome.enabled", false);
    
    19 19
     
    
    20
    -// Set a generic, default URL that will be opened in a tab after an update.
    
    21
    -// Typically, this will not be used; instead, the <update> element within
    
    22
    -// each update manifest should contain attributes similar to:
    
    23
    -//   actions="showURL"
    
    24
    -//   openURL="https://blog.torproject.org/tor-browser-55a2-released"
    
    25
    -pref("startup.homepage_override_url", "https://blog.torproject.org/category/applications");
    
    26
    -
    
    27 20
     // Bug 41668: allow users to apply updates. This is set also in firefox.js for
    
    28 21
     // all platforms, except for Windows. As explained on firefox.js, Firefox uses a
    
    29 22
     // 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