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


Commits:
55d160b3 by Henry Wilkes at 2025-09-08T17:57:36+01:00
fixup! Bug 43125: Extend the 13.5 EOL expiry date for tor-browser.

TB 43168: Extend the 13.5 EOL to 24th March 2026.

- - - - -


1 changed file:

- browser/base/content/droppedSupportNotification.js


Changes:

=====================================
browser/base/content/droppedSupportNotification.js
=====================================
@@ -3,8 +3,8 @@
 // Show a prompt that a user's system will no longer be supported.
 window.addEventListener("load", () => {
   let labelId;
-  // ESR 115 EOL pushed to 14th October 2025.
-  const isExpired = Date.now() > Date.UTC(2025, 9, 14);
+  // ESR 115 EOL pushed to 24th March 2026.
+  const isExpired = Date.now() > Date.UTC(2026, 2, 24);
 
   if (
     AppConstants.platform === "macosx" &&



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/55d160b37cae48d0e56e736848417b0c6d7c888a

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/55d160b37cae48d0e56e736848417b0c6d7c888a
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to