morgan pushed to branch tor-browser-115.27.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
6d7f63e9
by Henry Wilkes at 2025-08-18T18:16:27+01:00
1 changed file:
Changes:
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | // Show a prompt that a user's system will no longer be supported.
|
4 | 4 | window.addEventListener("load", () => {
|
5 | 5 | let labelId;
|
6 | - // Firefox moved ESR 115 EOL to 16th September 2025.
|
|
7 | - const isExpired = Date.now() > Date.UTC(2025, 8, 16);
|
|
6 | + // ESR 115 EOL pushed to 14th October 2025.
|
|
7 | + const isExpired = Date.now() > Date.UTC(2025, 9, 14);
|
|
8 | 8 | |
9 | 9 | if (
|
10 | 10 | AppConstants.platform === "macosx" &&
|