Actually use tor_sscanf() to parse untrusted input.
[tor/rransom.git] / debian / README.privoxy
blob0f4b4f9d953352ceab0dd7489fa1c326653fdc20
1 Tor only provides TCP layer anonymity.  It does not do any protocol
2 cleaning, so if you are going to browse the web you still give away a
3 lot of information to servers.
5 The privoxy package provides a privacy enhancing HTTP proxy, which
6 is good at filtering headers, cookies, and much more.  To view the
7 description of the Debian privoxy package just run "apt-cache show
8 privoxy".  Please refer to the privoxy documentation for more details.
10 In order to use privoxy over tor, add the following line to your
11 privoxy configuration file:
12         forward-socks4a / localhost:9050 .
13 (the dot is important)
15 Then configure your browser to use privoxy as its HTTP proxy.
17 -- 
18 Peter Palfrader <weasel@debian.org>, Tue, 17 Feb 2004 02:15:36 +0100