Pier Angelo Vendrame pushed to branch tor-browser-115.33.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
f48a5f15
by Pier Angelo Vendrame at 2026-02-24T15:05:12+01:00
1 changed file:
Changes:
| ... | ... | @@ -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
|