README.privoxy 732 B

123456789101112131415161718
  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.
  4. The privoxy package provides a privacy enhancing HTTP proxy, which
  5. is good at filtering headers, cookies, and much more. To view the
  6. description of the Debian privoxy package just run "apt-cache show
  7. privoxy". Please refer to the privoxy documentation for more details.
  8. In order to use privoxy over tor, add the following line to your
  9. privoxy configuration file:
  10. forward-socks4a / localhost:9050 .
  11. (the dot is important)
  12. Then configure your browser to use privoxy as its HTTP proxy.
  13. --
  14. Peter Palfrader <weasel@debian.org>, Tue, 17 Feb 2004 02:15:36 +0100