diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 09:11:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-19 14:14:17 -0400 |
commit | 3f807ec05866d0438d81c252ac43946cabd23233 (patch) | |
tree | f0fd8a23442f92a7d2c0775d0db4a1024da2bd6f /changes | |
parent | 91dd4a00f7d4891e24187a849933547128aeeb9f (diff) | |
download | tor-3f807ec05866d0438d81c252ac43946cabd23233.tar.gz tor-3f807ec05866d0438d81c252ac43946cabd23233.zip |
config: Deprecate HTTPProxy option
Move the HTTPProxy option to the deprecated list so for now it will only warn
users but feature is still in the code which will be removed in a future
stable version.
Fixes #20575
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20575 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20575 b/changes/ticket20575 new file mode 100644 index 0000000000..bfbf03f6b6 --- /dev/null +++ b/changes/ticket20575 @@ -0,0 +1,4 @@ + o Deprecation (config): + - Deprecate HTTPProxy/HTTPProxyAuthenticator config options. It only + applies to direct unencrypted HTTP connections to your directory server, + which your Tor probably isn't using. Fixes bug 20575. |