Opened 7 years ago
Closed 7 years ago
#6441 closed defect (fixed)
custom proxy settings lost after restart, user.js ignored
Reported by: | proper | Owned by: | ioerror |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Applications/TorBirdy | Version: | |
Severity: | Keywords: | ||
Cc: | proper, sukhbir.in@… | Actual Points: | |
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
Version: TorBirdy 0.0.10
I wanted to use a proxy on a non-standard IP/port. Custom proxy settings are always lost after restart.
Therefore I wanted to use the user.js file to override it. (Works with TorButton.)
user_pref("network.proxy.socks", "192.168.0.10"); user_pref("network.proxy.socks_port", 9102);
Using user.js is also ineffective. Using custom proxy settings has worked with a older TorBirdy version, although I forgot which one.
Child Tickets
Change History (5)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Cc: | sukhbir.in@… added |
---|
comment:3 follow-up: 4 Changed 7 years ago by
I have just added support for this in the latest commit. Can you please test it? It's pretty bare bones right now, but given the preferences system is ready (just implemented), adding new features will not take time.
comment:4 follow-up: 5 Changed 7 years ago by
Replying to sukhbir:
I have just added support for this in the latest commit. Can you please test it? It's pretty bare bones right now, but given the preferences system is ready (just implemented), adding new features will not take time.
Persistent custom proxy settings and proxy test work very well for me.
Minor suggestions.
Change "Use the recommend proxy settings for TorBirdy" to
"Use the recommend proxy settings for TorBirdy (Tor)".
Otherwise people might wonder why Tor is not listed under anonymization service.
And if that won't cause a lot work: when "Use the recommend..." is selected, fill 127.0.0.1 9050 to Socks Host / Port and leave it grayed out.
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to proper:
Thanks for the feedback! All the above suggestions have been fixed/ incorporated in 0.0.11.
Replying to proper:
In the newer version of TorBirdy, we are forcing the preferences we set on Thunderbird restart, so the preferences you save are lost.
But this is required, so it's in our to-do. We will be implementing this.