[tor-bugs] #8336 [TorBrowserButton]: TOR_SOCKS_HOST, TOR_SOCKS_PORT regression

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Feb 25 23:36:40 UTC 2013


#8336: TOR_SOCKS_HOST, TOR_SOCKS_PORT regression
-----------------------------------+----------------------------------------
 Reporter:  proper                 |          Owner:  mikeperry
     Type:  defect                 |         Status:  new      
 Priority:  major                  |      Milestone:           
Component:  TorBrowserButton       |        Version:           
 Keywords:  tbb-rebase-regression  |         Parent:           
   Points:                         |   Actualpoints:           
-----------------------------------+----------------------------------------

Comment(by proper):

 I have a workaround. (The old trick.)

 /home/user/tor-browser_en-US/Data/profile/user.js
 {{{
 user_pref("extensions.torbutton.use_privoxy", false);
 user_pref("extensions.torbutton.settings_method", "custom");
 user_pref("extensions.torbutton.socks_host", "192.168.0.10");
 user_pref("extensions.torbutton.socks_port", 9100);
 user_pref("network.proxy.socks", "192.168.0.10");
 user_pref("network.proxy.socks_port", 9100);
 user_pref("extensions.torbutton.custom.socks_host", "192.168.0.10");
 user_pref("extensions.torbutton.custom.socks_port", 9100);
 }}}

 It works.

 But if you could fix this TOR_SOCKS_HOST, TOR_SOCKS_PORT regression, that
 would be awesome.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8336#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list