morgan pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

3 changed files:

Changes:

  • browser/branding/tb-alpha/pref/firefox-branding.js
    ... ... @@ -17,8 +17,6 @@ pref("app.releaseNotesURL.aboutDialog", "https://blog.torproject.org/new-alpha-r
    17 17
     
    
    18 18
     // The time interval between checks for a new version (in seconds)
    
    19 19
     pref("app.update.interval", 43200); // 12 hours
    
    20
    -// Give the user x seconds to react before showing the big UI. default=12 hours
    
    21
    -pref("app.update.promptWaitTime", 43200);
    
    22 20
     // The number of days a binary is permitted to be old
    
    23 21
     // without checking for an update.  This assumes that
    
    24 22
     // app.update.checkInstallTime is true.
    

  • browser/branding/tb-nightly/pref/firefox-branding.js
    ... ... @@ -17,8 +17,6 @@ pref("app.releaseNotesURL.aboutDialog", "about:blank");
    17 17
     
    
    18 18
     // The time interval between checks for a new version (in seconds)
    
    19 19
     pref("app.update.interval", 14400); // 4 hours
    
    20
    -// Give the user x seconds to react before showing the big UI. default=12 hours
    
    21
    -pref("app.update.promptWaitTime", 43200);
    
    22 20
     // The number of days a binary is permitted to be old
    
    23 21
     // without checking for an update.  This assumes that
    
    24 22
     // app.update.checkInstallTime is true.
    

  • browser/branding/tb-release/pref/firefox-branding.js
    ... ... @@ -17,8 +17,6 @@ pref("app.releaseNotesURL.aboutDialog", "https://blog.torproject.org/new-release
    17 17
     
    
    18 18
     // Interval: Time between checks for a new version (in seconds)
    
    19 19
     pref("app.update.interval", 43200); // 12 hours
    
    20
    -// Give the user x seconds to react before showing the big UI. default=192 hours
    
    21
    -pref("app.update.promptWaitTime", 691200);
    
    22 20
     // The number of days a binary is permitted to be old
    
    23 21
     // without checking for an update.  This assumes that
    
    24 22
     // app.update.checkInstallTime is true.