[tor-commits] [tor-browser-bundle/hardened-builds] Bug 21326: Update the "Using a system-installed Tor" section.

gk at torproject.org gk at torproject.org
Mon Jan 30 11:04:24 UTC 2017


commit 46d7d6b7da4457bb60e2c69ddb79b5d17fa95ba1
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Thu Jan 26 14:06:44 2017 -0500

    Bug 21326: Update the "Using a system-installed Tor" section.
    
    Adjust the comments to account for recent Torbutton changes.
---
 RelativeLink/start-tor-browser | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/RelativeLink/start-tor-browser b/RelativeLink/start-tor-browser
index 19c5cfc..2cd4d76 100755
--- a/RelativeLink/start-tor-browser
+++ b/RelativeLink/start-tor-browser
@@ -3,7 +3,7 @@
 # GNU/Linux does not really require something like RelativeLink.c
 # However, we do want to have the same look and feel with similar features.
 #
-# Copyright 2015 The Tor Project.  See LICENSE for licensing information.
+# Copyright 2017 The Tor Project.  See LICENSE for licensing information.
 
 complain_dialog_title="Tor Browser"
 
@@ -323,17 +323,13 @@ EOF
 # torrc):
 #
 # SETTING NAME                            VALUE
-# extensions.torbutton.banned_ports       [...],<SocksPort>,<ControlPort>
-# extensions.torbutton.block_disk         false
-# extensions.torbutton.custom.socks_host  127.0.0.1
-# extensions.torbutton.custom.socks_port  <SocksPort>
+# network.security.ports.banned           [...],<SocksPort>,<ControlPort>
+# network.proxy.socks                     127.0.0.1
+# network.proxy.socks_port                <SocksPort>
 # extensions.torbutton.inserted_button    true
 # extensions.torbutton.launch_warning     false
 # extensions.torbutton.loglevel           2
 # extensions.torbutton.logmethod          0
-# extensions.torbutton.settings_method    custom
-# extensions.torbutton.socks_port         <SocksPort>
-# extensions.torbutton.use_privoxy        false
 # extensions.torlauncher.control_port      <ControlPort>
 # extensions.torlauncher.loglevel          2
 # extensions.torlauncher.logmethod         0



More information about the tor-commits mailing list