[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-3] fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor

gk at torproject.org gk at torproject.org
Thu Oct 17 08:19:39 UTC 2019


commit 569fa462103fdd3547da0a44cffae51b2011b2b6
Author: Richard Pospesel <richard at torproject.org>
Date:   Mon Oct 14 15:01:08 2019 -0700

    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor
---
 browser/components/torpreferences/content/torPane.xul | 2 +-
 browser/modules/TorProtocolService.jsm                | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/browser/components/torpreferences/content/torPane.xul b/browser/components/torpreferences/content/torPane.xul
index 298c148bcbf2..b384ce9f9489 100644
--- a/browser/components/torpreferences/content/torPane.xul
+++ b/browser/components/torpreferences/content/torPane.xul
@@ -67,7 +67,7 @@
   <html:h2 id="torPreferences-advanced-header"/>
   <description flex="1">
     <html:span id="torPreferences-advanced-description" class="tail-with-learn-more"/>
-    <label id="torPreferences-advanced-learnMore" class="learnMore text-link" is="text-link"/>
+    <label id="torPreferences-advanced-learnMore" class="learnMore text-link" is="text-link" style="display:none"/>
   </description>
   <grid flex="1">
     <columns>
diff --git a/browser/modules/TorProtocolService.jsm b/browser/modules/TorProtocolService.jsm
index 682e7be9de1a..48ae2e14ec64 100644
--- a/browser/modules/TorProtocolService.jsm
+++ b/browser/modules/TorProtocolService.jsm
@@ -109,7 +109,6 @@ var TorProtocolService = {
       // convert settingsObject map to js object for torlauncher-protocol-service
       let settingsObject = {};
       for (const [setting, value] of newSettings) {
-        // console.log(`${setting} : ${value}`);
         settingsObject[setting] = value;
       }
 



More information about the tor-commits mailing list