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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.14.0esr-13.5-1] fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...



Title: GitLab

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

Commits:

  • 4c12da1a
    by Henry Wilkes at 2024-08-21T18:23:59+00:00
    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    Bug 42691: Allow users to copy built-in addresses.
    

1 changed file:

Changes:

  • browser/components/torpreferences/content/connectionPane.js
    ... ... @@ -2121,12 +2121,10 @@ const gBridgeSettings = {
    2121 2121
           });
    
    2122 2122
     
    
    2123 2123
         this._bridgesMenu.addEventListener("showing", () => {
    
    2124
    -      const canCopy = this._bridgeSource !== TorBridgeSource.BuiltIn;
    
    2125 2124
           const canShare =
    
    2126 2125
             this._bridgeSource === TorBridgeSource.UserProvided ||
    
    2127 2126
             this._bridgeSource === TorBridgeSource.BridgeDB;
    
    2128 2127
           qrItem.hidden = !canShare || !this._canQRBridges;
    
    2129
    -      copyItem.hidden = !canCopy;
    
    2130 2128
           editItem.hidden = this._bridgeSource !== TorBridgeSource.UserProvided;
    
    2131 2129
         });
    
    2132 2130
     
    

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