Files
pallectrum/electrum
SomberNight b9a2b0d19b network: re-detect is_proxy_tor every time we connect to a server
This avoids some false negatives for is_proxy_tor.
(previously we only set is_proxy_tor when the proxy settings were changed)
In particular, consider scenario:
- Tor browser not running
- user sets "localhost:9150" as proxy
- detection sets network.is_proxy_tor to False
- user starts Tor browser
- network, due to retries, finds proxy working and connects to some servers
- network.is_proxy_tor remains False
2024-04-25 22:48:56 +00:00
..
2024-03-05 23:30:23 +01:00
2024-04-17 14:36:21 +00:00
2024-02-12 18:26:08 +00:00
2024-04-24 14:14:31 +00:00
2024-01-22 03:27:20 +00:00
2024-04-24 14:14:31 +00:00
2024-03-01 11:21:49 +01:00
2024-04-13 11:35:49 +02:00
2024-04-24 14:14:31 +00:00
2024-03-13 12:53:44 +00:00