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

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



Title: GitLab

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

Commits:

  • b34904a2
    by Henry Wilkes at 2024-08-14T15:31:24+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
    ... ... @@ -2126,12 +2126,10 @@ const gBridgeSettings = {
    2126 2126
           });
    
    2127 2127
     
    
    2128 2128
         this._bridgesMenu.addEventListener("showing", () => {
    
    2129
    -      const canCopy = this._bridgeSource !== TorBridgeSource.BuiltIn;
    
    2130 2129
           const canShare =
    
    2131 2130
             this._bridgeSource === TorBridgeSource.UserProvided ||
    
    2132 2131
             this._bridgeSource === TorBridgeSource.BridgeDB;
    
    2133 2132
           qrItem.hidden = !canShare || !this._canQRBridges;
    
    2134
    -      copyItem.hidden = !canCopy;
    
    2135 2133
           editItem.hidden = this._bridgeSource !== TorBridgeSource.UserProvided;
    
    2136 2134
         });
    
    2137 2135
     
    

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