[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #8336 [TorBrowserButton]: TOR_SOCKS_HOST, TOR_SOCKS_PORT regression
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs