summaryrefslogtreecommitdiff
path: root/doc/tor-doc.html
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-19 22:30:18 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-19 22:30:18 +0000
commitf9a04097146f72fd24abb5ee5d95c485b3c767d0 (patch)
tree4e62eba9b0226ae475116ba4a04a62a6461b2cf8 /doc/tor-doc.html
parent19deb93c2952def6d1ce260b4c179d5e206e4fea (diff)
downloadtor-f9a04097146f72fd24abb5ee5d95c485b3c767d0.tar.gz
tor-f9a04097146f72fd24abb5ee5d95c485b3c767d0.zip
mention that you should proxy your SSL traffic too
svn:r2056
Diffstat (limited to 'doc/tor-doc.html')
-rw-r--r--doc/tor-doc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index 65bfd82a60..4e521b371b 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -194,7 +194,9 @@ proxy that integrates well with Tor. Add the line <br>
<tt>forward-socks4a / localhost:9050 .</tt><br>
(don't forget the dot) to its
config file. Then change your mozilla to http proxy at localhost port 8118
-(and no socks proxy). This step will give you good html scrubbing as well.
+(and no socks proxy). You should also set your SSL proxy to the same
+thing, to hide your https traffic. Using privoxy will give you good html
+scrubbing as well.
(See <a href="http://freehaven.net/tor/cvs/doc/CLIENTS">this explanation</a>
for why direct socks gives you less anonymity.)</p>