custom proxy settings lost after restart, user.js ignored
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.