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

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



Title: GitLab

morgan pushed to branch tor-browser-115.20.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 6339dfa6
    by Henry Wilkes at 2025-02-12T15:58:14+00:00
    fixup! Bug 43125: Extend the 13.5 EOL expiry date for tor-browser.
    
    TB 43168: Extend the 13.5 EOL to 16th September 2025.
    

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
    -  // Firefox moved ESR 115 EOL to 1st April 2025.
    
    7
    -  const isExpired = Date.now() > Date.UTC(2025, 3, 1);
    
    6
    +  // Firefox moved ESR 115 EOL to 16th September 2025.
    
    7
    +  const isExpired = Date.now() > Date.UTC(2025, 8, 16);
    
    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