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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.11.0esr-13.5-1] fixup! Bug 30237: Add v3 onion services client authentication prompt



Title: GitLab

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

Commits:

  • 02b5bf73
    by hackademix at 2024-05-08T12:48:22+02:00
    fixup! Bug 30237: Add v3 onion services client authentication prompt
    
    Bug 42557: Fix regression in Onion Services authentication prompt focus
    

1 changed file:

Changes:

  • browser/components/onionservices/content/authPrompt.js
    ... ... @@ -356,6 +356,13 @@ var _OnionAuthPrompt_ = {
    356 356
           this._showWarning(undefined);
    
    357 357
         });
    
    358 358
     
    
    359
    +    // Force back focus on click: tor-browser#41856
    
    360
    +    document
    
    361
    +      .getElementById("tor-clientauth-notification")
    
    362
    +      .addEventListener("click", () => {
    
    363
    +        window.focus();
    
    364
    +      });
    
    365
    +
    
    359 366
         Services.obs.addObserver(this, this._topics.clientAuthMissing);
    
    360 367
         Services.obs.addObserver(this, this._topics.clientAuthIncorrect);
    
    361 368
       },
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits