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
fixup! Bug 43125: Extend the 13.5 EOL expiry date for tor-browser.

TB 43168: Extend the 13.5 EOL to 14th October 2025.

- - - - -


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;
-  // Firefox moved ESR 115 EOL to 16th September 2025.
-  const isExpired = Date.now() > Date.UTC(2025, 8, 16);
+  // ESR 115 EOL pushed to 14th October 2025.
+  const isExpired = Date.now() > Date.UTC(2025, 9, 14);
 
   if (
     AppConstants.platform === "macosx" &&



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

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


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
  • [tbb-commits] [Git][tpo/app... morgan (@morgan) via tbb-commits

Reply via email to