[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.27.0esr-13.5-1] fixup! Bug 43125: Extend the 13.5 EOL expiry date for tor-browser.



Title: GitLab

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:

Changes:

  • browser/base/content/droppedSupportNotification.js
    ... ... @@ -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
    -  // ESR 115 EOL pushed to 14th October 2025.
    
    7
    -  const isExpired = Date.now() > Date.UTC(2025, 9, 14);
    
    6
    +  // ESR 115 EOL pushed to 24th March 2026.
    
    7
    +  const isExpired = Date.now() > Date.UTC(2026, 2, 24);
    
    8 8
     
    
    9 9
       if (
    
    10 10
         AppConstants.platform === "macosx" &&
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx