This includes yet several more new FAQs, some improved wording, enhanced
authorhal9 <hal9@users.sourceforge.net>
Sun, 17 Sep 2006 14:56:33 +0000 (14:56 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sun, 17 Sep 2006 14:56:33 +0000 (14:56 +0000)
mark-up, various hyper links to wikipedia to explain key terminology to the
uninitiated, etc. This is ready for release IMO pending final tagging of cvs
and Privoxy version stamping.

doc/source/faq.sgml
doc/webserver/faq/configuration.html
doc/webserver/faq/contact.html
doc/webserver/faq/copyright.html
doc/webserver/faq/general.html
doc/webserver/faq/index.html
doc/webserver/faq/installation.html
doc/webserver/faq/misc.html
doc/webserver/faq/trouble.html

index d3f8e7b..f287766 100644 (file)
@@ -16,6 +16,8 @@
 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
 <!entity % p-supp-userman "INCLUDE"> <!-- Include all from supported.sgml -->
 <!entity  my-copy "&copy;">          <!-- kludge for docbook2man          -->
+<!entity % p-newstuff "INCLUDE">      <!-- exclude stuff from devel versions -->
+<!entity  my-app "<application>Privoxy</application>">
 ]>
 <!--
  File        :  $Source: /cvsroot/ijbswa/current/doc/source/faq.sgml,v $
@@ -24,9 +26,9 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: faq.sgml,v 2.15 2006/09/08 23:05:07 hal9 Exp $
+ $Id: faq.sgml,v 2.16 2006/09/10 15:30:46 hal9 Exp $
 
- Copyright (C) 2001-2006 Privoxy Developers <developers@privoxy.org>
+ Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org
  See LICENSE.
 
  Based partially on the Internet Junkbuster FAQ originally written by and
@@ -75,7 +77,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: faq.sgml,v 2.15 2006/09/08 23:05:07 hal9 Exp $</pubdate>
+<pubdate>$Id: faq.sgml,v 2.16 2006/09/10 15:30:46 hal9 Exp $</pubdate>
 
 <!--
 
@@ -116,8 +118,8 @@ Hal.
  <para>
  This FAQ gives quick answers to frequently asked  questions about
  <ulink url="http://www.privoxy.org/">Privoxy</ulink>.
- It can't and doesn't replace the
- <ulink url="../user-manual/index.html"><citetitle>User Manual</citetitle></ulink>.
+ It is not a substitute for the 
+ <ulink url="../user-manual/index.html"><citetitle>Privoxy User Manual</citetitle></ulink>.
 <!-- 
  This works, at least in some situtations:
  Test: <ulink url="privoxy-user-manual.pdf"><citetitle>User Manual</citetitle></ulink>.
@@ -125,7 +127,7 @@ Hal.
  </para>
 
 <!-- Include privoxy.sgml boilerplate: -->
- &p-intro;
<para>What is Privoxy?</para> &p-intro;
 <!-- end boilerplate -->
 
  <para>
@@ -147,9 +149,72 @@ Hal.
 <!--   ~~~~~       New section      ~~~~~     -->
 
 <sect1 id="general"><title>General Information</title>
+<sect2 renderas="sect3" id="who_uses"><title>Who should use Privoxy?</title>
+ <para>
+  Anyone that is interested in security, privacy, or in 
+  finer-grained control over their web and Internet experience.
+  Everyone is encouraged to try &my-app;.
+ </para>
+</sect2>
+
+<sect2 renderas="sect3" id="bestchoice"><title>Is Privoxy the best choice for
+me?</title>
+ <para>
+  &my-app; is certainly a good choice, especially for those who want more 
+  control and security. Those that have the ability to fine-tune their installation
+  will benefit the most. One of <application>Privoxy's</application>
+  strength's is that it is highly configurable giving you the ability to
+  completely personalize your installation. Being familiar with, or at least
+  having an interest in learning about <ulink
+  url="http://en.wikipedia.org/wiki/Http">HTTP</ulink> and other networking
+  protocols, <ulink url="http://en.wikipedia.org/wiki/Html">HTML</ulink>, 
+  <ulink url="http://en.wikipedia.org/wiki/Internet_Protocol">IP (Internet
+  Protocol)</ulink>, and 
+  <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
+  Expressions</quote></ulink>
+  will be a big plus and will help you get the most out 
+  of &my-app;.
+ </para>
+ <para>
+  Much of <application>Privoxy's</application> configuration can be done 
+  with a  <ulink url="http://en.wikipedia.org/wiki/Web_browser">Web browser</ulink>.
+  But there are areas where configuration is done using a 
+  <ulink url="http://en.wikipedia.org/wiki/Text_editors">text editor</ulink>
+  to edit configuration files.
+  </para>
+</sect2>
+
+<sect2 renderas="sect3" id="proxymoron"><title>What is a <quote>proxy</quote>? How does
+Privoxy work? </title>
+ <para>
+  A  <ulink url="http://en.wikipedia.org/wiki/Proxy_server">web proxy</ulink>
+  is a service, based on a software such as
+  <application>Privoxy</application>, that clients (i.e. browsers) can use
+  instead of connecting directly to web servers on the Internet. The
+  clients then ask the proxy to fetch the objects they need (web pages,
+  images, movies etc) on their behalf, and when the proxy has done so, it
+  hands the results back to the client. It is a <quote>go-between</quote>. See
+  the <ulink url="http://en.wikipedia.org/wiki/Proxy_server">Wikipedia proxy
+  definition</ulink> for more.
+ </para>
+ <para>
+  There are many reasons to use web proxies, such as security (firewalling),
+  efficiency (caching) and others, and there are any number of proxies
+  to accommodate those needs.
+ </para>
+ <para>
+  <application>Privoxy</application> is a proxy that is primarily focused on privacy
+  protection, ad and junk elimination and freeing the user from restrictions placed on his 
+  activities. Sitting between your browser(s) and the Internet,
+  it is in a perfect position to filter outbound personal information that your
+  browser is leaking, as well as inbound junk. It uses a variety of techniques to do
+  this, all of which are under your complete control via the various configuration
+  files and options.
+ </para>
+</sect2>
 
 <sect2 renderas="sect3" id="newjb"><title>What is this new version of 
-<emphasis>Junkbuster</emphasis>?</title>
+<quote><citetitle>Junkbuster</citetitle></quote>?</title>
 
 <!-- Include history.sgml -->
  &history;
@@ -197,8 +262,10 @@ from the old Junkbuster?</title>
  <application>Privoxy</application> picks up where
  <application>Junkbuster</application> left off. All the old features remain.
  The new <application>Privoxy</application> still blocks ads and banners,
- still manages cookies, and still helps protect your privacy. But, these are
- all greatly enhanced, and many, many new features have been added, all in the same vein.
+ still manages <ulink
+ url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>, and still
+ helps protect your privacy. But, these are all greatly enhanced, and many,
+ many new features have been added, all in the same vein.
  </para>
  <para>
  The configuration has changed significantly as well. This is something that
@@ -206,8 +273,8 @@ from the old Junkbuster?</title>
  <application>Junkbuster</application> 2.0.x. The <quote>blocklist</quote>
  <quote>cookielist</quote>, <quote>imagelist</quote> and much more has been
  combined into the <quote>actions</quote> files, with a completely different
- syntax. See the <ulink url="../user-manual/whatsnew.html">What's New</ulink> 
- page for the latest updates.
+ syntax. <![%p-newstuff;[ See the <ulink url="../user-manual/whatsnew.html">What's New</ulink> 
+ page for the latest updates.]]>
 </para>
 <para>
  <application>Privoxy</application>'s new features include:
@@ -219,32 +286,6 @@ from the old Junkbuster?</title>
 
 </sect2>
 
-<sect2 renderas="sect3" id="proxymoron"><title>What is a <quote>proxy</quote>? How does
-Privoxy work? </title>
- <para>
-  A web proxy is a service, based on a software such as <application>Privoxy</application>,
-  that clients (i.e. browsers) can use instead of connecting directly to the web
-  servers on the Internet. The clients then ask the proxy to fetch the objects
-  they need (web pages, images, movies etc) on their behalf, and when the proxy
-  has done so, it hands the results back to the client.
- </para>
- <para>
-  There are many reasons to use web proxies, such as security (firewalling),
-  efficiency (caching) and others, and there are just as many different proxies
-  to accommodate those needs.
- </para>
- <para>
-  <application>Privoxy</application> is a proxy that is primarily focused on privacy
-  protection, junk elimination and freeing the user from restrictions placed on his 
-  activities. Sitting between your browser(s) and the Internet,
-  it is in a perfect position to filter outbound personal information that your
-  browser is leaking, as well as inbound junk. It uses a variety of techniques to do
-  this, all of which are under your control via the various configuration
-  files and options.
- </para>
-</sect2>
-
-
 <sect2 renderas="sect3" id="whatsanad">
 <title id="knows">How does Privoxy know what is
 an ad, and what is not?</title>
@@ -258,7 +299,8 @@ an ad, and what is not?</title>
  and the host (blocking the big banner hosting services like doublecklick.net
  already helps a lot). <application>Privoxy</application> takes advantage of this
  fact by using <ulink url="../user-manual/actions-file.html#AF-PATTERNS">URL
- patterns</ulink> to sort out and block the requests for banners.
+ patterns</ulink> to sort out and block the requests for things that sound 
+ like they would be ads or banners.
 </para>
 <para>
  Second, banners tend to come in certain <emphasis>sizes</emphasis>. But you
@@ -270,7 +312,7 @@ an ad, and what is not?</title>
 </para>
 <para>
  Both of this involves a certain amount of guesswork and is, of course, freely
- configurable.
and readily configurable.
 </para>
 </sect2>
 
@@ -310,6 +352,10 @@ This does not sound very scientific.</title>
  encourage you to do this. This is where the real power of
  <application>Privoxy</application> lies!
 </para>
+<para>
+ You will have to tell your browser about <application>Privoxy</application> 
+ (see the Installation section below).
+</para>
 
 </sect2>
 
@@ -330,7 +376,19 @@ Privoxy at all?</title>
  </para>
 </sect2>
 
-
+<sect2 renderas="sect3" id="whytrust"><title>Why should I trust Privoxy?</title>
+ <para>
+  The most important reason is because you have access to
+  <emphasis>everything</emphasis>, and you can control everything. You can
+  check every line of every configuration file yourself. You can check every
+  last bit of source code should you desire. And even if you can't read code, 
+  there should be some comfort in knowing that thousands of other people can, 
+  and do read it. You can build the software from scratch, if you want, so
+  that you know the executable is clean, and that it is
+  <emphasis>yours</emphasis>. In fact, we encourage this level of scrutiny. It
+  is one reason we use &my-app; ourselves.
+ </para>
+</sect2>
 
 <sect2 renderas="sect3" id="license"><title>Is there is a license or fee? What about a 
 warranty? Registration?</title>
@@ -351,6 +409,30 @@ warranty? Registration?</title>
 
 </sect2>
 
+<sect2 renderas="sect3" id="spyware">
+<title>Can Privoxy remove spyware? Adware? Viruses?</title>
+<para>
+ No. &my-app; cannot remove anything. It is not a removal tool. It is a
+ preventative. &my-app; can help prevent contact from sites 
+ that use such tactics, and thus could conceivably prevent contamination from
+ such sites.
+</para>
+</sect2>
+
+
+<sect2 renderas="sect3" id="otherads">
+<title>Can I use Privoxy with other ad-blocking software?</title>
+<para>
+ &my-app; should work fine with other proxies and other software in general.
+</para>
+<para>
+ But it is probably not necessary to use &my-app; in conjunction with other
+ ad-blocking products, and this could conceivably cause undesirable results.
+ It would be better to choose one software or the other and work a little to
+ tweak its configuration to your liking.
+</para>
+</sect2>
+
 <sect2 renderas="sect3" id="jointeam"><title>I would like to help you, what can I do?</title>
 
 <sect3 renderas="sect4" id="jointeam-work"><title>Would you like to participate?</title>
@@ -459,7 +541,7 @@ Include supported.sgml here:
    files and syntax have substantially changed, so you will need to manually
    port your old patterns. See the <ulink url="../user-manual/upgradersnote.html">note
    to upgraders</ulink> and <ulink url="../user-manual/installation.html">installation
-   chapter</ulink> in the <ulink url="../user-manual/index.html">user manual</ulink>
+   chapter</ulink> in the <ulink url="../user-manual/index.html">User Manual</ulink>
    for details.
  </para>
  <para>
@@ -478,7 +560,8 @@ special I have to do now?</title>
  as a proxy by specifying the correct proxy address and port number 
  in the appropriate configuration area for the browser. See below.
  You should also flush your browser's memory and disk cache to get rid of any
- cached junk items, and remove any stored cookies.
+ cached junk items, and remove any stored 
+ <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>.
 
 </para>
 
@@ -544,7 +627,7 @@ All the ads are there. What's wrong?</title>
  on starting <application>Privoxy</application> and browser configuration,
  see the <ulink url="http://www.privoxy.org/user-manual/startup.html">chapter
  on starting <application>Privoxy</application></ulink> in the
- <ulink url="http://www.privoxy.org/user-manual/">user manual</ulink>.
+ <ulink url="http://www.privoxy.org/user-manual/">User Manual</ulink>.
 </para>
 
 </sect2>
@@ -559,7 +642,7 @@ Privoxy is running and being used.</title>
  should see the <application>Privoxy</application> main page. If not, see
  the <ulink url="http://www.privoxy.org/user-manual/startup.html">chapter
  on starting <application>Privoxy</application></ulink> in the
- <ulink url="http://www.privoxy.org/user-manual/">user manual</ulink>.
+ <ulink url="http://www.privoxy.org/user-manual/">User Manual</ulink>.
 </para>
 
 <para>
@@ -595,8 +678,9 @@ Privoxy is running and being used.</title>
 
 <sect2 renderas="sect3" id="getupdates"><title>Where can I get updated Actions Files?</title>
  <para>
-   Based on your feedback and the continuing development, updated actions files will be
-   made available on the <ulink
+   Based on your feedback and the continuing development, updates of 
+   <filename>default.action</filename> will be
+   made available from   time to time on the <ulink
   url="http://sourceforge.net/project/showfiles.php?group_id=11118">files section</ulink> of
   our <ulink url="http://sf.net/projects/ijbswa/">project page</ulink>.
  </para>
@@ -623,14 +707,14 @@ Privoxy is running and being used.</title>
    versions of <application>Privoxy 2.x</application>. The old files, like
    <filename>blocklist</filename> will not work at all. 
  </para>
- <para>
+ <![%p-newstuff;[ <para>
   Refer to the <ulink url="../user-manual/whatsnew.html">What's New</ulink> 
  page for information on configuration changes that may occur from one release to another.
- </para>
+ </para>]]>
 </sect2>
 
 <sect2 renderas="sect3">
-<title id="actionsfile">What is an <quote>actions</quote> file?</title>
+<title id="actionsfile">What exactly is an <quote>actions</quote> file?</title>
 
 <para>
  <ulink url="../user-manual/actions-file.html">Actions files</ulink>
@@ -648,9 +732,10 @@ Privoxy is running and being used.</title>
  for single URLs, whole web sites, groups or parts thereof etc. Actions can also be
  grouped together and then applied to requests matching one or more patterns.
  There are many possible actions that might apply to any given site. As an example,
- if you are blocking cookies as one of your default actions, but need to accept
- cookies from a given site, you would need to define an exception for this
- site in one of your actions files, preferably in <filename>user.action</filename>.
+ if you are blocking <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>
+ as one of your default actions, but need to accept cookies from a given site,
+ you would need to define an exception for this site in one of your actions
+ files, preferably in <filename>user.action</filename>.
 </para>
 
 </sect2>
@@ -699,7 +784,7 @@ the differences?</title>
  to make their private customizations, and <filename>standard.action</filename>, 
  which is for internal <application>Privoxy</application> use only.
  Please see <ulink url="../user-manual/actions-file.html">the actions chapter</ulink>
- in the <ulink url="../user-manual/index.html">user manual</ulink> for a more
+ in the <ulink url="../user-manual/index.html">User Manual</ulink> for a more
  detailed explanation.
 </para>
 
@@ -715,7 +800,9 @@ the differences?</title>
 <sect2 renderas="sect3" id="yahoo"><title>How can I make my Yahoo/Hotmail/Gmail account work?</title>
  <para>
   The default configuration shouldn't impact the usability of any of these services.
-  It will, however, make all cookies temporary, so that your browser will forget your
+  It will, however, make all <ulink 
+ url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink> 
+  temporary, so that your browser will forget your
   login credentials in between browser sessions. If you would like not to have to log
   in manually each time you access those websites, simply turn off all cookie handling
   for them in the <filename>user.action</filename> file. An example for yahoo might
