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

Commits:

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