Pier Angelo Vendrame pushed to branch tor-browser-115.33.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/mozapps/update/UpdateService.sys.mjs
    ... ... @@ -2420,6 +2420,13 @@ function Update(update) {
    2420 2420
         this.elevationFailure = false;
    
    2421 2421
       }
    
    2422 2422
     
    
    2423
    +  if (this.unsupported && update.hasAttribute("unsupportedURL")) {
    
    2424
    +    // Override the detailsURL with the dedicated link for the EOL.
    
    2425
    +    // Otherwise it will point to the release blog post for the wrong version.
    
    2426
    +    // See tor-browser#44668.
    
    2427
    +    this.detailsURL = update.getAttribute("unsupportedURL");
    
    2428
    +  }
    
    2429
    +
    
    2423 2430
       if (!this.detailsURL) {
    
    2424 2431
         try {
    
    2425 2432
           // Try using a default details URL supplied by the distribution