@@ -727,6 +814,30 @@ the differences?</title>
 { -<ulink url="../user-manual/actions-file.html#CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</ulink> -<ulink url="../user-manual/actions-file.html#CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</ulink> -<ulink url="../user-manual/actions-file.html#SESSION-COOKIES-ONLY">session-cookies-only</ulink> }
 .login.yahoo.com</screen>
  </para>
+ <para>
+  These kinds of sites are often quite complex and heavy with 
+  <ulink url="http://en.wikipedia.org/wiki/Javascript">Javascript</ulink> and 
+  thus <quote>fragile</quote>. So if <emphasis>still</emphasis> a problem, 
+  we have an <ulink
+  url="../user-manual/actions-file.html#ALIASES">alias</ulink> just for such
+  sticky situations:
+ </para>
+ <para>
+  <screen># Gmail is a _fragile_ site:
+#
+{ <literal>fragile</literal> }
+ mail.google.com</screen>
+ </para>
+ <para>
+  Be sure to flush your browser's caches whenever making these kinds of
+  changes, just to make sure the changes <quote>take</quote>.
+ </para>
+ <para>
+  Make sure the domain, host and path are appropriate as well. Your browser can
+  tell you where you are specifically and you should use that information for 
+  your configuration settings. Note that above it is not referenced as 
+  <literal>gmail.com</literal>, which is a valid domain name.
+ </para>
 
 </sect2>
 
@@ -811,11 +922,13 @@ with a browser? Does that not raise security issues?</title>
  If you are familiar with regular expressions, and HTML, you can look at 
  the provided <filename>default.filter</filename> with a text editor and define
  your own filters.  This is potentially a very powerful feature, but
- requires some expertise in both regular expressions and HTML/HTTP. You should 
+ requires some expertise in both regular expressions and HTML/HTTP. 
+ <![%p-newstuff;[ You should 
  place any modifications to the default filters, or any new ones you create 
  in a separate file, such as <filename>user.filter</filename>, so they won't 
- be overwritten during upgrades. The ability to define multiple filter files 
- in <filename>config</filename> is a new feature as of v. 3.0.4.
+ be overwritten during upgrades. 
+ The ability to define multiple filter files 
+ in <filename>config</filename> is a new feature as of v. 3.0.4.]]>
 </para>
 
 <para>
@@ -955,13 +1068,14 @@ instead of the checkerboard image. Why and how do I get rid of this?</title>
 <title>Can Privoxy run as a service 
 on Win2K/NT/XP?</title>
 <para>
+<![%p-newstuff;[
  Yes. Version 3.0.4 introduces full <application>Windows</application> service
  functionality. See <ulink url="../user-manual/installation.html#installation-pack-win">
  the User Manual</ulink> for details on how to install and configure 
  <application>Privoxy</application> as a service.
-</para>
+</para> 
 <para>
- Earlier versions could run as a system service using <command>srvany.exe</command>.
+ Earlier ]]>3.x versions could run as a system service using <command>srvany.exe</command>.
  See the discussion at <ulink
  url="http://sourceforge.net/tracker/?func=detail&#38;atid=361118&#38;aid=485617&#38;group_id=11118">http://sourceforge.net/tracker/?func=detail&#38;atid=361118&#38;aid=485617&#38;group_id=11118</ulink>,
  for details, and a sample configuration.
@@ -977,8 +1091,10 @@ proxies like Squid or Tor?</title>
  <application>Privoxy</application> with those of a another proxy.
  See the <ulink
  url="../user-manual/config.html#FORWARDING">forwarding chapter</ulink>
- in the <ulink url="../user-manual/index.html">user manual</ulink> which
- describes how to do this.
+ in the <ulink url="../user-manual/index.html">User Manual</ulink> which
+ describes how to do this, and the <link linkend="TOR">
+ How do I use Privoxy together with 
+ Tor</link> section below.
 </para>
 </sect2>
 
@@ -1008,7 +1124,7 @@ and thus avoid individual browser configuration?</title>
  this ability should work though. 
  See the <ulink
  url="../user-manual/config.html#FORWARDING">forwarding chapter</ulink>
- in the <ulink url="../user-manual/index.html">user manual</ulink>. As
+ in the <ulink url="../user-manual/index.html">User Manual</ulink>. As
  a transparent proxy to be used for chaining we recommend Transproxy
  (<ulink url="http://transproxy.sourceforge.net/">http://transproxy.sourceforge.net/</ulink>).
 </para>
@@ -1045,6 +1161,53 @@ and thus avoid individual browser configuration?</title>
 </para>
 </sect2>
 
+<sect2 renderas="sect3" id="sneaky-cookies">
+<title>I sometimes notice cookies sneaking through. How?</title>
+<para>
+ <ulink
+ url="http://en.wikipedia.org/wiki/Browser_cookie">Cookies</ulink> can be 
+ set in several ways. The classic method is via the 
+ <literal>Set-Cookie</literal> HTTP header. This is straightforward, and an
+ easy one to manipulate, such as the &my-app; concept of 
+ <ulink url="../user-manual/actions-file.html#SESSION-COOKIES-ONLY">session-cookies-only</ulink>.
+ There is also the possibility of using 
+  <ulink url="http://en.wikipedia.org/wiki/Javascript">Javascript</ulink> to
+ set cookies (&my-app; calls these <literal>content-cookies</literal>). This
+ is trickier because the syntax can vary widely, and thus requires a certain
+ amount of guesswork. It is not realistic to catch all of these short of
+ disabling Javascript, which would break many sites. And lastly, if the
+ cookies are embedded in a HTTPS/SSL secure session via Javascript, they are beyond
+ <application>Privoxy's</application> reach.
+</para>
+<para>
+ All in all, &my-app; can help manage cookies in general, can help minimize
+ the loss of privacy posed by cookies, but can't realistically stop all
+ cookies.
+</para>
+</sect2>
+
+<sect2 renderas="sect3" id="evil-cookies">
+<title>Are all cookies bad? Why?</title>
+<para>
+ No, in fact there are many beneficial uses of 
+ <ulink
+ url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>. Cookies are just a
+ method that browsers can use to store data between pages, or between browser
+ sessions. Sometimes there is a good reason for this, and the user's life is a
+ bit easier as a result. But there is a long history of some websites taking
+ advantage of this layer of trust, and using the data they glean from you  and 
+ your browsing habits for their own purposes, and maybe to your potential
+ detriment. Such sites are using you and storing their data on your system.
+ That is why the security conscious watch from whom those cookies come, and why
+ they really <emphasis>need</emphasis> to be there.
+</para>
+<para>
+  See the 
+   <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">Wikipedia cookie
+  definition</ulink> for more.
+</para>
+</sect2>
+
 <sect2 renderas="sect3" id="allow-cookies">
 <title>How can I allow permanent cookies for my trusted sites?</title>
 
@@ -1147,11 +1310,12 @@ has to add extra time to browsing.</title>
 </para>
 <para>
  Overall, it should not slow you down any in real terms, and may actually help 
- speed things up since ads, banners and other junk are not typically being displayed.
- The actual processing time required by <application>Privoxy</application> 
- itself for each page, is relatively small in the overall scheme of things,
- and happens very quickly. This is typically more than offset by time saved
- not downloading and rendering ad images (if ad blocking is being used).
+ speed things up since ads, banners and other junk are not typically being
+ retrieved and displayed. The actual processing time required by
+ <application>Privoxy</application> itself for each page, is relatively small
+ in the overall scheme of things, and happens very quickly. This is typically
+ more than offset by time saved not downloading and rendering ad images (if ad
+ blocking is being used).
 </para>
 
 <para>
@@ -1199,18 +1363,6 @@ delays in page requests compared to the old Junkbuster. What's wrong?</title>
 </para>
 </sect2>
 
-<sect2 renderas="sect3" id="slowcrawl">
-<title>I just installed Privoxy, and all my
-browsing has slowed to a crawl. What gives? </title>
-<para>
- This should not happen, and for the overwhelming number of users world-wide,
- it does not happen. I would suspect some inadvertent interaction of software
- components such as anti-virus software, spyware protectors, personal
- firewalls or similar components. Try disabling (or uninstalling) these one
- at a time and see if that helps.
-</para>
-</sect2>
-
 <sect2 renderas="sect3" id="configurl"><title>What are "http://config.privoxy.org/" and
 "http://p.p/"?</title>
 <para>
@@ -1303,7 +1455,8 @@ us help you. Your efforts are not wasted, and we do appreciate them.
  with <ulink url="http://tor.eff.org/">Tor</ulink>,
  an  <ulink url="http://www.eff.org/">EFF</ulink> supported onion routing system.
  The configuration details can be found in
- <ulink url="#TOR">How do I use <application>Privoxy</application> together with <application>Tor</application>?</ulink>.
+ <ulink url="#TOR">How do I use <application>Privoxy</application> together with <application>Tor</application> section</ulink>
+ just below.
 </para>
 <!-- 
 <para>
@@ -1361,6 +1514,14 @@ us help you. Your efforts are not wasted, and we do appreciate them.
 
 </sect2>
 
+<sect2 renderas="sect3">
+<title id="proxytest">A test site says I am not using a Proxy.</title>
+<para>
+ Good! Actually, they are probably testing for some other kinds of proxies.
+ Hiding yourself completely would require additional steps.
+</para>
+</sect2>
+
 <sect2 renderas="sect3" id="tor"><title>How do I use Privoxy
  together with Tor?</title>
 <para>
@@ -1376,7 +1537,7 @@ us help you. Your efforts are not wasted, and we do appreciate them.
  extensive documentation</ulink> to learn how to install <application>Tor</application>,
  and make sure <application>Tor</application>'s logfile says that
  <quote>Tor has successfully opened a circuit</quote> and it
- <quote>[l]ooks like client functionality is working</quote>.
+ <quote>looks like client functionality is working</quote>.
 </para>
 <para>
  If either <application>Tor</application> or <application>Privoxy</application>
@@ -1395,6 +1556,8 @@ us help you. Your efforts are not wasted, and we do appreciate them.
  to make sure <application>Privoxy's</application> DNS requests are
  done through <application>Tor</application> and thus invisible to your local network.
 </para>
+
+<![%p-newstuff;[
 <para>
  Since <application>Privoxy</application> 3.0.4, its configuration (section 5.2)
  is already prepared for <application>Tor</application>, if you are using a
@@ -1445,7 +1608,7 @@ us help you. Your efforts are not wasted, and we do appreciate them.
  of <application>Tor's</application> documentation. Make sure you understand
  what <application>Tor</application> does, why it is no replacement for
  application level security, and why you shouldn't use it for unencrypted logins.
-</para>
+</para> ]]>
 </sect2>
 
 <sect2 renderas="sect3">
@@ -1651,7 +1814,7 @@ from a webserver? FTP server?</title>
  Filtering is potentially more of a concern since the results are not always
  so obvious, and the effects of filtering are there whether the file is simply
  viewed, or downloaded. And potentially whether the content is some obnoxious
- advertizement, or Mr. Jimmy's latest/greatest source code jewel. Of course,
+ advertisement, or Mr. Jimmy's latest/greatest source code jewel. Of course,
  one of these presumably is <quote>bad</quote> content that we don't want, and
  the other is <quote>good</quote> content that we do want.
  <application>Privoxy</application> is blind to the differences, and can only
@@ -1695,7 +1858,7 @@ from a webserver? FTP server?</title>
 </para>
 <para>
  <application>Privoxy</application> does not do FTP at all, only HTTP 
-  protocols, so please don't try.
and  HTTPS (SSL) protocols, so please don't try.
 </para>
 </sect2>
 
@@ -1860,7 +2023,7 @@ What can I do?</title>
 </para>
 <para>
  Troubleshooting actions is discussed in more detail in the <ulink
- url="../user-manual/appendix.html#ACTIONSANAT">user-manual appendix</ulink>.
+ url="../user-manual/appendix.html#ACTIONSANAT">User Manual appendix</ulink>.
  There is also an <ulink
  url="../user-manual/actions-file.html#ACT-EXAMPLES">actions tutorial</ulink>.
 </para>
@@ -1941,8 +2104,8 @@ every time I start IE. What gives?</title>
   <emphasis>both</emphasis> HTTP and FTP proxying! So it is possible to
   accidentally enable FTP proxying in these cases. And of course, if this
   happens, <application>Privoxy</application> will indeed cause problems since
-  it does not know FTP. Newer version will give a sane error message if a FTP 
-  connection is attempted.
+  it does not know FTP. <![%p-newstuff;[Newer version will give a sane error
+  message if a FTP connection is attempted.]]>
  </para>
  <para>
   Will <application>Privoxy</application> ever proxy FTP traffic? Unlikely.
@@ -2057,6 +2220,11 @@ Why?</title>
  result in a much slower response from <application>Privoxy</application> on
  some platforms due to DNS timeouts.
 </para>
+<para>
+ This can be caused by a problem with the local <filename>HOSTS</filename>
+ file. If this file has been changed from the original, try reverting it to
+ see if that helps.
+</para>
 </sect2>
 
 <sect2 renderas="sect3" id="inuse">
@@ -2139,7 +2307,8 @@ Why?</title>
 </title>
 <para>
  <application>Privoxy</application> is attempting to disable malicious 
- Javascript in this case, with the <literal>unsolicited-popups</literal>
+  <ulink url="http://en.wikipedia.org/wiki/Javascript">Javascript</ulink> 
+  in this case, with the <literal>unsolicited-popups</literal>
  filter. <application>Privoxy</application> cannot tell very well 
  <quote>good</quote> code snippets from <quote>bad</quote> code snippets.
 </para>
@@ -2173,10 +2342,11 @@ Why?</title>
  the <quote>messenger</quote> which is reporting whatever problem occurred
  downstream, and not the root cause of the error.
 </para>
+<![%p-newstuff;[
 <para>
  In any case, v. 3.0.4 includes various improvements to help
  <application>Privoxy</application> better handle these cases.
-</para>
+</para>]]>
 </sect2>
 
 <sect2 renderas="sect3" id="allcpu">
@@ -2197,6 +2367,17 @@ Why?</title>
 </para>
 </sect2>
 
+<sect2 renderas="sect3" id="slowcrawl">
+<title>I just installed Privoxy, and all my
+browsing has slowed to a crawl. What gives? </title>
+<para>
+ This should not happen, and for the overwhelming number of users world-wide,
+ it does not happen. I would suspect some inadvertent interaction of software
+ components such as anti-virus software, spyware protectors, personal
+ firewalls or similar components. Try disabling (or uninstalling) these one
+ at a time and see if that helps.
+</para>
+</sect2>
 
 
 </sect1>
@@ -2277,6 +2458,9 @@ Why?</title>
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
 $Log: faq.sgml,v $
+Revision 2.16  2006/09/10 15:30:46  hal9
+Spell check.
+
 Revision 2.15  2006/09/08 23:05:07  hal9
 Fix broken links. Add faq on hosts files. Move most of new windows service
 feature to user manual and reference in faq. Various other small changes.
index 314cacb..c0ef75d 100644 (file)
@@ -85,8 +85,12 @@ NAME="GETUPDATES"
 ></A
 >3.1. Where can I get updated Actions Files?</H3
 ><P
->   Based on your feedback and the continuing development, updated actions files will be
-   made available on the <A
+>   Based on your feedback and the continuing development, updates of 
+   <TT
+CLASS="FILENAME"
+>default.action</TT
+> will be
+   made available from   time to time on the <A
 HREF="http://sourceforge.net/project/showfiles.php?group_id=11118"
 TARGET="_top"
 >files section</A
@@ -156,9 +160,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN332"
+NAME="AEN358"
 ></A
->3.3. What is an <SPAN
+>3.3. What exactly is an <SPAN
 CLASS="QUOTE"
 >"actions"</SPAN
 > file?</H3
@@ -190,9 +194,14 @@ TARGET="_top"
  for single URLs, whole web sites, groups or parts thereof etc. Actions can also be
  grouped together and then applied to requests matching one or more patterns.
  There are many possible actions that might apply to any given site. As an example,
- if you are blocking cookies as one of your default actions, but need to accept
- cookies from a given site, you would need to define an exception for this
- site in one of your actions files, preferably in <TT
+ if you are blocking <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+>
+ as one of your default actions, but need to accept cookies from a given site,
+ you would need to define an exception for this site in one of your actions
+ files, preferably in <TT
 CLASS="FILENAME"
 >user.action</TT
 >.</P
@@ -241,7 +250,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN351"
+NAME="AEN378"
 ></A
 >3.5. How are actions files configured? What is the easiest
 way to do this?</H3
@@ -277,7 +286,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN359"
+NAME="AEN386"
 ></A
 >3.6. There are several different <SPAN
 CLASS="QUOTE"
@@ -322,7 +331,7 @@ TARGET="_top"
  in the <A
 HREF="../user-manual/index.html"
 TARGET="_top"
->user manual</A
+>User Manual</A
 > for a more
  detailed explanation.</P
 ><P
@@ -347,7 +356,12 @@ NAME="YAHOO"
 >3.7. How can I make my Yahoo/Hotmail/Gmail account work?</H3
 ><P
 >  The default configuration shouldn't impact the usability of any of these services.
-  It will, however, make all cookies temporary, so that your browser will forget your
+  It will, however, make all <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+> 
+  temporary, so that your browser will forget your
   login credentials in between browser sessions. If you would like not to have to log
   in manually each time you access those websites, simply turn off all cookie handling
   for them in the <TT
@@ -386,6 +400,67 @@ TARGET="_top"
 ></TABLE
 >
  </P
+><P
+>  These kinds of sites are often quite complex and heavy with 
+  <A
+HREF="http://en.wikipedia.org/wiki/Javascript"
+TARGET="_top"
+>Javascript</A
+> and 
+  thus <SPAN
+CLASS="QUOTE"
+>"fragile"</SPAN
+>. So if <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>still</I
+></SPAN
+> a problem, 
+  we have an <A
+HREF="../user-manual/actions-file.html#ALIASES"
+TARGET="_top"
+>alias</A
+> just for such
+  sticky situations:
+ </P
+><P
+>  <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><PRE
+CLASS="SCREEN"
+># Gmail is a _fragile_ site:
+#
+{ <TT
+CLASS="LITERAL"
+>fragile</TT
+> }
+ mail.google.com</PRE
+></TD
+></TR
+></TABLE
+>
+ </P
+><P
+>  Be sure to flush your browser's caches whenever making these kinds of
+  changes, just to make sure the changes <SPAN
+CLASS="QUOTE"
+>"take"</SPAN
+>.
+ </P
+><P
+>  Make sure the domain, host and path are appropriate as well. Your browser can
+  tell you where you are specifically and you should use that information for 
+  your configuration settings. Note that above it is not referenced as 
+  <TT
+CLASS="LITERAL"
+>gmail.com</TT
+>, which is a valid domain name.
+ </P
 ></DIV
 ><DIV
 CLASS="SECT2"
@@ -445,7 +520,7 @@ CLASS="CITETITLE"
 >User Manual</I
 ></A
 >
- for a more deatiled discussion.</P
+ for a more detailed discussion.</P
 ><P
 > It should be noted that the <SPAN
 CLASS="QUOTE"
@@ -547,7 +622,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN424"
+NAME="AEN464"
 ></A
 >3.10. What is the <TT
 CLASS="FILENAME"
@@ -601,13 +676,15 @@ CLASS="FILENAME"
 >default.filter</TT
 > with a text editor and define
  your own filters.  This is potentially a very powerful feature, but
- requires some expertise in both regular expressions and HTML/HTTP. You should 
+ requires some expertise in both regular expressions and HTML/HTTP. 
+  You should 
  place any modifications to the default filters, or any new ones you create 
  in a separate file, such as <TT
 CLASS="FILENAME"
 >user.filter</TT
 >, so they won't 
- be overwritten during upgrades. The ability to define multiple filter files 
+ be overwritten during upgrades. 
+ The ability to define multiple filter files 
  in <TT
 CLASS="FILENAME"
 >config</TT
@@ -629,12 +706,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN442"
+NAME="AEN482"
 ></A
->3.11. How can I set up <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> to act as a proxy for my 
+>3.11. How can I set up Privoxy to act as a proxy for my 
  LAN?</H3
 ><P
 > By default, <SPAN
@@ -741,7 +815,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN468"
+NAME="AEN507"
 ></A
 >3.12. Instead of ads, now I get a checkerboard pattern. I don't want to see anything.</H3
 ><P
@@ -808,7 +882,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN485"
+NAME="AEN524"
 ></A
 >3.13. Why would anybody want to see a checkerboard pattern?</H3
 ><P
@@ -820,7 +894,7 @@ HREF="general.html#WHATSANAD"
  is rather smart, it can and will make errors. The checkerboard image is visually
  decent, but it shows you that and where images were blocked, which can be very
  helpful in case some navigation aid or otherwise innocent image was
- erraneously blocked. Some people might also enjoy seeing how many banners
+ erroneously blocked. Some people might also enjoy seeing how many banners
  they <SPAN
 CLASS="emphasis"
 ><I
@@ -834,7 +908,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN490"
+NAME="AEN529"
 ></A
 >3.14. I see some images being replaced by a text
 instead of the checkerboard image. Why and how do I get rid of this?</H3
@@ -867,10 +941,7 @@ CLASS="SECT2"
 ><A
 NAME="SRVANY"
 ></A
->3.15. Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> run as a service 
+>3.15. Can Privoxy run as a service 
 on Win2K/NT/XP?</H3
 ><P
 > Yes. Version 3.0.4 introduces full <SPAN
@@ -887,7 +958,7 @@ CLASS="APPLICATION"
 >Privoxy</SPAN
 > as a service.</P
 ><P
-> Earlier versions could run as a system service using <B
+> Earlier 3.x versions could run as a system service using <B
 CLASS="COMMAND"
 >srvany.exe</B
 >.
@@ -905,17 +976,8 @@ CLASS="SECT2"
 ><A
 NAME="OTHERPROXY"
 ></A
->3.16. How can I make <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> work with other 
-proxies like <SPAN
-CLASS="APPLICATION"
->Squid</SPAN
-> or <SPAN
-CLASS="APPLICATION"
->Tor</SPAN
->?</H3
+>3.16. How can I make Privoxy work with other 
+proxies like Squid or Tor?</H3
 ><P
 > This can be done and is often useful to combine the benefits of
  <SPAN
@@ -930,9 +992,13 @@ TARGET="_top"
  in the <A
 HREF="../user-manual/index.html"
 TARGET="_top"
->user manual</A
+>User Manual</A
 > which
- describes how to do this.</P
+ describes how to do this, and the <A
+HREF="misc.html#TOR"
+> How do I use Privoxy together with 
+ Tor</A
+> section below.</P
 ></DIV
 ><DIV
 CLASS="SECT2"
@@ -941,10 +1007,7 @@ CLASS="SECT2"
 ><A
 NAME="PORT-80"
 ></A
->3.17. Can I just set <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> to use port 80
+>3.17. Can I just set Privoxy to use port 80
 and thus avoid individual browser configuration?</H3
 ><P
 > No, its more complicated than that. This only works with special kinds 
@@ -960,10 +1023,7 @@ CLASS="SECT2"
 ><A
 NAME="TRANSPARENT"
 ></A
->3.18. Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> run as a <SPAN
+>3.18. Can Privoxy run as a <SPAN
 CLASS="QUOTE"
 >"transparent"</SPAN
 > proxy?</H3
@@ -992,7 +1052,7 @@ TARGET="_top"
  in the <A
 HREF="../user-manual/index.html"
 TARGET="_top"
->user manual</A
+>User Manual</A
 >. As
  a transparent proxy to be used for chaining we recommend Transproxy
  (<A
@@ -1008,14 +1068,8 @@ CLASS="SECT2"
 ><A
 NAME="OUTLOOK"
 ></A
->3.19. How can I configure <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> for use with <SPAN
-CLASS="APPLICATION"
->Outlook
- Express</SPAN
->?</H3
+>3.19. How can I configure Privoxy for use with Outlook
+ Express?</H3
 ><P
 > <SPAN
 CLASS="APPLICATION"
@@ -1074,9 +1128,104 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
+NAME="SNEAKY-COOKIES"
+></A
+>3.21. I sometimes notice cookies sneaking through. How?</H3
+><P
+> <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>Cookies</A
+> can be 
+ set in several ways. The classic method is via the 
+ <TT
+CLASS="LITERAL"
+>Set-Cookie</TT
+> HTTP header. This is straightforward, and an
+ easy one to manipulate, such as the <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> concept of 
+ <A
+HREF="../user-manual/actions-file.html#SESSION-COOKIES-ONLY"
+TARGET="_top"
+>session-cookies-only</A
+>.
+ There is also the possibility of using 
+  <A
+HREF="http://en.wikipedia.org/wiki/Javascript"
+TARGET="_top"
+>Javascript</A
+> to
+ set cookies (<SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> calls these <TT
+CLASS="LITERAL"
+>content-cookies</TT
+>). This
+ is trickier because the syntax can vary widely, and thus requires a certain
+ amount of guesswork. It is not realistic to catch all of these short of
+ disabling Javascript, which would break many sites. And lastly, if the
+ cookies are embedded in a HTTPS/SSL secure session via Javascript, they are beyond
+ <SPAN
+CLASS="APPLICATION"
+>Privoxy's</SPAN
+> reach.</P
+><P
+> All in all, <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> can help manage cookies in general, can help minimize
+ the loss of privacy posed by cookies, but can't realistically stop all
+ cookies.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
+NAME="EVIL-COOKIES"
+></A
+>3.22. Are all cookies bad? Why?</H3
+><P
+> No, in fact there are many beneficial uses of 
+ <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+>. Cookies are just a
+ method that browsers can use to store data between pages, or between browser
+ sessions. Sometimes there is a good reason for this, and the user's life is a
+ bit easier as a result. But there is a long history of some websites taking
+ advantage of this layer of trust, and using the data they glean from you  and 
+ your browsing habits for their own purposes, and maybe to your potential
+ detriment. Such sites are using you and storing their data on your system.
+ That is why the security conscious watch from whom those cookies come, and why
+ they really <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>need</I
+></SPAN
+> to be there.</P
+><P
+>  See the 
+   <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>Wikipedia cookie
+  definition</A
+> for more.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
 NAME="ALLOW-COOKIES"
 ></A
->3.21. How can I allow permanent cookies for my trusted sites?</H3
+>3.23. How can I allow permanent cookies for my trusted sites?</H3
 ><P
 >  There are several actions that relate to cookies. The default behavior is to 
   allow only <SPAN
@@ -1129,7 +1278,7 @@ CLASS="SECT2"
 ><A
 NAME="MULTIPLES"
 ></A
->3.22. Can I have separate configurations for different users?</H3
+>3.24. Can I have separate configurations for different users?</H3
 ><P
 > Each instance of <SPAN
 CLASS="APPLICATION"
@@ -1158,10 +1307,7 @@ CLASS="SECT2"
 ><A
 NAME="WHITELISTS"
 ></A
->3.23. Can I set-up <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> as a whitelist of
+>3.25. Can I set-up Privoxy as a whitelist of
 <SPAN
 CLASS="QUOTE"
 >"good"</SPAN
@@ -1180,13 +1326,21 @@ CLASS="SCREEN"
 > ############################################################
  # Blacklist
  ############################################################
- { +block }
+ { <A
+HREF="../user-manual/actions-file.html#BLOCK"
+TARGET="_top"
+>+block</A
+> }
  / # Block *all* URLs
  
  ############################################################
  # Whitelist
  ############################################################
- { -block }
+ { <A
+HREF="../user-manual/actions-file.html#BLOCK"
+TARGET="_top"
+>-block</A
+> }
   kids.example.com
   toys.example.com
   games.example.com</PRE
index bdf781e..3da34f0 100644 (file)
@@ -282,7 +282,7 @@ CLASS="APPLICATION"
 ></LI
 ><LI
 ><P
->    The operating system and verions you run
+>    The operating system and versions you run
     <SPAN
 CLASS="APPLICATION"
 >Privoxy</SPAN
index 2a12afe..acbce57 100644 (file)
@@ -103,7 +103,7 @@ CLASS="SECT2"
 ><H2
 CLASS="SECT2"
 ><A
-NAME="AEN1209"
+NAME="AEN1244"
 ></A
 >7.1. License</H2
 ><P
@@ -126,8 +126,8 @@ CLASS="CITETITLE"
 >GNU General Public License</I
 > for
  
- more details, which is available from the Free Software Foundation, Inc, 59
- Temple Place - Suite 330, Boston, MA  02111-1307, USA.</P
+ more details, which is available from the Free Software Foundation, Inc, 
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA</P
 ><P
 > You should have received a copy of the <A
 HREF="http://www.gnu.org/copyleft/gpl.html"
@@ -142,8 +142,8 @@ CLASS="ADDRESS"
 >&nbsp;Free&nbsp;Software<br>
 &nbsp;Foundation,&nbsp;Inc.&nbsp;<SPAN
 CLASS="STREET"
->59 Temple Place</SPAN
->&nbsp;-&nbsp;Suite&nbsp;330<br>
+>51 Franklin Street, Fifth Floor</SPAN
+><br>
 &nbsp;<SPAN
 CLASS="CITY"
 >Boston</SPAN
@@ -152,7 +152,7 @@ CLASS="STATE"
 >MA</SPAN
 >&nbsp;<SPAN
 CLASS="POSTCODE"
->02111-1307</SPAN
+>02110-1301</SPAN
 ><br>
 &nbsp;<SPAN
 CLASS="COUNTRY"
@@ -165,7 +165,7 @@ CLASS="SECT2"
 ><H2
 CLASS="SECT2"
 ><A
-NAME="AEN1225"
+NAME="AEN1260"
 ></A
 >7.2. History</H2
 ><P
index 61d4c96..52b32e0 100644 (file)
@@ -81,11 +81,155 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="NEWJB"
+NAME="WHO_USES"
 ></A
->1.1. What is this new version of <SPAN
+>1.1. Who should use Privoxy?</H3
+><P
+>  Anyone that is interested in security, privacy, or in 
+  finer-grained control over their web and Internet experience.
+  Everyone is encouraged to try <SPAN
 CLASS="APPLICATION"
->Junkbuster</SPAN
+>Privoxy</SPAN
+>.
+ </P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
+NAME="BESTCHOICE"
+></A
+>1.2. Is Privoxy the best choice for
+me?</H3
+><P
+>  <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> is certainly a good choice, especially for those who want more 
+  control and security. Those that have the ability to fine-tune their installation
+  will benefit the most. One of <SPAN
+CLASS="APPLICATION"
+>Privoxy's</SPAN
+>
+  strength's is that it is highly configurable giving you the ability to
+  completely personalize your installation. Being familiar with, or at least
+  having an interest in learning about <A
+HREF="http://en.wikipedia.org/wiki/Http"
+TARGET="_top"
+>HTTP</A
+> and other networking
+  protocols, <A
+HREF="http://en.wikipedia.org/wiki/Html"
+TARGET="_top"
+>HTML</A
+>, 
+  <A
+HREF="http://en.wikipedia.org/wiki/Internet_Protocol"
+TARGET="_top"
+>IP (Internet
+  Protocol)</A
+>, and 
+  <A
+HREF="http://en.wikipedia.org/wiki/Regular_expressions"
+TARGET="_top"
+><SPAN
+CLASS="QUOTE"
+>"Regular
+  Expressions"</SPAN
+></A
+>
+  will be a big plus and will help you get the most out 
+  of <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>.
+ </P
+><P
+>  Much of <SPAN
+CLASS="APPLICATION"
+>Privoxy's</SPAN
+> configuration can be done 
+  with a  <A
+HREF="http://en.wikipedia.org/wiki/Web_browser"
+TARGET="_top"
+>Web browser</A
+>.
+  But there are areas where configuration is done using a 
+  <A
+HREF="http://en.wikipedia.org/wiki/Text_editors"
+TARGET="_top"
+>text editor</A
+>
+  to edit configuration files.
+  </P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
+NAME="PROXYMORON"
+></A
+>1.3. What is a <SPAN
+CLASS="QUOTE"
+>"proxy"</SPAN
+>? How does
+Privoxy work?</H3
+><P
+>  A  <A
+HREF="http://en.wikipedia.org/wiki/Proxy_server"
+TARGET="_top"
+>web proxy</A
+>
+  is a service, based on a software such as
+  <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+>, that clients (i.e. browsers) can use
+  instead of connecting directly to web servers on the Internet. The
+  clients then ask the proxy to fetch the objects they need (web pages,
+  images, movies etc) on their behalf, and when the proxy has done so, it
+  hands the results back to the client. It is a <SPAN
+CLASS="QUOTE"
+>"go-between"</SPAN
+>. See
+  the <A
+HREF="http://en.wikipedia.org/wiki/Proxy_server"
+TARGET="_top"
+>Wikipedia proxy
+  definition</A
+> for more.
+ </P
+><P
+>  There are many reasons to use web proxies, such as security (firewalling),
+  efficiency (caching) and others, and there are any number of proxies
+  to accommodate those needs.
+ </P
+><P
+>  <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> is a proxy that is primarily focused on privacy
+  protection, ad and junk elimination and freeing the user from restrictions placed on his 
+  activities. Sitting between your browser(s) and the Internet,
+  it is in a perfect position to filter outbound personal information that your
+  browser is leaking, as well as inbound junk. It uses a variety of techniques to do
+  this, all of which are under your complete control via the various configuration
+  files and options.
+ </P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
+NAME="NEWJB"
+></A
+>1.4. What is this new version of 
+<SPAN
+CLASS="QUOTE"
+>"Junkbuster"</SPAN
 >?</H3
 ><P
 > Along time ago, there was the
@@ -171,16 +315,13 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN45"
+NAME="AEN74"
 ></A
->1.2. Why <SPAN
+>1.5. Why <SPAN
 CLASS="QUOTE"
 >"Privoxy"</SPAN
 >? Why change the name from
-<SPAN
-CLASS="APPLICATION"
->Junkbuster</SPAN
-> at all?</H3
+Junkbuster at all?</H3
 ><P
 > <A
 HREF="http://junkbusters.com/"
@@ -259,14 +400,8 @@ CLASS="SECT2"
 ><A
 NAME="DIFFERS"
 ></A
->1.3. How does <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> differ
-from the old <SPAN
-CLASS="APPLICATION"
->Junkbuster?</SPAN
-></H3
+>1.6. How does Privoxy differ
+from the old Junkbuster?</H3
 ><P
 > <SPAN
 CLASS="APPLICATION"
@@ -280,8 +415,13 @@ CLASS="APPLICATION"
 CLASS="APPLICATION"
 >Privoxy</SPAN
 > still blocks ads and banners,
- still manages cookies, and still helps protect your privacy. But, these are
- all greatly enhanced, and many, many new features have been added, all in the same vein.
+ still manages <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+>, and still
+ helps protect your privacy. But, these are all greatly enhanced, and many,
+ many new features have been added, all in the same vein.
  </P
 ><P
 > The configuration has changed significantly as well. This is something that
@@ -304,7 +444,7 @@ CLASS="QUOTE"
 CLASS="QUOTE"
 >"actions"</SPAN
 > files, with a completely different
- syntax. See the <A
+ syntax.  See the <A
 HREF="../user-manual/whatsnew.html"
 TARGET="_top"
 >What's New</A
@@ -416,55 +556,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="PROXYMORON"
-></A
->1.4. What is a <SPAN
-CLASS="QUOTE"
->"proxy"</SPAN
->? How does
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> work?</H3
-><P
->  A web proxy is a service, based on a software such as <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->,
-  that clients (i.e. browsers) can use instead of connecting directly to the web
-  servers on the Internet. The clients then ask the proxy to fetch the objects
-  they need (web pages, images, movies etc) on their behalf, and when the proxy
-  has done so, it hands the results back to the client.
- </P
-><P
->  There are many reasons to use web proxies, such as security (firewalling),
-  efficiency (caching) and others, and there are just as many different proxies
-  to accommodate those needs.
- </P
-><P
->  <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> is a proxy that is primarily focused on privacy
-  protection, junk elimination and freeing the user from restrictions placed on his 
-  activities. Sitting between your browser(s) and the Internet,
-  it is in a perfect position to filter outbound personal information that your
-  browser is leaking, as well as inbound junk. It uses a variety of techniques to do
-  this, all of which are under your control via the various configuration
-  files and options.
- </P
-></DIV
-><DIV
-CLASS="SECT2"
-><H3
-CLASS="SECT2"
-><A
 NAME="WHATSANAD"
 ></A
->1.5. How does <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> know what is
+>1.7. How does Privoxy know what is
 an ad, and what is not?</H3
 ><P
 > <SPAN
@@ -494,7 +588,8 @@ HREF="../user-manual/actions-file.html#AF-PATTERNS"
 TARGET="_top"
 >URL
  patterns</A
-> to sort out and block the requests for banners.</P
+> to sort out and block the requests for things that sound 
+ like they would be ads or banners.</P
 ><P
 > Second, banners tend to come in certain <SPAN
 CLASS="emphasis"
@@ -513,19 +608,16 @@ CLASS="APPLICATION"
  your browser doesn't request them anymore in the first place.</P
 ><P
 > Both of this involves a certain amount of guesswork and is, of course, freely
- configurable.</P
and readily configurable.</P
 ></DIV
 ><DIV
 CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN138"
+NAME="AEN155"
 ></A
->1.6. Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> make mistakes? 
+>1.8. Can Privoxy make mistakes? 
 This does not sound very scientific.</H3
 ><P
 > Actually, it's a black art ;-) And yes, it is always possible to have a broad
@@ -550,12 +642,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN145"
+NAME="AEN161"
 ></A
->1.7. Will I have to configure <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>1.9. Will I have to configure Privoxy
  before I can use it?</H3
 ><P
 > No, not really. The default installation should give you a good starting
@@ -579,6 +668,12 @@ CLASS="APPLICATION"
 CLASS="APPLICATION"
 >Privoxy</SPAN
 > lies!</P
+><P
+> You will have to tell your browser about <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> 
+ (see the Installation section below).</P
 ></DIV
 ><DIV
 CLASS="SECT2"
@@ -587,15 +682,9 @@ CLASS="SECT2"
 ><A
 NAME="BROWSERS2"
 ></A
->1.8. My browser does the same things as
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->. Why should I use
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> at all?</H3
+>1.10. My browser does the same things as
+Privoxy. Why should I use
+Privoxy at all?</H3
 ><P
 >  Modern browsers do indeed have <SPAN
 CLASS="emphasis"
@@ -626,9 +715,44 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
+NAME="WHYTRUST"
+></A
+>1.11. Why should I trust Privoxy?</H3
+><P
+>  The most important reason is because you have access to
+  <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>everything</I
+></SPAN
+>, and you can control everything. You can
+  check every line of every configuration file yourself. You can check every
+  last bit of source code should you desire. And even if you can't read code, 
+  there should be some comfort in knowing that thousands of other people can, 
+  and do read it. You can build the software from scratch, if you want, so
+  that you know the executable is clean, and that it is
+  <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>yours</I
+></SPAN
+>. In fact, we encourage this level of scrutiny. It
+  is one reason we use <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> ourselves.
+ </P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
 NAME="LICENSE"
 ></A
->1.9. Is there is a license or fee? What about a 
+>1.12. Is there is a license or fee? What about a 
 warranty? Registration?</H3
 ><P
 >  <SPAN
@@ -677,9 +801,51 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
+NAME="SPYWARE"
+></A
+>1.13. Can Privoxy remove spyware? Adware? Viruses?</H3
+><P
+> No. <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> cannot remove anything. It is not a removal tool. It is a
+ preventative. <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> can help prevent contact from sites 
+ that use such tactics, and thus could conceivably prevent contamination from
+ such sites.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
+NAME="OTHERADS"
+></A
+>1.14. Can I use Privoxy with other ad-blocking software?</H3
+><P
+> <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> should work fine with other proxies and other software in general.</P
+><P
+> But it is probably not necessary to use <SPAN
+CLASS="APPLICATION"
+>Privoxy</SPAN
+> in conjunction with other
+ ad-blocking products, and this could conceivably cause undesirable results.
+ It would be better to choose one software or the other and work a little to
+ tweak its configuration to your liking.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
 NAME="JOINTEAM"
 ></A
->1.10. I would like to help you, what can I do?</H3
+>1.15. I would like to help you, what can I do?</H3
 ><DIV
 CLASS="SECT3"
 ><H4
@@ -687,7 +853,7 @@ CLASS="SECT3"
 ><A
 NAME="JOINTEAM-WORK"
 ></A
->1.10.1. Would you like to participate?</H4
+>1.15.1. Would you like to participate?</H4
 ><P
 >   Well, we <SPAN
 CLASS="emphasis"
@@ -745,7 +911,7 @@ CLASS="SECT3"
 ><A
 NAME="JOINTEAM-MONEY"
 ></A
->1.10.2. Contribute!</H4
+>1.15.2. Contribute!</H4
 ><P
 > We, of course, welcome donations and could use money for domain registering,
  buying software to test <SPAN
@@ -766,7 +932,7 @@ CLASS="SECT3"
 ><A
 NAME="JOINTEAM-SOFTWARE"
 ></A
->1.10.3. Software</H4
+>1.15.3. Software</H4
 ><P
 > If you are a vendor of a web-related software like a browser, web server
  or proxy, and would like us to ensure that <SPAN
index f817d8d..e1d9a72 100644 (file)
@@ -45,7 +45,7 @@ TARGET="_top"
 ><BR></P
 ><P
 CLASS="PUBDATE"
->$Id: faq.sgml,v 2.14 2006/09/05 13:25:12 david__schmidt Exp $<BR></P
+>$Id: faq.sgml,v 2.16 2006/09/10 15:30:46 hal9 Exp $<BR></P
 ><DIV
 ><DIV
 CLASS="ABSTRACT"
@@ -61,43 +61,39 @@ HREF="http://www.privoxy.org/"
 TARGET="_top"
 >Privoxy</A
 >.
- It can't and doesn't replace the
+ It is not a substitute for the 
  <A
 HREF="../user-manual/index.html"
 TARGET="_top"
 ><I
 CLASS="CITETITLE"
->User Manual</I
+>Privoxy User Manual</I
 ></A
 >.
  
  </P
 ><P
-> <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> is a web proxy with advanced filtering
- capabilities for protecting privacy, modifying web page data, managing
- cookies, controlling access, and removing ads, banners, pop-ups and other
- obnoxious Internet junk. <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> has a very
- flexible configuration and can be customized to suit individual needs and
- tastes. <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> has application for both
- stand-alone systems and multi-user networks.</P
+>What is Privoxy?</P
 ><P
-> <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> is based on <SPAN
-CLASS="APPLICATION"
->Internet
- Junkbuster</SPAN
-> (tm).</P
+> Privoxy is a 
+ <A
+HREF="http://en.wikipedia.org/wiki/Proxy_server"
+TARGET="_top"
+>web proxy</A
+>
+ with advanced filtering capabilities for protecting
+ privacy, modifying web page data, managing 
+ <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+>, 
+ controlling access, and removing ads, banners, pop-ups and other obnoxious
+ Internet junk. Privoxy has a very flexible configuration and can be
+ customized to suit individual needs and tastes. Privoxy has application for
+ both stand-alone systems and multi-user networks.</P
+><P
+> Privoxy is based on Internet Junkbuster (tm).</P
 ><P
 >  Please note that this document is a work in progress. This copy represents
   the state at the release of version 3.0.4.
@@ -133,113 +129,113 @@ HREF="general.html"
 ><DL
 ><DT
 >1.1. <A
-HREF="general.html#NEWJB"
->What is this new version of <SPAN
-CLASS="APPLICATION"
->Junkbuster</SPAN
->?</A
+HREF="general.html#WHO_USES"
+>Who should use Privoxy?</A
 ></DT
 ><DT
 >1.2. <A
-HREF="general.html#AEN45"
->Why <SPAN
-CLASS="QUOTE"
->"Privoxy"</SPAN
->? Why change the name from
-<SPAN
-CLASS="APPLICATION"
->Junkbuster</SPAN
-> at all?</A
+HREF="general.html#BESTCHOICE"
+>Is Privoxy the best choice for
+me?</A
 ></DT
 ><DT
 >1.3. <A
-HREF="general.html#DIFFERS"
->How does <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> differ
-from the old <SPAN
-CLASS="APPLICATION"
->Junkbuster?</SPAN
-></A
-></DT
-><DT
->1.4. <A
 HREF="general.html#PROXYMORON"
 >What is a <SPAN
 CLASS="QUOTE"
 >"proxy"</SPAN
 >? How does
+Privoxy work?</A
+></DT
+><DT
+>1.4. <A
+HREF="general.html#NEWJB"
+>What is this new version of 
 <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> work?</A
+CLASS="QUOTE"
+>"Junkbuster"</SPAN
+>?</A
 ></DT
 ><DT
 >1.5. <A
+HREF="general.html#AEN74"
+>Why <SPAN
+CLASS="QUOTE"
+>"Privoxy"</SPAN
+>? Why change the name from
+Junkbuster at all?</A
+></DT
+><DT
+>1.6. <A
+HREF="general.html#DIFFERS"
+>How does Privoxy differ
+from the old Junkbuster?</A
+></DT
+><DT
+>1.7. <A
 HREF="general.html#WHATSANAD"
->How does <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> know what is
+>How does Privoxy know what is
 an ad, and what is not?</A
 ></DT
 ><DT
->1.6. <A
-HREF="general.html#AEN138"
->Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> make mistakes? 
+>1.8. <A
+HREF="general.html#AEN155"
+>Can Privoxy make mistakes? 
 This does not sound very scientific.</A
 ></DT
 ><DT
->1.7. <A
-HREF="general.html#AEN145"
->Will I have to configure <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>1.9. <A
+HREF="general.html#AEN161"
+>Will I have to configure Privoxy
  before I can use it?</A
 ></DT
 ><DT
->1.8. <A
+>1.10. <A
 HREF="general.html#BROWSERS2"
 >My browser does the same things as
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->. Why should I use
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> at all?</A
+Privoxy. Why should I use
+Privoxy at all?</A
 ></DT
 ><DT
->1.9. <A
+>1.11. <A
+HREF="general.html#WHYTRUST"
+>Why should I trust Privoxy?</A
+></DT
+><DT
+>1.12. <A
 HREF="general.html#LICENSE"
 >Is there is a license or fee? What about a 
 warranty? Registration?</A
 ></DT
 ><DT
->1.10. <A
+>1.13. <A
+HREF="general.html#SPYWARE"
+>Can Privoxy remove spyware? Adware? Viruses?</A
+></DT
+><DT
+>1.14. <A
+HREF="general.html#OTHERADS"
+>Can I use Privoxy with other ad-blocking software?</A
+></DT
+><DT
+>1.15. <A
 HREF="general.html#JOINTEAM"
 >I would like to help you, what can I do?</A
 ></DT
 ><DD
 ><DL
 ><DT
->1.10.1. <A
+>1.15.1. <A
 HREF="general.html#JOINTEAM-WORK"
 >Would you like to participate?</A
 ></DT
 ><DT
->1.10.2. <A
+>1.15.2. <A
 HREF="general.html#JOINTEAM-MONEY"
 >Contribute!</A
 ></DT
 ><DT
->1.10.3. <A
+>1.15.3. <A
 HREF="general.html#JOINTEAM-SOFTWARE"
 >Software</A
 ></DT
@@ -257,10 +253,7 @@ HREF="installation.html"
 ><DT
 >2.1. <A
 HREF="installation.html#WHICHBROWSERS"
->Which browsers are supported by <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->?</A
+>Which browsers are supported by Privoxy?</A
 ></DT
 ><DT
 >2.2. <A
@@ -270,47 +263,29 @@ HREF="installation.html#WHICHOS"
 ><DT
 >2.3. <A
 HREF="installation.html#EMAIL-CLIENT"
->Can I use <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> with my email client?</A
+>Can I use Privoxy with my email client?</A
 ></DT
 ><DT
 >2.4. <A
 HREF="installation.html#NEWINSTALL"
 >Can I install  
- <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> over <SPAN
-CLASS="APPLICATION"
->Junkbuster</SPAN
->?</A
+ Privoxy over Junkbuster?</A
 ></DT
 ><DT
 >2.5. <A
-HREF="installation.html#AEN235"
->I just installed <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->. Is there anything 
+HREF="installation.html#AEN263"
+>I just installed Privoxy. Is there anything 
 special I have to do now?</A
 ></DT
 ><DT
 >2.6. <A
 HREF="installation.html#LOCALHOST"
->What is the proxy address of <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->?</A
+>What is the proxy address of Privoxy?</A
 ></DT
 ><DT
 >2.7. <A
 HREF="installation.html#NOTHING"
->I just installed <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, and nothing is happening.
+>I just installed Privoxy, and nothing is happening.
 All the ads are there. What's wrong?</A
 ></DT
 ><DT
@@ -320,10 +295,7 @@ HREF="installation.html#NOTUSED"
 CLASS="QUOTE"
 >"Privoxy is not being used"</SPAN
 > dummy page although
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> is running and being used.</A
+Privoxy is running and being used.</A
 ></DT
 ></DL
 ></DD
@@ -346,8 +318,8 @@ HREF="configuration.html#NEWCONFIG"
 ></DT
 ><DT
 >3.3. <A
-HREF="configuration.html#AEN332"
->What is an <SPAN
+HREF="configuration.html#AEN358"
+>What exactly is an <SPAN
 CLASS="QUOTE"
 >"actions"</SPAN
 > file?</A
@@ -366,13 +338,13 @@ CLASS="QUOTE"
 ></DT
 ><DT
 >3.5. <A
-HREF="configuration.html#AEN351"
+HREF="configuration.html#AEN378"
 >How are actions files configured? What is the easiest
 way to do this?</A
 ></DT
 ><DT
 >3.6. <A
-HREF="configuration.html#AEN359"
+HREF="configuration.html#AEN386"
 >There are several different <SPAN
 CLASS="QUOTE"
 >"actions"</SPAN
@@ -407,7 +379,7 @@ with a browser? Does that not raise security issues?</A
 ></DT
 ><DT
 >3.10. <A
-HREF="configuration.html#AEN424"
+HREF="configuration.html#AEN464"
 >What is the <TT
 CLASS="FILENAME"
 >default.filter</TT
@@ -418,69 +390,48 @@ CLASS="QUOTE"
 ></DT
 ><DT
 >3.11. <A
-HREF="configuration.html#AEN442"
->How can I set up <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> to act as a proxy for my 
+HREF="configuration.html#AEN482"
+>How can I set up Privoxy to act as a proxy for my 
  LAN?</A
 ></DT
 ><DT
 >3.12. <A
-HREF="configuration.html#AEN468"
+HREF="configuration.html#AEN507"
 >Instead of ads, now I get a checkerboard pattern. I don't want to see anything.</A
 ></DT
 ><DT
 >3.13. <A
-HREF="configuration.html#AEN485"
+HREF="configuration.html#AEN524"
 >Why would anybody want to see a checkerboard pattern?</A
 ></DT
 ><DT
 >3.14. <A
-HREF="configuration.html#AEN490"
+HREF="configuration.html#AEN529"
 >I see some images being replaced by a text
 instead of the checkerboard image. Why and how do I get rid of this?</A
 ></DT
 ><DT
 >3.15. <A
 HREF="configuration.html#SRVANY"
->Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> run as a service 
+>Can Privoxy run as a service 
 on Win2K/NT/XP?</A
 ></DT
 ><DT
 >3.16. <A
 HREF="configuration.html#OTHERPROXY"
->How can I make <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> work with other 
-proxies like <SPAN
-CLASS="APPLICATION"
->Squid</SPAN
-> or <SPAN
-CLASS="APPLICATION"
->Tor</SPAN
->?</A
+>How can I make Privoxy work with other 
+proxies like Squid or Tor?</A
 ></DT
 ><DT
 >3.17. <A
 HREF="configuration.html#PORT-80"
->Can I just set <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> to use port 80
+>Can I just set Privoxy to use port 80
 and thus avoid individual browser configuration?</A
 ></DT
 ><DT
 >3.18. <A
 HREF="configuration.html#TRANSPARENT"
->Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> run as a <SPAN
+>Can Privoxy run as a <SPAN
 CLASS="QUOTE"
 >"transparent"</SPAN
 > proxy?</A
@@ -488,14 +439,8 @@ CLASS="QUOTE"
 ><DT
 >3.19. <A
 HREF="configuration.html#OUTLOOK"
->How can I configure <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> for use with <SPAN
-CLASS="APPLICATION"
->Outlook
- Express</SPAN
->?</A
+>How can I configure Privoxy for use with Outlook
+ Express?</A
 ></DT
 ><DT
 >3.20. <A
@@ -504,21 +449,28 @@ HREF="configuration.html#OUTLOOK-MORE"
 ></DT
 ><DT
 >3.21. <A
+HREF="configuration.html#SNEAKY-COOKIES"
+>I sometimes notice cookies sneaking through. How?</A
+></DT
+><DT
+>3.22. <A
+HREF="configuration.html#EVIL-COOKIES"
+>Are all cookies bad? Why?</A
+></DT
+><DT
+>3.23. <A
 HREF="configuration.html#ALLOW-COOKIES"
 >How can I allow permanent cookies for my trusted sites?</A
 ></DT
 ><DT
->3.22. <A
+>3.24. <A
 HREF="configuration.html#MULTIPLES"
 >Can I have separate configurations for different users?</A
 ></DT
 ><DT
->3.23. <A
+>3.25. <A
 HREF="configuration.html#WHITELISTS"
->Can I set-up <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> as a whitelist of
+>Can I set-up Privoxy as a whitelist of
 <SPAN
 CLASS="QUOTE"
 >"good"</SPAN
@@ -535,11 +487,8 @@ HREF="misc.html"
 ><DL
 ><DT
 >4.1. <A
-HREF="misc.html#AEN584"
->How much does <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> slow my browsing down? This 
+HREF="misc.html#AEN637"
+>How much does Privoxy slow my browsing down? This 
 has to add extra time to browsing.</A
 ></DT
 ><DT
@@ -550,69 +499,53 @@ delays in page requests compared to the old Junkbuster. What's wrong?</A
 ></DT
 ><DT
 >4.3. <A
-HREF="misc.html#SLOWCRAWL"
->I just installed <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, and all my
-browsing has slowed to a crawl. What gives?</A
-></DT
-><DT
->4.4. <A
 HREF="misc.html#CONFIGURL"
 >What are "http://config.privoxy.org/" and
 "http://p.p/"?</A
 ></DT
 ><DT
->4.5. <A
+>4.4. <A
 HREF="misc.html#NEWADS"
 >How can I submit new ads, or report
 problems?</A
 ></DT
 ><DT
->4.6. <A
+>4.5. <A
 HREF="misc.html#NOONECARES"
 >Why doesn't anyone answer my support 
 request?</A
 ></DT
 ><DT
->4.7. <A
+>4.6. <A
 HREF="misc.html#IP"
 >How can I hide my IP address?</A
 ></DT
 ><DT
+>4.7. <A
+HREF="misc.html#AEN699"
+>Can Privoxy guarantee I am anonymous?</A
+></DT
+><DT
 >4.8. <A
-HREF="misc.html#AEN651"
->Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> guarantee I am anonymous?</A
+HREF="misc.html#AEN717"
+>A test site says I am not using a Proxy.</A
 ></DT
 ><DT
 >4.9. <A
 HREF="misc.html#TOR"
->How do I use <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
- together with <SPAN
-CLASS="APPLICATION"
->Tor</SPAN
->?</A
+>How do I use Privoxy
+ together with Tor?</A
 ></DT
 ><DT
 >4.10. <A
-HREF="misc.html#AEN722"
+HREF="misc.html#AEN770"
 >Might some things break because header information or
 content is being altered?</A
 ></DT
 ><DT
 >4.11. <A
-HREF="misc.html#AEN733"
->Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> act as a <SPAN
+HREF="misc.html#AEN781"
+>Can Privoxy act as a <SPAN
 CLASS="QUOTE"
 >"caching"</SPAN
 > proxy to 
@@ -620,33 +553,24 @@ speed up web browsing?</A
 ></DT
 ><DT
 >4.12. <A
-HREF="misc.html#AEN743"
->What about as a firewall? Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> protect me?</A
+HREF="misc.html#AEN790"
+>What about as a firewall? Can Privoxy protect me?</A
 ></DT
 ><DT
 >4.13. <A
-HREF="misc.html#AEN749"
+HREF="misc.html#AEN795"
 >I have large empty spaces / a checkerboard pattern now where
 ads used to be. Why?</A
 ></DT
 ><DT
 >4.14. <A
-HREF="misc.html#AEN754"
->How can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> filter Secure (HTTPS) URLs?</A
+HREF="misc.html#AEN800"
+>How can Privoxy filter Secure (HTTPS) URLs?</A
 ></DT
 ><DT
 >4.15. <A
-HREF="misc.html#AEN769"
-><SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> runs as a <SPAN
+HREF="misc.html#AEN814"
+>Privoxy runs as a <SPAN
 CLASS="QUOTE"
 >"server"</SPAN
 >. How 
@@ -655,10 +579,7 @@ secure is it? Do I need to take any special precautions?</A
 ><DT
 >4.16. <A
 HREF="misc.html#TURNOFF"
->How can I temporarily disable <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->?</A
+>How can I temporarily disable Privoxy?</A
 ></DT
 ><DT
 >4.17. <A
@@ -666,19 +587,13 @@ HREF="misc.html#REALLYOFF"
 >When <SPAN
 CLASS="QUOTE"
 >"disabled"</SPAN
-> is <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> totally 
+> is Privoxy totally 
 out of the picture?</A
 ></DT
 ><DT
 >4.18. <A
 HREF="misc.html#CRUNCH"
->My logs show <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> <SPAN
+>My logs show Privoxy <SPAN
 CLASS="QUOTE"
 >"crunches"</SPAN
 > 
@@ -690,19 +605,13 @@ CLASS="QUOTE"
 ><DT
 >4.19. <A
 HREF="misc.html#DOWNLOADS"
->Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> effect files that I download
+>Can Privoxy effect files that I download
 from a webserver? FTP server?</A
 ></DT
 ><DT
 >4.20. <A
 HREF="misc.html#DOWNLOADS2"
->I just downloaded a Perl script, and <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>I just downloaded a Perl script, and Privoxy
 altered it! Yikes, what is wrong!</A
 ></DT
 ><DT
@@ -716,10 +625,7 @@ CLASS="QUOTE"
 ><DT
 >4.22. <A
 HREF="misc.html#SEEALSO"
->Where can I find more information about <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>Where can I find more information about Privoxy
 and related issues?</A
 ></DT
 ><DT
@@ -745,7 +651,7 @@ HREF="trouble.html"
 ><DL
 ><DT
 >5.1. <A
-HREF="trouble.html#AEN925"
+HREF="trouble.html#AEN963"
 >I am getting <SPAN
 CLASS="QUOTE"
 >"connection refused"</SPAN
@@ -754,45 +660,33 @@ with every web page?</A
 ></DT
 ><DT
 >5.2. <A
-HREF="trouble.html#AEN938"
+HREF="trouble.html#AEN976"
 >I just added a new rule, but the steenkin ad is 
 still getting through. How?</A
 ></DT
 ><DT
 >5.3. <A
 HREF="trouble.html#BADSITE"
->One of my favorite sites does not work with <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->.
+>One of my favorite sites does not work with Privoxy.
 What can I do?</A
 ></DT
 ><DT
 >5.4. <A
 HREF="trouble.html#DUN"
->After installing <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, I have to log in
+>After installing Privoxy, I have to log in
 every time I start IE. What gives?</A
 ></DT
 ><DT
 >5.5. <A
 HREF="trouble.html#FTP"
->I cannot connect to any FTP sites. <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
- seems to be blocking me.</A
+>I cannot connect to any FTP sites. Privoxy
+ is blocking me.</A
 ></DT
 ><DT
 >5.6. <A
 HREF="trouble.html#OSXIE"
 >In Mac OSX, I can't configure Microsoft Internet Explorer to use 
- <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> as the HTTP proxy.</A
+ Privoxy as the HTTP proxy.</A
 ></DT
 ><DT
 >5.7. <A
@@ -822,10 +716,7 @@ CLASS="QUOTE"
 CLASS="MARKUP"
 >&#60;html&#62;&#60;body&#62;&#60;/body&#62;&#60;/html&#62;</SPAN
 >. Without
- <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> the page loads fine.</A
+ Privoxy the page loads fine.</A
 ></DT
 ><DT
 >5.10. <A
@@ -844,10 +735,7 @@ Why?</A
 ><DT
 >5.12. <A
 HREF="trouble.html#INUSE"
->When I try to launch <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, I get an 
+>When I try to launch Privoxy, I get an 
 error message <SPAN
 CLASS="QUOTE"
 >"port 8118 is already in use"</SPAN
@@ -862,10 +750,7 @@ HREF="trouble.html#DEMORONIZER"
 ><DT
 >5.14. <A
 HREF="trouble.html#DEMORONIZER2"
->Why are binary files (such as images) corrupted when <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>Why are binary files (such as images) corrupted when Privoxy
  is used?</A
 ></DT
 ><DT
@@ -891,20 +776,20 @@ HREF="trouble.html#DNSERRORS"
 CLASS="QUOTE"
 >"404 No Such Domain"</SPAN
 >. Why
- can't <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> do this better?</A
+ can't Privoxy do this better?</A
 ></DT
 ><DT
 >5.18. <A
 HREF="trouble.html#ALLCPU"
->At one site <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> just hangs, and starts taking 
+>At one site Privoxy just hangs, and starts taking 
  all CPU. Why is this?</A
 ></DT
+><DT
+>5.19. <A
+HREF="trouble.html#SLOWCRAWL"
+>I just installed Privoxy, and all my
+browsing has slowed to a crawl. What gives?</A
+></DT
 ></DL
 ></DD
 ><DT
@@ -959,12 +844,12 @@ HREF="copyright.html"
 ><DL
 ><DT
 >7.1. <A
-HREF="copyright.html#AEN1209"
+HREF="copyright.html#AEN1244"
 >License</A
 ></DT
 ><DT
 >7.2. <A
-HREF="copyright.html#AEN1225"
+HREF="copyright.html#AEN1260"
 >History</A
 ></DT
 ></DL
index f1ce470..9e3055c 100644 (file)
@@ -83,10 +83,7 @@ CLASS="SECT2"
 ><A
 NAME="WHICHBROWSERS"
 ></A
->2.1. Which browsers are supported by <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->?</H3
+>2.1. Which browsers are supported by Privoxy?</H3
 ><P
 > Any browser that can be configured to use a proxy, which 
  should be virtually all browsers, including
@@ -151,10 +148,7 @@ CLASS="SECT2"
 ><A
 NAME="EMAIL-CLIENT"
 ></A
->2.3. Can I use <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> with my email client?</H3
+>2.3. Can I use Privoxy with my email client?</H3
 ><P
 > As long as there is some way to set a HTTP proxy for the client, then yes,
  any application can be used, whether it is strictly speaking a
@@ -188,13 +182,7 @@ CLASS="SECT2"
 NAME="NEWINSTALL"
 ></A
 >2.4. Can I install  
- <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> over <SPAN
-CLASS="APPLICATION"
->Junkbuster</SPAN
->?</H3
+ Privoxy over Junkbuster?</H3
 ><P
 >   We recommend you un-install <SPAN
 CLASS="APPLICATION"
@@ -216,7 +204,7 @@ TARGET="_top"
 > in the <A
 HREF="../user-manual/index.html"
 TARGET="_top"
->user manual</A
+>User Manual</A
 >
    for details.
  </P
@@ -233,12 +221,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN235"
+NAME="AEN263"
 ></A
->2.5. I just installed <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->. Is there anything 
+>2.5. I just installed Privoxy. Is there anything 
 special I have to do now?</H3
 ><P
 > All browsers must be told to use <SPAN
@@ -248,7 +233,12 @@ CLASS="APPLICATION"
  as a proxy by specifying the correct proxy address and port number 
  in the appropriate configuration area for the browser. See below.
  You should also flush your browser's memory and disk cache to get rid of any
- cached junk items, and remove any stored cookies.&#13;</P
+ cached junk items, and remove any stored 
+ <A
+HREF="http://en.wikipedia.org/wiki/Browser_cookie"
+TARGET="_top"
+>cookies</A
+>.&#13;</P
 ></DIV
 ><DIV
 CLASS="SECT2"
@@ -257,10 +247,7 @@ CLASS="SECT2"
 ><A
 NAME="LOCALHOST"
 ></A
->2.6. What is the proxy address of <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->?</H3
+>2.6. What is the proxy address of Privoxy?</H3
 ><P
 >  If you set up the <SPAN
 CLASS="APPLICATION"
@@ -348,10 +335,7 @@ CLASS="SECT2"
 ><A
 NAME="NOTHING"
 ></A
->2.7. I just installed <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, and nothing is happening.
+>2.7. I just installed Privoxy, and nothing is happening.
 All the ads are there. What's wrong?</H3
 ><P
 > Did you configure your browser to use <SPAN
@@ -414,7 +398,7 @@ CLASS="APPLICATION"
  <A
 HREF="http://www.privoxy.org/user-manual/"
 TARGET="_top"
->user manual</A
+>User Manual</A
 >.</P
 ></DIV
 ><DIV
@@ -428,10 +412,7 @@ NAME="NOTUSED"
 CLASS="QUOTE"
 >"Privoxy is not being used"</SPAN
 > dummy page although
-<SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> is running and being used.</H3
+Privoxy is running and being used.</H3
 ><P
 > First, make sure that Privoxy is <SPAN
 CLASS="emphasis"
@@ -461,7 +442,7 @@ CLASS="APPLICATION"
  <A
 HREF="http://www.privoxy.org/user-manual/"
 TARGET="_top"
->user manual</A
+>User Manual</A
 >.</P
 ><P
 > Now if <A
index e1c6576..51b8e49 100644 (file)
@@ -81,27 +81,25 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN584"
+NAME="AEN637"
 ></A
->4.1. How much does <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> slow my browsing down? This 
+>4.1. How much does Privoxy slow my browsing down? This 
 has to add extra time to browsing.</H3
 ><P
 > How much of an impact depends on many things, including the CPU of the host
- system, how agressive the configuration is, which specific actions are being triggered, 
+ system, how aggressive the configuration is, which specific actions are being triggered, 
  the size of the page, etc.</P
 ><P
 > Overall, it should not slow you down any in real terms, and may actually help 
- speed things up since ads, banners and other junk are not typically being displayed.
- The actual processing time required by <SPAN
+ speed things up since ads, banners and other junk are not typically being
+ retrieved and displayed. The actual processing time required by
+ <SPAN
 CLASS="APPLICATION"
 >Privoxy</SPAN
-> 
- itself for each page, is relatively small in the overall scheme of things,
and happens very quickly. This is typically more than offset by time saved
not downloading and rendering ad images (if ad blocking is being used).</P
+> itself for each page, is relatively small
+ in the overall scheme of things, and happens very quickly. This is typically
more than offset by time saved not downloading and rendering ad images (if ad
+ blocking is being used).</P
 ><P
 > <SPAN
 CLASS="QUOTE"
@@ -181,28 +179,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="SLOWCRAWL"
-></A
->4.3. I just installed <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, and all my
-browsing has slowed to a crawl. What gives?</H3
-><P
-> This should not happen, and for the overwhelming number of users world-wide,
- it does not happen. I would suspect some inadvertent interaction of software
- components such as anti-virus software, spyware protectors, personal
- firewalls or similar components. Try disabling (or uninstalling) these one
- at a time and see if that helps.</P
-></DIV
-><DIV
-CLASS="SECT2"
-><H3
-CLASS="SECT2"
-><A
 NAME="CONFIGURL"
 ></A
->4.4. What are "http://config.privoxy.org/" and
+>4.3. What are "http://config.privoxy.org/" and
 "http://p.p/"?</H3
 ><P
 > <A
@@ -286,7 +265,7 @@ CLASS="SECT2"
 ><A
 NAME="NEWADS"
 ></A
->4.5. How can I submit new ads, or report
+>4.4. How can I submit new ads, or report
 problems?</H3
 ><P
 >Please see the <A
@@ -302,12 +281,12 @@ CLASS="SECT2"
 ><A
 NAME="NOONECARES"
 ></A
->4.6. Why doesn't anyone answer my support 
+>4.5. Why doesn't anyone answer my support 
 request?</H3
 ><P
 >Rest assured that it has been read and considered. Why it is not answered,
 could be for various reasons, including no one has a good answer for it, no
-one has had time to yet investigate it thorougly, it has been reported
+one has had time to yet investigate it thoroughly, it has been reported
 numerous times already, or because not enough information was provided to help
 us help you. Your efforts are not wasted, and we do appreciate them.</P
 ></DIV
@@ -318,7 +297,7 @@ CLASS="SECT2"
 ><A
 NAME="IP"
 ></A
->4.7. How can I hide my IP address?</H3
+>4.6. How can I hide my IP address?</H3
 ><P
 > If you run both the browser and the proxy locally, you cannot hide your IP
  address with <SPAN
@@ -362,20 +341,18 @@ CLASS="APPLICATION"
 > together with <SPAN
 CLASS="APPLICATION"
 >Tor</SPAN
->?</A
->.</P
+> section</A
+>
+ just below.</P
 ></DIV
 ><DIV
 CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN651"
+NAME="AEN699"
 ></A
->4.8. Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> guarantee I am anonymous?</H3
+>4.7. Can Privoxy guarantee I am anonymous?</H3
 ><P
 > No. Your chances of remaining anonymous are greatly improved, but unless you
  <A
@@ -453,16 +430,22 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
+NAME="AEN717"
+></A
+>4.8. A test site says I am not using a Proxy.</H3
+><P
+> Good! Actually, they are probably testing for some other kinds of proxies.
+ Hiding yourself completely would require additional steps.</P
+></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
 NAME="TOR"
 ></A
->4.9. How do I use <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
- together with <SPAN
-CLASS="APPLICATION"
->Tor</SPAN
->?</H3
+>4.9. How do I use Privoxy
+ together with Tor?</H3
 ><P
 > Before you configure <SPAN
 CLASS="APPLICATION"
@@ -512,7 +495,7 @@ CLASS="QUOTE"
 > and it
  <SPAN
 CLASS="QUOTE"
->"[l]ooks like client functionality is working"</SPAN
+>"looks like client functionality is working"</SPAN
 >.</P
 ><P
 > If either <SPAN
@@ -598,7 +581,7 @@ CLASS="SCREEN"
 ></TABLE
 ></P
 ><P
-> This is enough to reach the internet, but additionally you should
+> This is enough to reach the Internet, but additionally you should
  uncomment the following forward rules, to make sure your local network is still
  reachable through Privoxy:</P
 ><P
@@ -663,7 +646,7 @@ CLASS="APPLICATION"
 >Tor</SPAN
 >.</P
 ><P
-> Afterwards, please take the time to at least skim through the rest
+> Afterward, please take the time to at least skim through the rest
  of <SPAN
 CLASS="APPLICATION"
 >Tor's</SPAN
@@ -679,7 +662,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN722"
+NAME="AEN770"
 ></A
 >4.10. Might some things break because header information or
 content is being altered?</H3
@@ -729,12 +712,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN733"
+NAME="AEN781"
 ></A
->4.11. Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> act as a <SPAN
+>4.11. Can Privoxy act as a <SPAN
 CLASS="QUOTE"
 >"caching"</SPAN
 > proxy to 
@@ -771,12 +751,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN743"
+NAME="AEN790"
 ></A
->4.12. What about as a firewall? Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> protect me?</H3
+>4.12. What about as a firewall? Can Privoxy protect me?</H3
 ><P
 > Not in the way you mean, or in the way a true firewall can. 
  <SPAN
@@ -797,7 +774,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN749"
+NAME="AEN795"
 ></A
 >4.13. I have large empty spaces / a checkerboard pattern now where
 ads used to be. Why?</H3
@@ -822,12 +799,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN754"
+NAME="AEN800"
 ></A
->4.14. How can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> filter Secure (HTTPS) URLs?</H3
+>4.14. How can Privoxy filter Secure (HTTPS) URLs?</H3
 ><P
 > Since secure HTTP connections are encrypted SSL sessions between your browser
  and the secure site, and are meant to be reliably <SPAN
@@ -884,12 +858,9 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN769"
+NAME="AEN814"
 ></A
->4.15. <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> runs as a <SPAN
+>4.15. Privoxy runs as a <SPAN
 CLASS="QUOTE"
 >"server"</SPAN
 >. How 
@@ -947,10 +918,7 @@ CLASS="SECT2"
 ><A
 NAME="TURNOFF"
 ></A
->4.16. How can I temporarily disable <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->?</H3
+>4.16. How can I temporarily disable Privoxy?</H3
 ><P
 > The easiest way is to access <SPAN
 CLASS="APPLICATION"
@@ -982,10 +950,7 @@ NAME="REALLYOFF"
 >4.17. When <SPAN
 CLASS="QUOTE"
 >"disabled"</SPAN
-> is <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> totally 
+> is Privoxy totally 
 out of the picture?</H3
 ><P
 > No, this just means all filtering and actions are disabled.
@@ -1010,10 +975,7 @@ CLASS="SECT2"
 ><A
 NAME="CRUNCH"
 ></A
->4.18. My logs show <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> <SPAN
+>4.18. My logs show Privoxy <SPAN
 CLASS="QUOTE"
 >"crunches"</SPAN
 > 
@@ -1063,10 +1025,7 @@ CLASS="SECT2"
 ><A
 NAME="DOWNLOADS"
 ></A
->4.19. Can <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> effect files that I download
+>4.19. Can Privoxy effect files that I download
 from a webserver? FTP server?</H3
 ><P
 > From the webserver's perspective, there is no difference between
@@ -1088,7 +1047,7 @@ TARGET="_top"
 > Filtering is potentially more of a concern since the results are not always
  so obvious, and the effects of filtering are there whether the file is simply
  viewed, or downloaded. And potentially whether the content is some obnoxious
- advertizement, or Mr. Jimmy's latest/greatest source code jewel. Of course,
+ advertisement, or Mr. Jimmy's latest/greatest source code jewel. Of course,
  one of these presumably is <SPAN
 CLASS="QUOTE"
 >"bad"</SPAN
@@ -1196,7 +1155,7 @@ CLASS="EMPHASIS"
 CLASS="APPLICATION"
 >Privoxy</SPAN
 > does not do FTP at all, only HTTP 
-  protocols, so please don't try.</P
and  HTTPS (SSL) protocols, so please don't try.</P
 ></DIV
 ><DIV
 CLASS="SECT2"
@@ -1205,10 +1164,7 @@ CLASS="SECT2"
 ><A
 NAME="DOWNLOADS2"
 ></A
->4.20. I just downloaded a Perl script, and <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>4.20. I just downloaded a Perl script, and Privoxy
 altered it! Yikes, what is wrong!</H3
 ><P
 > Please read above.</P
@@ -1291,10 +1247,7 @@ CLASS="SECT2"
 ><A
 NAME="SEEALSO"
 ></A
->4.22. Where can I find more information about <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>4.22. Where can I find more information about Privoxy
 and related issues?</H3
 ><P
 > Other references and sites of interest to <SPAN
@@ -1527,7 +1480,7 @@ TARGET="_top"
 >, 
    <SPAN
 CLASS="APPLICATION"
->TOR</SPAN
+>Tor</SPAN
 > can help anonymize web browsing, 
    web publishing, instant messaging, IRC, SSH, and other applications.
   </TD
index 4d2035f..1ef8351 100644 (file)
@@ -81,7 +81,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN925"
+NAME="AEN963"
 ></A
 >5.1. I am getting <SPAN
 CLASS="QUOTE"
@@ -132,7 +132,7 @@ CLASS="SECT2"
 ><H3
 CLASS="SECT2"
 ><A
-NAME="AEN938"
+NAME="AEN976"
 ></A
 >5.2. I just added a new rule, but the steenkin ad is 
 still getting through. How?</H3
@@ -162,10 +162,7 @@ CLASS="SECT2"
 ><A
 NAME="BADSITE"
 ></A
->5.3. One of my favorite sites does not work with <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->.
+>5.3. One of my favorite sites does not work with Privoxy.
 What can I do?</H3
 ><P
 > First verify that it is indeed a <SPAN
@@ -226,7 +223,7 @@ CLASS="QUOTE"
 > Troubleshooting actions is discussed in more detail in the <A
 HREF="../user-manual/appendix.html#ACTIONSANAT"
 TARGET="_top"
->user-manual appendix</A
+>User Manual appendix</A
 >.
  There is also an <A
 HREF="../user-manual/actions-file.html#ACT-EXAMPLES"
@@ -241,10 +238,7 @@ CLASS="SECT2"
 ><A
 NAME="DUN"
 ></A
->5.4. After installing <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, I have to log in
+>5.4. After installing Privoxy, I have to log in
 every time I start IE. What gives?</H3
 ><P
 > This is a quirk that effects the installation of
@@ -299,11 +293,8 @@ CLASS="SECT2"
 ><A
 NAME="FTP"
 ></A
->5.5. I cannot connect to any FTP sites. <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
- seems to be blocking me.</H3
+>5.5. I cannot connect to any FTP sites. Privoxy
+ is blocking me.</H3
 ><P
 >  <SPAN
 CLASS="APPLICATION"
@@ -318,7 +309,7 @@ CLASS="emphasis"
 ><I
 CLASS="EMPHASIS"
 >any protocol other than HTTP
-  or HTTPS</I
+  or HTTPS (SSL)</I
 ></SPAN
 >. 
  </P
@@ -353,8 +344,8 @@ CLASS="EMPHASIS"
 CLASS="APPLICATION"
 >Privoxy</SPAN
 > will indeed cause problems since
-  it does not know FTP. Newer version will give a sane error message if a FTP 
-  connection is attempted.
+  it does not know FTP. Newer version will give a sane error
+  message if a FTP connection is attempted.
  </P
 ><P
 >  Will <SPAN
@@ -373,10 +364,7 @@ CLASS="SECT2"
 NAME="OSXIE"
 ></A
 >5.6. In Mac OSX, I can't configure Microsoft Internet Explorer to use 
- <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> as the HTTP proxy.</H3
+ Privoxy as the HTTP proxy.</H3
 ><P
 >  Microsoft Internet Explorer (in versions like 5.1) respects system-wide
   network settings.  In order to change the HTTP proxy, open System
@@ -469,10 +457,7 @@ CLASS="QUOTE"
 CLASS="MARKUP"
 >&#60;html&#62;&#60;body&#62;&#60;/body&#62;&#60;/html&#62;</SPAN
 >. Without
- <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> the page loads fine.</H3
+ Privoxy the page loads fine.</H3
 ><P
 >  Chances are that the site suffers from a bug in
   <A
@@ -583,6 +568,13 @@ CLASS="APPLICATION"
 >Privoxy</SPAN
 > on
  some platforms due to DNS timeouts.</P
+><P
+> This can be caused by a problem with the local <TT
+CLASS="FILENAME"
+>HOSTS</TT
+>
+ file. If this file has been changed from the original, try reverting it to
+ see if that helps.</P
 ></DIV
 ><DIV
 CLASS="SECT2"
@@ -591,10 +583,7 @@ CLASS="SECT2"
 ><A
 NAME="INUSE"
 ></A
->5.12. When I try to launch <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->, I get an 
+>5.12. When I try to launch Privoxy, I get an 
 error message <SPAN
 CLASS="QUOTE"
 >"port 8118 is already in use"</SPAN
@@ -656,10 +645,7 @@ CLASS="SECT2"
 ><A
 NAME="DEMORONIZER2"
 ></A
->5.14. Why are binary files (such as images) corrupted when <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
->
+>5.14. Why are binary files (such as images) corrupted when Privoxy
  is used?</H3
 ><P
 > This may also be caused by the <SPAN
@@ -741,7 +727,12 @@ CLASS="QUOTE"
 CLASS="APPLICATION"
 >Privoxy</SPAN
 > is attempting to disable malicious 
- Javascript in this case, with the <TT
+  <A
+HREF="http://en.wikipedia.org/wiki/Javascript"
+TARGET="_top"
+>Javascript</A
+> 
+  in this case, with the <TT
 CLASS="LITERAL"
 >unsolicited-popups</TT
 >
@@ -774,10 +765,7 @@ NAME="DNSERRORS"
 CLASS="QUOTE"
 >"404 No Such Domain"</SPAN
 >. Why
- can't <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> do this better?</H3
+ can't Privoxy do this better?</H3
 ><P
 > There are potentially several factors here. First of all, the DNS resolution
  is done by the underlying operating system -- not
@@ -791,7 +779,7 @@ CLASS="APPLICATION"
  merely initiates the process and hands it off, and then later reports
  whatever the outcome was. And tries to give a coherent message if there seems
  to be a problem. In some cases, this might otherwise be mitigated by the
- browser itself which might try some work-arounds and alernate approaches (e.g
+ browser itself which might try some work-arounds and alternate approaches (e.g
  adding <SPAN
 CLASS="QUOTE"
 >"www."</SPAN
@@ -828,10 +816,7 @@ CLASS="SECT2"
 ><A
 NAME="ALLCPU"
 ></A
->5.18. At one site <SPAN
-CLASS="APPLICATION"
->Privoxy</SPAN
-> just hangs, and starts taking 
+>5.18. At one site Privoxy just hangs, and starts taking 
  all CPU. Why is this?</H3
 ><P
 > This is probably a manifestation of the <SPAN
@@ -856,6 +841,22 @@ CLASS="LITERAL"
 >
  filters.</P
 ></DIV
+><DIV
+CLASS="SECT2"
+><H3
+CLASS="SECT2"
+><A
+NAME="SLOWCRAWL"
+></A
+>5.19. I just installed Privoxy, and all my
+browsing has slowed to a crawl. What gives?</H3
+><P
+> This should not happen, and for the overwhelming number of users world-wide,
+ it does not happen. I would suspect some inadvertent interaction of software
+ components such as anti-virus software, spyware protectors, personal
+ firewalls or similar components. Try disabling (or uninstalling) these one
+ at a time and see if that helps.</P
+></DIV
 ></DIV
 ><DIV
 CLASS="NAVFOOTER"