more updates for mac os x
[privoxy.git] / doc / source / user-manual.sgml
1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!entity % dummy "IGNORE"> 
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity newfeatures SYSTEM "newfeatures.sgml">
5 <!entity p-intro SYSTEM "privoxy.sgml">
6 <!entity seealso SYSTEM "seealso.sgml">
7 <!entity buildsource SYSTEM "buildsource.sgml">
8 <!entity contacting SYSTEM "contacting.sgml">
9 <!entity history SYSTEM "history.sgml">
10 <!entity copyright SYSTEM "copyright.sgml">
11 <!entity license SYSTEM "license.sgml">
12 <!entity p-authors SYSTEM "p-authors.sgml">
13 <!entity config SYSTEM "p-config.sgml">
14 <!entity p-version "3.0.9">
15 <!entity p-status "UNRELEASED">
16 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc  -->
17 <!entity % p-not-stable "INCLUDE">
18 <!entity % p-stable "IGNORE">
19 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
20 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
21 <!entity % p-readme "IGNORE">
22 <!entity % user-man "IGNORE">
23 <!entity % config-file "IGNORE">
24 <!entity % p-supp-userman "IGNORE"> <!-- Omit some from supported.sgml    -->
25 <!entity  my-copy "&copy;">         <!-- kludge for docbook2man           -->
26 <!entity % draft "IGNORE">          <!-- WIP stuff    -->
27 <!entity  my-app "<application>Privoxy</application>">
28 ]>
29 <!--
30  File        :  $Source: /cvsroot/ijbswa/current/doc/source/user-manual.sgml,v $
31
32  Purpose     :  user manual
33                 This file belongs into
34                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
35
36  $Id: user-manual.sgml,v 2.59 2008/02/11 00:52:34 markm68k Exp $
37
38  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
39  See LICENSE.
40
41  ========================================================================
42  NOTE: Please read developer-manual/documentation.html before touching 
43  anything in this, or other Privoxy documentation.
44  ========================================================================
45
46 -->
47
48 <article id="index">
49 <artheader>
50
51 <title>Privoxy &p-version; User Manual</title>
52
53 <pubdate>
54  <subscript>
55 <!-- Completely the wrong markup, but very little is allowed  -->
56 <!-- in this part of an article. FIXME -->
57  <link linkend="copyright">Copyright</link> &my-copy; 2001 - 2008 by 
58  <ulink url="http://www.privoxy.org/">Privoxy Developers</ulink>
59  </subscript>
60 </pubdate>
61
62 <pubdate>$Id: user-manual.sgml,v 2.59 2008/02/11 00:52:34 markm68k Exp $</pubdate>
63
64 <!--
65
66 Note: the following should generate a separate page, and a live link to it,
67 all nicely done. But it doesn't for some mysterious reason. Please leave
68 commented unless it can be fixed proper. For the time being, the
69 copyright/license declarations will be in their own sgml.
70
71 Hal.
72
73
74 -->
75
76
77 <abstract>
78
79 <![%dummy;[
80  <para>
81  <comment>
82   This is here to keep vim syntax file from breaking :/
83   If I knew enough to fix it, I would.
84   PLEASE DO NOT REMOVE! HB: hal@foobox.net
85  </comment>
86  </para>
87 ]]>
88
89  <para>
90   The <citetitle>Privoxy User Manual</citetitle> gives users information on how to
91   install, configure and use <ulink
92   url="http://www.privoxy.org/">Privoxy</ulink>.
93  </para>
94
95 <!-- Include privoxy.sgml boilerplate: -->
96  &p-intro;
97 <!-- end privoxy.sgml -->
98
99  <para>
100   You can find the latest version of the <citetitle>Privoxy User Manual</citetitle> at  <ulink
101   url="http://www.privoxy.org/user-manual/">http://www.privoxy.org/user-manual/</ulink>.
102   Please see the <link linkend="contact">Contact section</link> on how to
103   contact the developers.
104  </para>
105
106 <!--   <para> -->
107 <!--    Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
108 <!--   </para> -->
109 </abstract>
110
111 </artheader>
112
113 <!--   ~~~~~       New section      ~~~~~     -->
114 <sect1 label="1" id="introduction"><title>Introduction</title>
115 <para>
116  This documentation is included with the current &p-status; version of
117  <application>Privoxy</application>, v.&p-version;<![%p-not-stable;[, 
118  and is mostly complete at this point. The most up to date reference for the
119  time being is still the comments in the source files and in the individual
120  configuration files. Development of a new version is currently nearing
121  completion, and includes significant changes and enhancements over
122  earlier versions. ]]>.
123 </para>
124
125 <!-- include only in non-stable versions -->
126 <![%p-not-stable;[
127 <para>
128  Since this is a &p-status; version, not all new features are well tested. This
129  documentation may be slightly out of sync as a result (especially with 
130  CVS sources). And there <emphasis>may be</emphasis> bugs, though hopefully
131  not many! 
132 </para>
133 ]]>
134
135 <!--   ~~~~~       New section      ~~~~~     -->
136 <sect2 id="features"><title>Features</title>
137 <para>
138  In addition to the core 
139  features of ad blocking and 
140  <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookie</ulink> management,
141  <application>Privoxy</application> provides many supplemental
142  features<![%p-not-stable;[, some of them currently under development]]>, 
143  that give the end-user more control, more privacy and more freedom:
144 </para>
145 <!-- Include newfeatures.sgml boilerplate here: -->
146  &newfeatures;
147 <!-- end boilerplate -->
148 </sect2>
149
150 </sect1>
151
152 <!--  ~  End section  ~  -->
153
154
155 <!--   ~~~~~       New section      ~~~~~     -->
156 <sect1 id="installation"><title>Installation</title>
157
158 <para>
159  <application>Privoxy</application> is available both in convenient pre-compiled
160  packages for a wide range of operating systems, and as raw source code.
161  For most users, we recommend using the packages, which can be downloaded from our
162  <ulink url="http://sourceforge.net/projects/ijbswa/">Privoxy Project
163  Page</ulink>.
164 </para>
165
166 <para>
167  Note: 
168  On some platforms, the installer may remove previously installed versions, if 
169  found. (See below for your platform). In any case <emphasis>be sure to backup
170  your old configuration if it is valuable to you.</emphasis> See the <link
171  linkend="upgradersnote">note to upgraders</link> section below.
172 </para>
173
174 <!--   ~~~~~       New section      ~~~~~     --> 
175 <sect2 id="installation-packages"><title>Binary Packages</title>
176 <para>
177 How to install the binary packages depends on your operating system:
178 </para>
179
180 <!-- XXX: The installation sections should be sorted -->
181
182 <!--   ~~~~~       New section      ~~~~~     -->
183 <sect3 id="installation-pack-rpm"><title>Red Hat and Fedora RPMs</title>
184
185 <para>
186  RPMs can be installed with <literal>rpm -Uvh privoxy-&p-version;-1.rpm</literal>,
187  and will use <filename>/etc/privoxy</filename> for the location 
188  of configuration files.
189 </para>
190
191 <para>
192  Note that on Red Hat, <application>Privoxy</application> will
193  <emphasis>not</emphasis> be automatically started on system boot. You will
194  need to enable that using <command>chkconfig</command>,
195  <command>ntsysv</command>, or similar methods. 
196 </para>
197
198 <para>
199  If you have problems with failed dependencies, try rebuilding the SRC RPM: 
200  <literal>rpm --rebuild privoxy-&p-version;-1.src.rpm</literal>. This 
201  will use your locally installed libraries and RPM version. 
202 </para>
203
204 <para>
205  Also note that if you have a <application>Junkbuster</application> RPM installed
206  on your system, you need to remove it first, because the packages conflict.
207  Otherwise, RPM will try to remove <application>Junkbuster</application>
208  automatically if found, before installing <application>Privoxy</application>.
209 </para>
210 </sect3>
211
212 <!--   ~~~~~       New section      ~~~~~     -->
213 <sect3 id="installation-deb"><title>Debian and Ubuntu</title>
214 <para>
215  DEBs can be installed with <literal>apt-get install privoxy</literal>,
216  and will use <filename>/etc/privoxy</filename> for the location of 
217  configuration files.
218 </para>
219 </sect3>
220
221 <!--   ~~~~~       New section      ~~~~~     -->
222 <sect3 id="installation-pack-win"><title>Windows</title>
223
224 <para>
225  Just double-click the installer, which will guide you through
226  the installation process. You will find the configuration files
227  in the same directory as you installed <application>Privoxy</application> in. 
228 </para>
229 <para>
230  Version 3.0.5 beta introduced full <application>Windows</application> service
231  functionality. On Windows only, the <application>Privoxy</application>
232  program has two new command line arguments to install and uninstall
233  <application>Privoxy</application> as a <emphasis>service</emphasis>.
234 </para>
235  <variablelist>
236   <varlistentry>
237    <term>Arguments:</term>
238    <listitem>
239     <para>
240      <replaceable class="parameter">--install</replaceable>[:<replaceable class="parameter">service_name</replaceable>]
241     </para>
242     <para>
243      <replaceable class="parameter">--uninstall</replaceable>[:<replaceable class="parameter">service_name</replaceable>]
244     </para>
245    </listitem>
246   </varlistentry>
247  </variablelist>
248  <para>
249  After invoking <application>Privoxy</application> with
250  <command>--install</command>, you will need to bring up the
251  <application>Windows</application> service console to assign the user you
252  want <application>Privoxy</application> to run under, and whether or not you
253  want it to run whenever the system starts. You can start the
254  <application>Windows</application> services console with the following
255  command: <command>services.msc</command>.  If you do not take the manual step
256  of modifying <application>Privoxy's</application> service settings, it will
257  not start.  Note too that you will need to give Privoxy a user account that
258  actually exists, or it will not be permitted to 
259  write to its log and configuration files.
260 </para>
261
262 </sect3>
263
264 <!--   ~~~~~       New section      ~~~~~     -->
265 <sect3 id="installation-pack-bintgz"><title>Solaris <!--, NetBSD, HP-UX--></title>
266
267 <para>
268  Create a new directory, <literal>cd</literal> to it, then unzip and
269  untar the archive. For the most part, you'll have to figure out where
270  things go. <!-- FIXME, more info needed? -->
271 </para>
272 </sect3>
273
274 <!--   ~~~~~       New section      ~~~~~     -->
275 <sect3 id="installation-os2"><title>OS/2</title>
276
277 <para>
278  First, make sure that no previous installations of
279  <application>Junkbuster</application> and / or 
280  <application>Privoxy</application> are left on your
281  system. Check that no <application>Junkbuster</application>
282  or <application>Privoxy</application> objects are in
283  your startup folder.
284
285 </para>
286
287 <para>
288  Then, just double-click the WarpIN self-installing archive, which will
289  guide you through the installation process. A shadow of the
290  <application>Privoxy</application> executable will be placed in your
291  startup folder so it will start automatically whenever OS/2 starts.
292 </para>
293
294 <para>
295  The directory you choose to install <application>Privoxy</application>
296  into will contain all of the configuration files.
297 </para>
298 </sect3>
299
300 <!--   ~~~~~       New section      ~~~~~     -->
301 <sect3 id="installation-mac"><title>Mac OS X</title>
302 <para>
303  Unzip the downloaded file (you can either double-click on the zipe file
304  icon from the Finder, or from the desktop if you downloaded it there).
305  Then, double-click on the package installer icon and follow the
306  installation process.
307 </para>
308 <para>
309  The privoxy service will automatically start after a successful
310  installation (in addition to every time your computer starts up).  To
311  prevent the privoxy service from automatically starting when your
312  computer starts up,, remove or rename the folder named
313  <literal>/Library/StartupItems/Privoxy</literal>. 
314 </para>
315 <para>
316  To manually start or stop the privoxy service, download and install the
317  <ulink url="https://sourceforge.net/project/showfiles.php?group_id=11118&package_id=29783">Privoxy Utility</ulink> for Mac OS X.
318  This application controls the privoxy service (e.g. starting and
319  stopping the service as well as uninstalling the software).
320 </para>
321 <para>
322  The Privoxy Utility also provides an option to uninstall the software.
323 </para>
324 </sect3>
325
326 <!--   ~~~~~       New section      ~~~~~     -->
327 <sect3 id="installation-amiga"><title>AmigaOS</title>
328 <para>
329  Copy and then unpack the <filename>lha</filename> archive to a suitable location. 
330  All necessary files will be installed into <application>Privoxy</application>
331  directory, including all configuration and log files. To uninstall, just 
332  remove this directory.
333 </para>
334 </sect3>
335
336 <!--   ~~~~~       New section      ~~~~~     -->
337 <sect3 id="installation-tbz"><title>FreeBSD</title>
338
339 <para>
340  Privoxy is part of FreeBSD's Ports Collection, you can build and install
341  it with <literal>cd /usr/ports/www/privoxy; make install clean</literal>.
342 </para>
343 <para>
344  If you don't use the ports, you can fetch and install
345  the package with <literal>pkg_add -r privoxy</literal>.
346 </para>
347 <para>
348  The port skeleton and the package can also be downloaded from the
349  <ulink url="https://sourceforge.net/project/showfiles.php?group_id=11118">File Release
350  Page</ulink>, but there's no reason to use them unless you're interested in the
351  beta releases which are only available there.
352 </para>
353 </sect3>
354
355 <!--   ~~~~~       New section      ~~~~~     -->
356 <sect3 id="installattion-gentoo"><title>Gentoo</title>
357 <para>
358  Gentoo source packages (Ebuilds) for <application>Privoxy</application> are 
359  contained in the Gentoo  Portage Tree (they are not on the download page, 
360  but there is a Gentoo section, where you can see when a new 
361  <application>Privoxy</application> Version is added to the  Portage Tree).
362 </para>
363 <para>
364  Before installing <application>Privoxy</application> under Gentoo just do 
365  first <literal>emerge rsync</literal> to get the latest changes from the 
366  Portage tree. With <literal>emerge privoxy</literal> you install the latest 
367  version.
368 </para>
369 <para>
370  Configuration files are in <filename>/etc/privoxy</filename>, the 
371  documentation is in <filename>/usr/share/doc/privoxy-&p-version;</filename>
372  and the Log directory is in <filename>/var/log/privoxy</filename>.
373 </para>
374 </sect3>
375
376 </sect2>
377
378 <!--   ~~~~~       New section      ~~~~~     -->
379 <sect2 id="installation-source"><title>Building from Source</title>
380
381 <para>
382  The most convenient way to obtain the <application>Privoxy</application> sources
383  is to download the source tarball from our 
384  <ulink url="http://sourceforge.net/project/showfiles.php?group_id=11118&amp;package_id=10571">project download
385  page</ulink>.
386 </para>
387
388 <para>
389  If you like to live on the bleeding edge and are not afraid of using
390  possibly unstable development versions, you can check out the up-to-the-minute
391  version directly from <ulink url="http://sourceforge.net/cvs/?group_id=11118">the
392  CVS repository</ulink>. 
393 <!-- 
394  deprecated...out of business.
395  or simply download <ulink
396  url="http://cvs.sourceforge.net/cvstarballs/ijbswa-cvsroot.tar.bz2">the nightly CVS
397  tarball.</ulink>
398 -->
399 </para>
400
401 <!-- include buildsource.sgml boilerplate: -->
402 &buildsource;
403 <!-- end boilerplate -->
404
405 </sect2>
406 <!--   ~~~~~       New section      ~~~~~     --> 
407 <sect2 id="installation-keepupdated"><title>Keeping your Installation Up-to-Date</title>
408 <para>
409  As user feedback comes in and development continues, we will make updated versions
410  of both the main <link linkend="actions-file">actions file</link> (as a <ulink
411  url="http://sourceforge.net/project/showfiles.php?group_id=11118&amp;release_id=103670">separate
412  package</ulink>) and the software itself (including the actions file) available for
413  download.
414 </para>
415
416 <para>
417  If you wish to receive an email notification whenever we release updates of
418  <application>Privoxy</application> or the actions file, <ulink
419  url="http://lists.sourceforge.net/lists/listinfo/ijbswa-announce/">subscribe
420  to our announce  mailing list</ulink>, ijbswa-announce@lists.sourceforge.net.
421 </para>
422
423 <para>
424  In order not to lose your personal changes and adjustments when updating
425  to the latest <literal>default.action</literal> file we <emphasis>strongly
426  recommend</emphasis> that you use <literal>user.action</literal> and 
427  <literal>user.filter</literal> for your local
428  customizations of <application>Privoxy</application>. See the <link
429  linkend="actions-file">Chapter on actions files</link> for details.
430 </para>
431
432 </sect2>
433
434
435 </sect1>
436
437 <!--  ~  End section  ~  -->
438
439 <!--   ~~~~~       New section      ~~~~~     -->
440 <sect1 id="whatsnew">
441 <title>What's New in this Release</title>
442 <para>
443  There are many improvements and new features since <application>Privoxy 3.0.6</application>, the last stable release:
444 </para>
445
446 <para>
447  <itemizedlist>
448   <listitem>
449    <para>
450     Two new actions <link
451           linkend="server-header-tagger">server-header-tagger</link>
452           and <link
453           linkend="client-header-tagger">client-header-tagger</link>
454           that can be used to create arbitrary <quote>tags</quote>
455           based on client and server headers.
456           These <quote>tags</quote> can then subsequently be used
457           to control the other actions used for the current request,
458           greatly increasing &my-app;'s flexibility and selectivity. See <link
459           linkend="tag-pattern">tag patterns</link> for more information on tags.
460    </para>
461   </listitem>
462
463   <listitem>
464    <para>
465     Header filtering is done with dedicated header filters now. As a result
466     the actions <quote>filter-client-headers</quote> and <quote>filter-server-headers</quote>
467     that were introduced with <application>Privoxy 3.0.5</application> to apply
468     content filters to the headers have been removed.
469     See the new actions <link
470           linkend="server-header-filter">server-header-filter</link>
471           and <link
472           linkend="client-header-filter">client-header-filter</link> for details.
473    </para>
474   </listitem>
475   <listitem>
476    <para>
477      There are four new options for the main <filename>config</filename> file:
478    </para>
479
480      <itemizedlist>
481        <listitem>
482         <para>
483           <link
484           linkend="allow-cgi-request-crunching">allow-cgi-request-crunching</link>
485           which allows requests for Privoxy's internal CGI pages to be
486           blocked, redirected or (un)trusted like ordinary requests.
487         </para>
488        </listitem>
489        <listitem>
490         <para>
491           <link
492           linkend="split-large-forms">split-large-forms</link>
493           that will work around a browser bug that caused IE6 and IE7 to
494           ignore the Submit button on the Privoxy's edit-actions-for-url CGI
495           page.
496           </para>
497        </listitem>
498        <listitem>
499         <para>
500           <link
501           linkend="accept-intercepted-requests">accept-intercepted-requests</link>
502           which allows to combine Privoxy with any packet filter to create an
503           intercepting proxy for HTTP/1.1 requests (and for HTTP/1.0 requests
504           with Host header set). This means clients can be forced to use
505           &my-app; even if their proxy settings are configured differently.
506          </para>
507        </listitem>
508        <listitem>
509         <para>
510           <link
511           linkend="templdir">templdir</link>
512           to designate an alternate location for &my-app;'s 
513           locally customized CGI templates so that
514           these are not overwritten during upgrades.         
515         </para>
516        </listitem>
517        </itemizedlist>
518     </listitem>
519
520   <listitem>
521    <para>
522    A new command line option <literal>--pre-chroot-nslookup hostname</literal> to
523    initialize the resolver library before chroot'ing. On some systems this
524    reduces the number of files that must be copied into the chroot tree.
525    (Patch provided by Stephen Gildea)
526    </para>
527   </listitem>
528
529   <listitem>
530    <para>
531      The <link
532           linkend="forward-override">forward-override</link> action 
533      allows changing of the forwarding settings through the actions files.
534      Combined with tags, this allows to choose the forwarder based on
535      client headers like the <literal>User-Agent</literal>, or the request origin.
536   </para>
537   </listitem>
538
539   <listitem>
540    <para>
541      The  <link
542           linkend="redirect">redirect</link> action can now use regular
543           expression substitutions against the original URL.
544    </para>
545   </listitem>
546
547   <listitem>
548    <para>
549      <application>zlib</application> support is now available as a compile
550      time option to filter compressed content. Patch provided by Wil Mahan.
551    </para>
552   </listitem>
553     <listitem>
554     <para>
555      Improve various filters, and add new ones.
556    </para>
557   </listitem>
558
559
560   <listitem>
561    <para>
562     Include support for RFC 3253 so that <filename>Subversion</filename> works
563     with &my-app;. Patch provided by Petr Kadlec.
564    </para>
565   </listitem>
566
567   <listitem>
568    <para>
569      Logging can be completely turned off by not specifying a logfile directive.
570    </para>
571   </listitem>
572
573
574   <listitem>
575    <para>
576      A number of improvements to Privoxy's internal CGI pages, including the
577      use of favicons for error and control pages.
578    </para>
579   </listitem>
580
581   <listitem>
582    <para>
583      Many bugfixes, memory leaks addressed, code improvements, and logging 
584      improvements.
585    </para>
586   </listitem>
587
588  </itemizedlist>
589 </para>
590 <para>
591  For a more detailed list of changes please have a look at the ChangeLog.
592 </para>
593
594 <!--   ~~~~~       New section      ~~~~~     -->
595
596 <sect2 id="upgradersnote">
597 <title>Note to Upgraders</title>
598
599 <para>
600  A quick list of things to be aware of before upgrading from earlier 
601  versions of <application>Privoxy</application>:
602 </para>
603
604 <para>
605  <itemizedlist>
606
607  <listitem>
608   <para>
609    The recommended way to upgrade &my-app; is to backup your old 
610    configuration files, install the new ones, verify that &my-app;
611    is working correctly and finally merge back your changes using
612    <application>diff</application> and maybe <application>patch</application>.
613   </para>
614   <para>
615    There are a number of new features in each &my-app; release and
616    most of them have to be explicitly enabled in the configuration
617    files. Old configuration files obviously don't do that and due
618    to syntax changes using old configuration files with a new
619    &my-app; isn't always possible anyway.
620   </para>
621  </listitem>
622  <listitem>
623   <para>  
624     Note that some installers remove earlier versions completely,
625     including configuration files, therefore you should really save
626     any important configuration files!
627   </para>
628  </listitem>
629  <listitem>
630   <para>  
631    On the other hand, other installers don't overwrite existing configuration 
632    files, thinking you will want to do that yourself.
633   </para>
634  </listitem>
635  <listitem>
636   <para>  
637    <filename>standard.action</filename> now only includes the enabled actions.
638    Not all actions as before.
639   </para>
640  </listitem>
641  <listitem>
642   <para>
643    In the default configuration only fatal errors are logged now.
644    You can change that in the <link linkend="DEBUG">debug section</link>
645    of the configuration file. You may also want to enable more verbose
646    logging until you verified that the new &my-app; version is working
647    as expected.
648   </para>
649  </listitem>
650
651  <listitem>
652     <para>
653      Three other config file settings are now off by default: 
654      <link linkend="enable-remote-toggle">enable-remote-toggle</link>,
655      <link linkend="enable-remote-http-toggle">enable-remote-http-toggle</link>,
656      and  <link linkend="enable-edit-actions">enable-edit-actions</link>. 
657      If you use or want these, you will need to explicitly enable them, and
658      be aware of the security issues involved. 
659     </para>
660   </listitem>
661
662   <listitem>
663    <para>
664     The <quote>filter-client-headers</quote> and
665     <quote>filter-server-headers</quote> actions that were introduced with
666     <application>Privoxy 3.0.5</application> to apply content filters to
667     the headers  have been removed and replaced with new actions.
668     See the <link
669           linkend="whatsnew">What's New section</link> above.
670    </para>
671   </listitem>
672
673
674 <!--
675  <listitem>
676   <para>  
677    What constitutes a <quote>default</quote> configuration has changed, 
678    and you may want to review which actions are <quote>on</quote> by 
679    default. This is primarily a matter of emphasis, but some features 
680    you may have been used to, may now be <quote>off</quote> by default.
681    There are also a number of new actions and filters you may want to
682    consider, most of which are not fully incorporated into the default
683    settings as yet (see above).
684   </para>
685  </listitem>
686 -->
687 <!--
688   <listitem>
689    <para>
690     The default actions setting is now <literal>Cautious</literal>. Previous
691     releases had a default setting of <literal>Medium</literal>. Experienced
692     users may want to adjust this, as it is fairly conservative by &my-app;
693     standards and past practices. See <ulink
694     url="http://config.privoxy.org/edit-actions-list?f=default">
695     http://config.privoxy.org/edit-actions-list?f=default</ulink>. New users
696     should try the default settings for a while before turning up the volume.
697    </para>
698   </listitem>
699
700   <listitem>
701    <para>
702     The default setting has filtering turned <emphasis>off</emphasis>, which
703     subsequently means that compression is <emphasis>on</emphasis>. Remember
704     that filtering does not work on compressed pages, so if you use, or want to
705     use, filtering, you will need to force compression off. Example:
706    </para>
707    <para>
708  <screen>
709   { +<link linkend="filter">filter</link>{google}  +<link linkend="prevent-compression">prevent-compression</link> }
710    .google.</screen>
711    </para>
712    <para>
713     Or if you use a number of filters, or filter many sites, you may just want
714     to turn off compression for all sites in
715     <filename>default.action</filename> (or
716     <filename>user.action</filename>). 
717    </para>
718
719   </listitem>
720
721   <listitem>
722   <para>
723    Also, <link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> is 
724    off by default now. If you've liked this feature in the past, you may want 
725    to turn it back on in <filename>user.action</filename> now.
726   </para>
727   </listitem>
728
729
730   <listitem>
731   <para>
732    Some installers may not automatically start
733    <application>Privoxy</application> after installation.
734   </para>
735  </listitem> 
736 -->
737
738  </itemizedlist>
739 </para>
740
741 </sect2>
742 </sect1>
743
744 <!--   ~~~~~       New section      ~~~~~     -->
745 <sect1 id="quickstart"><title>Quickstart to Using Privoxy</title>
746 <para>
747  <itemizedlist>
748
749  <listitem>
750   <para>
751   Install <application>Privoxy</application>. See the <link
752   linkend="installation">Installation Section</link> below for platform specific
753   information. 
754  </para>
755  </listitem>  
756
757  <listitem>
758   <para>
759    Advanced users and those who want to offer <application>Privoxy</application>
760    service to more than just their local machine should check the <link
761    linkend="config">main config file</link>, especially the <link
762    linkend="access-control">security-relevant</link> options. These are 
763    off by default.
764   </para>
765  </listitem>  
766
767  <listitem>
768   <para>
769   Start <application>Privoxy</application>, if the installation program has
770   not done this already (may vary according to platform). See the section
771   <link linkend="startup">Starting <application>Privoxy</application></link>.
772   </para>
773  </listitem>
774
775  <listitem>
776   <para>
777    Set your browser to use <application>Privoxy</application> as HTTP and
778    HTTPS (SSL)  <ulink url="http://en.wikipedia.org/wiki/Proxy_server">proxy</ulink>
779    by setting the proxy configuration for address of
780    <literal>127.0.0.1</literal> and port <literal>8118</literal>.
781    <emphasis>DO NOT</emphasis> activate proxying for <literal>FTP</literal> or 
782    any protocols besides HTTP and HTTPS (SSL) unless you intend to prevent your
783    browser from using these protocols.
784   </para>
785  </listitem>  
786
787  <listitem>
788   <para>
789     Flush your browser's disk and memory caches, to remove any cached ad images.
790     If using <application>Privoxy</application> to manage 
791     <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>,
792     you should remove any currently stored cookies too.
793   </para>
794  </listitem> 
795
796  <listitem>
797   <para>
798    A default installation should provide a reasonable starting point for 
799    most. There will undoubtedly be occasions where you will want to adjust the
800    configuration, but that can be dealt with as the need arises. Little 
801    to no initial configuration is required in most cases, you may want
802    to enable the
803    <ulink url="config.html#ENABLE-EDIT-ACTIONS">web-based action editor</ulink> though.
804    Be sure to read the warnings first.
805   </para>
806   <para>
807    See the <link linkend="configuration">Configuration section</link> for more
808    configuration options, and how to customize your installation.
809    You might also want to look at the <link
810    linkend="quickstart-ad-blocking">next section</link> for a quick
811    introduction to how <application>Privoxy</application> blocks ads and
812    banners.
813 </para>
814  </listitem> 
815
816  <listitem>
817   <para>
818     If you experience ads that slip through, innocent images that are
819     blocked, or otherwise feel the need to fine-tune
820     <application>Privoxy's</application> behavior, take a look at the <link
821     linkend="actions-file">actions files</link>. As a quick start, you might
822     find the <link linkend="act-examples">richly commented examples</link>
823     helpful. You can also view and edit the actions files through the <ulink
824     url="http://config.privoxy.org">web-based user interface</ulink>. The
825     Appendix <quote><link linkend="actionsanat">Troubleshooting: Anatomy of an
826     Action</link></quote> has hints on how to understand and debug actions that
827     <quote>misbehave</quote>.
828   </para>
829  </listitem> 
830
831 <!--
832  Did anyone test these lately?
833  fk 2007-11-10
834  <listitem>
835   <para>
836    For easy access to &my-app;'s most important controls, drag the provided
837    <link linkend="bookmarklets">Bookmarklets</link> into your browser's
838    personal toolbar.
839   </para>
840  </listitem> 
841 -->
842
843  <listitem>
844   <para>
845    Please see the section <link linkend="contact">Contacting the
846    Developers</link> on how to report bugs, problems with websites or to get
847    help. 
848   </para>
849  </listitem> 
850
851  <listitem>
852   <para>
853    Now enjoy surfing with enhanced control, comfort and privacy!
854   </para>
855  </listitem> 
856
857  </itemizedlist>
858 </para>
859
860
861 <!--   ~~~~~       New section      ~~~~~     -->
862
863 <sect2 id="quickstart-ad-blocking">
864 <title>Quickstart to Ad Blocking</title>
865 <!--
866  NOTE:  This section is deliberately redundant for those that don't 
867  want to read the whole thing (which is getting lengthy).
868 -->
869 <para>
870  Ad blocking is but one of <application>Privoxy's</application>
871  array of features. Many of these features are for the technically minded advanced 
872  user. But, ad and banner blocking is surely common ground for everybody.
873 </para>
874 <para> 
875  This section will provide a quick summary of ad blocking so 
876  you can get up to speed quickly without having to read the more extensive
877  information provided below, though this is highly recommended.
878 </para>
879 <para>
880  First a bit of a warning ... blocking ads is much like blocking SPAM: the
881  more aggressive you are about it, the more likely you are to block 
882  things that were not intended. And the more likely that some things 
883  may not work as intended. So there is a trade off here. If you want
884  extreme ad free browsing, be prepared to deal with more
885  <quote>problem</quote> sites, and to spend more time adjusting the
886  configuration to solve these unintended consequences. In short, there is 
887  not an easy way to eliminate <emphasis>all</emphasis> ads. Either take 
888  the easy way and settle for <emphasis>most</emphasis> ads blocked with the
889  default configuration, or jump in and tweak it for your personal surfing
890  habits and preferences.
891 </para>
892 <para>
893  Secondly, a brief explanation of <application>Privoxy's </application>
894  <quote>actions</quote>. <quote>Actions</quote> in this context, are 
895  the directives we use to tell <application>Privoxy</application> to perform
896  some task relating to HTTP transactions (i.e. web browsing). We tell
897  <application>Privoxy</application> to take some <quote>action</quote>. Each
898  action has a unique name and function. While there are many potential
899  <application>actions</application> in <application>Privoxy's</application>
900  arsenal, only a few are used for ad blocking. <link
901  linkend="actions">Actions</link>, and <link linkend="actions-file">action
902  configuration files</link>, are explained in depth below.
903 </para>
904 <para>
905  Actions are specified in <application>Privoxy's</application> configuration,
906  followed by one or more URLs to which the action should apply. URLs 
907  can actually be URL type <link linkend="af-patterns">patterns</link> that use
908  wildcards so they can apply potentially to a range of similar URLs. The
909  actions, together with the URL patterns are called a section.
910 </para>
911 <para>
912  When you connect to a website, the full URL will either match one or more
913  of the sections as defined in <application>Privoxy's</application> configuration,
914  or not. If so, then <application>Privoxy</application> will perform the
915  respective actions. If not, then nothing special happens. Furthermore, web
916  pages may contain embedded, secondary URLs that your web browser will
917  use to load additional components of the page, as it parses the
918  original page's HTML content. An ad image for instance, is just an URL
919  embedded in the page somewhere. The image itself may be on the same server,
920  or a server somewhere else on the Internet. Complex web pages will have many
921  such embedded URLs. &my-app; can deal with each URL individually, so, for
922  instance, the main page text is not touched, but images from such-and-such
923  server are blocked.
924 </para>
925
926 <para>
927  The most important actions for basic ad blocking are:  <literal><link
928  linkend="block">block</link></literal>, <literal><link
929  linkend="handle-as-image">handle-as-image</link></literal>, 
930  <literal><link
931  linkend="handle-as-empty-document">handle-as-empty-document</link></literal>,and
932  <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>:
933 </para>
934
935 <para>
936  <itemizedlist>
937   
938  <listitem>
939   <para>
940    <literal><link linkend="block">block</link></literal> - this is perhaps 
941    the single most used action, and is particularly important for ad blocking.
942    This action stops any contact between your browser and any URL patterns
943    that match this action's configuration. It can be used for blocking ads,
944    but also anything that is determined to be unwanted. By itself, it simply
945    stops any communication with the remote server and sends
946    <application>Privoxy</application>'s own built-in BLOCKED page instead to
947    let you now what has happened (with some exceptions, see below).
948   </para>
949  </listitem> 
950
951  <listitem>
952   <para>
953    <literal><link linkend="handle-as-image">handle-as-image</link></literal> - 
954    tells <application>Privoxy</application> to treat this URL as an image.
955    <application>Privoxy</application>'s default configuration already does this
956    for all common image types (e.g. GIF), but there are many situations where this
957    is not so easy to determine. So we'll force it in these cases. This is particularly
958    important for ad blocking, since  only if we know that it's an image of
959    some kind, can we replace it with an image of our choosing, instead of the 
960    <application>Privoxy</application> BLOCKED page (which would only result in
961    a <quote>broken image</quote> icon). There are some limitations to this
962    though. For instance, you can't just brute-force an image substitution for
963    an entire HTML page in most situations.
964   </para>
965  </listitem> 
966
967  <listitem>
968   <para>
969    <literal><link linkend="handle-as-empty-document">handle-as-empty-document</link></literal> - 
970    sends an empty document instead of <application>Privoxy's</application> 
971    normal BLOCKED HTML page. This is useful for file types that are neither 
972    HTML nor images, such as blocking JavaScript files.
973   </para>
974  </listitem> 
975
976  <listitem>
977   <para>
978    <literal><link
979    linkend="set-image-blocker">set-image-blocker</link></literal> - tells
980    <application>Privoxy</application> what to display in place of an ad image that
981    has hit a block rule. For this to come into play, the URL must match a
982    <literal><link linkend="block">block</link></literal> action somewhere in the
983    configuration, <emphasis>and</emphasis>, it must also match an
984    <literal><link linkend="handle-as-image">handle-as-image</link></literal> action.
985   </para>
986   <para>
987    The configuration options on what to display instead of the ad are:
988   </para>
989   <simplelist>
990    <member>
991     &nbsp;&nbsp;&nbsp;<emphasis>pattern</emphasis> - a checkerboard pattern, so that an ad 
992     replacement is obvious. This is the default.
993    </member>
994   </simplelist>
995   <simplelist>
996    <member>
997     &nbsp;&nbsp;&nbsp;<emphasis>blank</emphasis> - A very small empty GIF image is displayed.
998     This is the so-called <quote>invisible</quote> configuration option.
999    </member>
1000   </simplelist>
1001   <simplelist>
1002    <member>
1003     &nbsp;&nbsp;&nbsp;<emphasis>http://&lt;URL&gt;</emphasis> - A redirect to any image anywhere
1004     of the user's choosing (advanced usage).
1005    </member>
1006   </simplelist>
1007   </listitem> 
1008
1009 </itemizedlist>
1010 </para>
1011
1012 <para>
1013  Advanced users will eventually want to explore &my-app;
1014  <literal><link linkend="filter">filters</link></literal> as well. Filters 
1015  are very different from <literal><link
1016  linkend="block">blocks</link></literal>.
1017  A <quote>block</quote> blocks a site, page, or unwanted contented. Filters
1018  are a way of filtering or modifying what is actually on the page. An example
1019  filter usage: a text replacement of <quote>no-no</quote> for
1020  <quote>nasty-word</quote>. That is a very simple example. This process can be
1021  used for ad blocking, but it is more in the realm of advanced usage and has
1022  some pitfalls to be wary off.
1023 </para>
1024
1025 <para>
1026  The quickest way to adjust any of these settings is with your browser through
1027  the special <application>Privoxy</application> editor at <ulink
1028  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
1029  (shortcut: <ulink url="http://p.p/">http://p.p/show-status</ulink>). This 
1030  is an internal page, and does not require Internet access.
1031 </para>
1032
1033 <para>
1034  Note that as of <application>Privoxy</application> 3.0.7 beta the
1035  action editor is disabled by default. Check the
1036  <ulink url="config.html#ENABLE-EDIT-ACTIONS">enable-edit-actions
1037   section in the configuration file</ulink> to learn why and in which
1038  cases it's safe to enable again.
1039 </para>
1040
1041 <para>
1042  If you decided to enable the action editor, select the appropriate
1043  <quote>actions</quote> file, and click
1044  <quote><guibutton>Edit</guibutton></quote>. It is best to put personal or
1045  local preferences in <filename>user.action</filename> since this is not
1046  meant to be overwritten during upgrades, and will over-ride the settings in
1047  other files. Here you can insert new <quote>actions</quote>, and URLs for ad
1048  blocking or other purposes, and make other adjustments to the configuration.
1049  <application>Privoxy</application> will detect these changes automatically.
1050 </para>
1051
1052 <para>
1053  A quick and simple step by step example:
1054 </para>
1055
1056 <para>
1057  <itemizedlist>
1058
1059   <listitem>
1060    <para>
1061      Right click on the ad image to be blocked, then select 
1062      <quote><guimenuitem>Copy Link Location</guimenuitem></quote> from the
1063      pop-up menu. 
1064    </para>
1065   </listitem> 
1066   <listitem>
1067    <para>
1068     Set your browser to 
1069     <ulink
1070  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
1071    </para>
1072   </listitem> 
1073   <listitem>
1074    <para>
1075     Find <filename>user.action</filename> in the top section, and click 
1076     on <quote><guibutton>Edit</guibutton></quote>:
1077    </para>
1078
1079  <!-- image of editor and actions files selections -->
1080  <para>
1081   <figure pgwide="0" float="0"><title>Actions Files in Use</title>
1082    <mediaobject>
1083      <imageobject>
1084       <imagedata  fileref="files-in-use.jpg" format="jpg">
1085        </imageobject> 
1086        <textobject>
1087         <phrase>[ Screenshot of Actions Files in Use ]</phrase>
1088       </textobject>
1089    </mediaobject>
1090   </figure>
1091  </para>
1092  </listitem> 
1093  
1094  <listitem>
1095   <para>
1096    You should have a section with only
1097    <literal><link linkend="block">block</link></literal> listed under 
1098    <quote>Actions:</quote>.
1099    If not, click a <quote><guibutton>Insert new section below</guibutton></quote>
1100    button, and in the new section that just appeared, click the 
1101    <guibutton>Edit</guibutton> button right under the word <quote>Actions:</quote>.
1102    This will bring up a list of all actions. Find
1103    <literal><link linkend="block">block</link></literal> near the top, and click
1104    in the <quote>Enabled</quote> column, then <quote><guibutton>Submit</guibutton></quote>
1105    just below the list.
1106   </para>
1107  </listitem> 
1108  <listitem>
1109   <para>
1110    Now, in the <literal><link linkend="block">block</link></literal> actions section,
1111    click the <quote><guibutton>Add</guibutton></quote> button, and paste the URL the
1112    browser got from <quote><guimenuitem>Copy Link Location</guimenuitem></quote>.
1113    Remove the <literal>http://</literal> at the beginning of the URL. Then, click
1114    <quote><guibutton>Submit</guibutton></quote> (or
1115    <quote><guibutton>OK</guibutton></quote> if in a pop-up window).
1116   </para>
1117  </listitem> 
1118  <listitem>
1119   <para>
1120    Now go back to the original page, and press <keycap>SHIFT-Reload</keycap>
1121    (or flush all browser caches). The image should be gone now.
1122   </para>
1123  </listitem> 
1124  
1125  </itemizedlist>
1126 </para>
1127
1128 <para>
1129  This is a very crude and simple example. There might be good reasons to use a 
1130  wildcard pattern match to include potentially similar images from the same
1131  site. For a more extensive explanation of <quote>patterns</quote>, and 
1132  the entire actions concept, see <link linkend="actions-file">the Actions
1133  section</link>.
1134 </para>
1135
1136 <para>
1137  For advanced users who want to hand edit their config files, you might want
1138  to now go to the <link linkend="act-examples">Actions Files Tutorial</link>.
1139  The ideas explained therein also apply to the web-based editor.
1140 </para>
1141 <para>
1142  There are also various 
1143  <link linkend="filter">filters</link> that can be used for ad blocking 
1144  (filters are a special subset of actions). These 
1145  fall into the <quote>advanced</quote> usage category, and are explained in
1146  depth in later sections. 
1147 </para>
1148
1149 </sect2>
1150
1151 </sect1>
1152
1153 <!--  ~  End section  ~  -->
1154
1155
1156 <!--   ~~~~~       New section      ~~~~~     -->
1157 <sect1 id="startup">
1158 <title>Starting Privoxy</title>
1159 <para>
1160  Before launching <application>Privoxy</application> for the first time, you
1161  will want to configure your browser(s) to use
1162  <application>Privoxy</application> as a HTTP and HTTPS (SSL) 
1163  <ulink url="http://en.wikipedia.org/wiki/Proxy_server">proxy</ulink>. The default is
1164  127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
1165  used port 8000). This is the one configuration step <emphasis>that must be done
1166 </emphasis>!
1167 </para>
1168 <para>
1169  Please note that <application>Privoxy</application> can only proxy HTTP and 
1170  HTTPS traffic. It will not work with FTP or other protocols.
1171 </para>
1172
1173  <!-- image of Mozilla Proxy configuration -->
1174  <para>
1175   <figure pgwide="0" float="0"><title>Proxy Configuration Showing
1176   Mozilla/Netscape HTTP and HTTPS (SSL) Settings</title>
1177    <mediaobject>
1178      <imageobject>
1179       <imagedata  fileref="proxy_setup.jpg" format="jpg">
1180        </imageobject> 
1181        <textobject>
1182         <phrase>[ Screenshot of Mozilla Proxy Configuration ]</phrase>
1183       </textobject>
1184    </mediaobject>
1185   </figure>
1186  </para>
1187  
1188
1189 <para> 
1190  With <application>Firefox</application>, this is typically set under:
1191 </para>
1192  
1193 <literallayout>
1194  <guibutton>Tools</guibutton> -> <guibutton>Options</guibutton> ->  <guibutton>Advanced</guibutton> -> <guibutton>Network</guibutton> -><guibutton>Connection</guibutton> -> <guibutton>Settings</guibutton>
1195
1196 </literallayout>
1197
1198 <para> 
1199  Or optionally on some platforms:
1200 </para>
1201  
1202 <literallayout>
1203  <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>General</guibutton> -> <guibutton>Connection Settings</guibutton> -> <guibutton>Manual Proxy Configuration</guibutton>
1204
1205 </literallayout>
1206
1207
1208 <para> 
1209  With <application>Netscape</application> (and
1210  <application>Mozilla</application>), this can be set under:
1211 </para>
1212
1213
1214 <literallayout>
1215 <!-- Mix ascii and gui art, something for everybody -->
1216 <!-- spacing on this is tricky -->
1217  <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>Advanced</guibutton> -> <guibutton>Proxies</guibutton> -> <guibutton>HTTP Proxy</guibutton>
1218
1219 </literallayout>
1220
1221 <para>
1222  For <application>Internet Explorer v.5-7</application>: 
1223 </para>
1224
1225 <literallayout>
1226  <guibutton>Tools</guibutton> -> <guibutton>Internet Options</guibutton> -> <guibutton>Connections</guibutton> -> <guibutton>LAN Settings</guibutton>
1227 </literallayout>
1228
1229 <para>
1230  Then, check <quote>Use Proxy</quote> and fill in the appropriate info
1231  (Address: 127.0.0.1, Port: 8118). Include HTTPS (SSL), if you want HTTPS
1232  proxy support too (sometimes labeled <quote>Secure</quote>). Make sure any
1233  checkboxes like <quote>Use the same proxy server for all protocols</quote> is
1234  <emphasis>UNCHECKED</emphasis>. You want only HTTP and HTTPS (SSL)!
1235 </para>
1236
1237  <!-- image of IE Proxy configuration -->
1238  <para>
1239   <figure pgwide="0" float="0"><title>Proxy Configuration Showing
1240   Internet Explorer HTTP and HTTPS (Secure) Settings</title>
1241    <mediaobject>
1242      <imageobject>
1243       <imagedata  fileref="proxy2.jpg" format="jpg">
1244        </imageobject> 
1245        <textobject>
1246         <phrase>[ Screenshot of IE Proxy Configuration ]</phrase>
1247       </textobject>
1248    </mediaobject>
1249   </figure>
1250  </para>
1251
1252
1253 <para>
1254  After doing this, flush your browser's disk and memory caches to force a
1255  re-reading of all pages and to get rid of any ads that may be cached. Remove 
1256  any <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>,
1257  if you want <application>Privoxy</application> to manage that. You are now
1258  ready to start enjoying the benefits of using
1259  <application>Privoxy</application>!
1260 </para>
1261
1262 <para>
1263  <application>Privoxy</application> itself is typically started by specifying the
1264  main configuration file to be used on the command line. If no configuration
1265  file is specified on the command line, <application>Privoxy</application>
1266  will look for a file named <filename>config</filename> in the current
1267  directory. Except on Win32 where it will try <filename>config.txt</filename>.
1268 </para>
1269
1270 <sect2 id="start-redhat">
1271 <title>Red Hat and Fedora</title>
1272 <para>
1273  A default Red Hat installation may not start &my-app; upon boot. It will use
1274  the file <filename>/etc/privoxy/config</filename> as its main configuration
1275  file.
1276 </para>
1277 <para>
1278  <screen>
1279  # /etc/rc.d/init.d/privoxy start
1280 </screen>
1281 </para>
1282 <para>
1283  Or ...
1284 </para>
1285 <para>
1286  <screen>
1287  # service privoxy start
1288 </screen>
1289 </para>
1290 </sect2>
1291
1292 <sect2 id="start-debian">
1293 <title>Debian</title>
1294 <para>
1295  We use a script. Note that Debian typically starts &my-app; upon booting per
1296  default.  It will use the file
1297  <filename>/etc/privoxy/config</filename> as its main configuration
1298  file.
1299 </para>
1300 <para>
1301  <screen>
1302  # /etc/init.d/privoxy start
1303 </screen>
1304 </para>
1305 </sect2>
1306
1307 <sect2 id="start-windows">
1308 <title>Windows</title>
1309 <para>
1310 Click on the &my-app; Icon to start <application>Privoxy</application>. If no configuration file is
1311  specified on the command line, <application>Privoxy</application> will look
1312  for a file named <filename>config.txt</filename>. Note that Windows will
1313  automatically start &my-app; when the system starts if you chose that option
1314  when installing.
1315 </para>
1316 <para>
1317  <application>Privoxy</application> can run with full Windows service functionality.
1318  On Windows only, the &my-app; program has two new command line arguments
1319  to install and uninstall &my-app; as a service. See the 
1320  <link linkend="installation-pack-win">Windows Installation
1321  instructions</link> for details.
1322 </para>
1323 </sect2>
1324
1325 <sect2 id="start-unices">
1326 <title>Solaris, NetBSD, FreeBSD, HP-UX and others</title>
1327 <para>
1328 Example Unix startup command:
1329 </para>
1330 <para>
1331  <screen>
1332  # /usr/sbin/privoxy /etc/privoxy/config
1333 </screen>
1334 </para>
1335 </sect2>
1336
1337 <sect2 id="start-os2">
1338 <title>OS/2</title>
1339 <para>
1340  During installation, <application>Privoxy</application> is configured to
1341  start automatically when the system restarts. You can start it manually by
1342  double-clicking on the <application>Privoxy</application> icon in the
1343  <application>Privoxy</application> folder.
1344 </para>
1345 </sect2>
1346
1347 <sect2 id="start-macosx">
1348 <title>Mac OS X</title>
1349 <para>
1350  During installation, <application>Privoxy</application> is configured to
1351  start automatically when the system restarts.  To start &my-app; manually,
1352  double-click on the <literal>StartPrivoxy.command</literal> icon in the
1353  <literal>/Library/Privoxy</literal> folder.  Or, type this command
1354  in the Terminal:
1355 </para>
1356 <para>
1357   <screen>
1358   /Library/Privoxy/StartPrivoxy.command
1359   </screen>
1360 </para>
1361 <para>
1362  You will be prompted for the administrator password.
1363 </para>
1364 </sect2>
1365
1366
1367 <sect2 id="start-amigaos">
1368 <title>AmigaOS</title>
1369 <para>
1370  Start <application>Privoxy</application> (with RUN &lt;&gt;NIL:) in your
1371  <filename>startnet</filename> script (AmiTCP), in
1372  <filename>s:user-startup</filename> (RoadShow), as startup program in your
1373  startup script (Genesis), or as startup action (Miami and MiamiDx). 
1374  <application>Privoxy</application> will automatically quit when you quit your
1375  TCP/IP stack (just ignore the harmless warning your TCP/IP stack may display that
1376  <application>Privoxy</application> is still running).
1377 </para>
1378 </sect2>
1379
1380 <sect2 id="start-gentoo">
1381 <title>Gentoo</title>
1382 <para>
1383  A script is again used. It will use the file <filename>/etc/privoxy/config 
1384  </filename> as its main configuration file.
1385 </para>
1386 <para>
1387  <screen>
1388  /etc/init.d/privoxy start
1389  </screen>
1390 </para>
1391 <para>
1392  Note that <application>Privoxy</application> is not automatically started at 
1393  boot time by default. You can change this with the <literal>rc-update</literal> 
1394  command.
1395 </para>
1396 <para> 
1397  <screen>
1398  rc-update add privoxy default
1399  </screen>
1400 </para>
1401 </sect2>
1402
1403 <!--
1404
1405 <para>
1406  See the section <link linkend="cmdoptions">Command line options</link> for
1407  further info.
1408 </para>
1409
1410 must find a better place for this paragraph
1411
1412 <para>
1413  The included default configuration files should give a reasonable starting
1414  point. Most of the per site configuration is done in the
1415  <ulink url="actions-file.html"><quote>actions</quote></ulink> files. These are
1416  where various cookie actions are defined, ad and banner blocking, and other
1417  aspects of <application>Privoxy</application> configuration. There are several
1418  such files included, with varying levels of aggressiveness. 
1419 </para>
1420
1421 <para>
1422  You will probably want to keep an eye out for sites for which you may prefer
1423  persistent cookies, and add these to your actions configuration as needed. By
1424  default, most of these will be accepted only during the current browser
1425  session (aka <quote>session cookies</quote>), unless you add them to the
1426  configuration. If you want the browser to handle this instead, you will need
1427  to edit <filename>user.action</filename> (or through the web based interface)
1428  and disable this feature. If you use more than one browser, it would make
1429  more sense to let <application>Privoxy</application> handle this. In which
1430  case, the browser(s) should be set to accept all cookies.
1431 </para>
1432
1433 <para>
1434  Another feature where you will probably want to define exceptions for trusted
1435  sites is the popup-killing (through the <ulink
1436  url="actions-file.html#KILL-POPUPS"><quote>+kill-popups</quote></ulink> and
1437  <ulink
1438  url="actions-file.html#FILTER-POPUPS"><quote>+filter{popups}</quote></ulink>
1439  actions), because your favorite shopping, banking, or leisure site may need
1440  popups (explained below). 
1441 </para>
1442
1443 <para>
1444  <application>Privoxy</application> does not support all of the optional HTTP/1.1
1445  features yet. In the unlikely event that you experience inexplicable problems
1446  with browsers that use HTTP/1.1 per default
1447  (like <application>Mozilla</application> or recent versions of I.E.), you might
1448  try to force HTTP/1.0 compatibility. For Mozilla, look under <literal>Edit -&gt;
1449  Preferences -&gt; Debug -&gt; Networking</literal>.
1450  Alternatively, set the <quote>+downgrade-http-version</quote> config option in
1451  <filename>default.action</filename> which will downgrade your browser's HTTP
1452  requests from HTTP/1.1 to HTTP/1.0 before processing them.
1453 </para>
1454
1455 <para>
1456  After running <application>Privoxy</application> for a while, you can 
1457  start to fine tune the configuration to suit your personal, or site, 
1458  preferences and requirements. There are many, many aspects that can 
1459  be customized. <quote>Actions</quote> 
1460  can be adjusted by pointing your browser to 
1461  <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1462  (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>), 
1463  and then follow the link to <quote>View &#38; Change the Current Configuration</quote>. 
1464  (This is an internal page and does not require Internet access.)
1465 </para>
1466
1467 <para>
1468  In fact, various aspects of <application>Privoxy</application>
1469  configuration can be viewed from this page, including 
1470  current configuration parameters, source code version numbers, 
1471  the browser's request headers, and <quote>actions</quote> that apply 
1472  to a given URL. In addition to the actions file 
1473  editor mentioned above, <application>Privoxy</application> can also 
1474  be turned <quote>on</quote> and <quote>off</quote> (toggled) from this page.
1475 </para>
1476
1477 <para>
1478  If you encounter problems, try loading the page without
1479  <application>Privoxy</application>. If that helps, enter the URL where
1480  you have the problems into <ulink url="http://p.p/show-url-info">the browser
1481  based rule tracing utility</ulink>. See which rules apply and why, and
1482  then try turning them off for that site one after the other, until the problem
1483  is gone. When you have found the culprit, you might want to turn the rest on
1484  again.
1485 </para>
1486
1487 <para>
1488  If the above paragraph sounds gibberish to you, you might want to <link
1489  linkend="actions-file">read more about the actions concept</link>
1490  or even dive deep into the <link linkend="actionsanat">Appendix
1491  on actions</link>.
1492 </para>
1493
1494 <para>
1495  If you can't get rid of the problem at all, think you've found a bug in
1496  Privoxy, want to propose a new feature or smarter rules, please see the 
1497  section <link linkend="contact"><quote>Contacting the
1498  Developers</quote></link> below. 
1499 </para>
1500
1501 -->
1502
1503 <!--   ~~~~~       New section      ~~~~~     -->
1504 <sect2 id="cmdoptions">
1505 <title>Command Line Options</title>
1506 <para>
1507  <application>Privoxy</application> may be invoked with the following
1508  command-line options:
1509 </para>
1510
1511 <para>
1512  <itemizedlist>
1513
1514  <listitem>
1515   <para>
1516     <emphasis>--version</emphasis>
1517   </para>
1518   <para>
1519      Print version info and exit. Unix only.
1520   </para>
1521  </listitem> 
1522  <listitem>
1523   <para>
1524     <emphasis>--help</emphasis>
1525   </para>
1526   <para>
1527    Print short usage info and exit. Unix only.
1528   </para>
1529  </listitem> 
1530  <listitem>
1531   <para>
1532    <emphasis>--no-daemon</emphasis>
1533   </para>
1534   <para>
1535    Don't become a daemon, i.e. don't fork and become process group
1536    leader, and don't detach from controlling tty. Unix only.
1537   </para>
1538  </listitem> 
1539  <listitem>
1540   <para>
1541    <emphasis>--pidfile FILE</emphasis>
1542   </para>
1543   <para>
1544    On startup, write the process ID to <emphasis>FILE</emphasis>. Delete the
1545    <emphasis>FILE</emphasis> on exit. Failure to create or delete the
1546    <emphasis>FILE</emphasis> is non-fatal. If no <emphasis>FILE</emphasis>
1547    option is given, no PID file will be used. Unix only.
1548   </para>
1549  </listitem> 
1550  <listitem>
1551   <para>
1552    <emphasis>--user USER[.GROUP]</emphasis>
1553   </para>
1554   <para>
1555    After (optionally) writing the PID file, assume the user  ID  of
1556    <emphasis>USER</emphasis>, and if included the GID of GROUP.  Exit if the
1557    privileges are not sufficient to do so. Unix only.
1558   </para>
1559  </listitem>
1560  <listitem>
1561   <para>
1562    <emphasis>--chroot</emphasis>
1563   </para>
1564   <para>
1565    Before changing to the user ID given in the <emphasis>--user</emphasis> option, 
1566    chroot to that user's home directory, i.e. make the kernel pretend to the &my-app;
1567    process that the directory tree starts there. If set up carefully, this can limit 
1568    the impact of possible vulnerabilities in &my-app; to the files contained in that hierarchy.
1569    Unix only.
1570   </para>
1571  </listitem>
1572  <listitem>
1573   <para>
1574    <emphasis>--pre-chroot-nslookup hostname</emphasis>
1575   </para>
1576   <para>
1577    Specifies a hostname to look up before doing a chroot. On some systems, initializing the
1578    resolver library involves reading config files from /etc and/or loading additional shared
1579    libraries from /lib. On these systems, doing a hostname lookup before the chroot reduces
1580    the number of files that must be copied into the chroot tree.
1581   </para>
1582   <para>
1583    For fastest startup speed, a good value is a hostname that is not in /etc/hosts but that
1584    your local name server (listed in /etc/resolv.conf) can resolve without recursion
1585    (that is, without having to ask any other name servers). The hostname need not exist,
1586    but if it doesn't, an error message (which can be ignored) will be output.
1587   </para>
1588  </listitem>
1589
1590  <listitem>
1591   <para>
1592     <emphasis>configfile</emphasis>
1593   </para>
1594   <para>
1595     If no <emphasis>configfile</emphasis> is included on the command line, 
1596     <application>Privoxy</application> will look for a file named 
1597     <quote>config</quote> in the current directory (except on Win32 
1598     where it will look for <quote>config.txt</quote> instead). Specify 
1599     full path to avoid confusion. If no config file is found, 
1600     <application>Privoxy</application> will fail to start.
1601   </para>
1602  </listitem> 
1603
1604  </itemizedlist>
1605 </para>
1606
1607 <para>
1608  On <application>MS Windows</application> only there are two additional 
1609  command-line options to allow <application>Privoxy</application> to install and 
1610  run as a <emphasis>service</emphasis>. See the 
1611 <link linkend="installation-pack-win">Window Installation section</link> 
1612 for details.
1613 </para>
1614
1615 </sect2>
1616
1617 </sect1>
1618
1619 <!--  ~  End section  ~  -->
1620
1621
1622 <!--   ~~~~~       New section      ~~~~~     -->
1623 <sect1 id="configuration"><title>Privoxy Configuration</title>
1624  <para>
1625   All <application>Privoxy</application> configuration is stored  
1626   in text files. These files can be edited with a text editor.
1627   Many important aspects of <application>Privoxy</application> can 
1628   also be controlled easily with a web browser.
1629  </para>
1630
1631
1632 <!--   ~~~~~       New section      ~~~~~     -->
1633
1634 <sect2>
1635 <title>Controlling Privoxy with Your Web Browser</title>
1636 <para>
1637  <application>Privoxy</application>'s user interface can be reached through the special 
1638  URL <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1639  (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>), 
1640  which is a built-in page and works without Internet access.
1641  You will see the following section:
1642
1643 </para>
1644
1645 <!-- Needs to be put in a table and colorized  -->
1646 <screen>
1647  <msgtext>
1648  <bridgehead renderas="sect2">&nbsp;&nbsp;&nbsp;&nbsp;Privoxy Menu</bridgehead>
1649
1650  <simplelist>
1651  <member>
1652   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-status">View & change the current configuration</ulink>
1653  </member>
1654  <member>
1655   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-version">View the source code version numbers</ulink>
1656  </member>
1657  <member>
1658   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-request">View the request headers.</ulink>
1659  </member>
1660  <member>
1661   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-url-info">Look up which actions apply to a URL and why</ulink>
1662  </member>
1663  <member>
1664   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/toggle">Toggle Privoxy on or off</ulink>
1665  </member>
1666  <member>
1667   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://www.privoxy.org/
1668   &p-version;/user-manual/">Documentation</ulink>
1669  </member>
1670  </simplelist>
1671  </msgtext>
1672 </screen>
1673
1674
1675 <para>
1676  This should be self-explanatory. Note the first item leads to an editor for the
1677  <link linkend="actions-file">actions files</link>, which is where the ad, banner,
1678  cookie, and URL blocking magic is configured as well as other advanced features of
1679  <application>Privoxy</application>. This is an easy way to adjust various
1680  aspects of <application>Privoxy</application> configuration. The actions
1681  file, and other configuration files, are explained in detail below. 
1682 </para>
1683
1684 <para>
1685  <quote>Toggle Privoxy On or Off</quote> is handy for sites that might 
1686  have problems with your current actions and filters. You can in fact use
1687  it as a test to see whether it is <application>Privoxy</application> 
1688  causing the problem or not. <application>Privoxy</application> continues 
1689  to run as a proxy in this case, but all manipulation is disabled, i.e.
1690  <application>Privoxy</application> acts like a normal forwarding proxy. There
1691  is even a toggle <link linkend="bookmarklets">Bookmarklet</link> offered, so
1692  that you can toggle <application>Privoxy</application> with one click from
1693  your browser.
1694 </para>
1695
1696 <para>
1697  Note that several of the features described above are disabled by default
1698  in <application>Privoxy</application> 3.0.7 beta and later.
1699  Check the
1700  <ulink url="config.html">configuration file</ulink> to learn why
1701  and in which cases it's safe to enable them again.
1702 </para>
1703
1704 </sect2>
1705
1706 <!--  ~  End section  ~  -->
1707
1708
1709
1710
1711 <!--   ~~~~~       New section      ~~~~~     -->
1712
1713 <sect2 id="confoverview">
1714 <title>Configuration Files Overview</title>
1715 <para>
1716  For Unix, *BSD and Linux, all configuration files are located in
1717  <filename>/etc/privoxy/</filename> by default. For MS Windows, OS/2, and
1718  AmigaOS these are all in the same directory as the 
1719  <application>Privoxy</application> executable. <![%p-not-stable;[ The name
1720  and number of configuration files has changed from previous versions, and is
1721  subject to change as development progresses.]]>
1722 </para>
1723
1724 <para>
1725  The installed defaults provide a reasonable starting point, though 
1726  some settings may be aggressive by some standards. For the time being, the
1727  principle configuration files are:
1728 </para>
1729
1730 <para>
1731  <itemizedlist>
1732
1733   <listitem>
1734    <para>
1735      The <link linkend="config">main configuration file</link> is named <filename>config</filename>
1736      on Linux, Unix, BSD, OS/2, and AmigaOS and <filename>config.txt</filename>
1737      on Windows. This is a required file.
1738    </para>
1739   </listitem> 
1740
1741   <listitem>
1742    <para>
1743     <filename>default.action</filename> (the main <link linkend="actions-file">actions file</link>)
1744     is used to define which <quote>actions</quote> relating to banner-blocking, images, pop-ups,
1745     content modification, cookie handling etc should be applied by default. It also defines many
1746     exceptions (both positive and negative) from this default set of actions that enable 
1747     <application>Privoxy</application> to selectively eliminate the junk, and only the junk, on
1748     as many websites as possible.
1749    </para>
1750    <para>
1751     Multiple actions files may be defined in <filename>config</filename>. These 
1752     are processed in the order they are defined. Local customizations and locally 
1753     preferred exceptions to the default policies  as defined in
1754     <filename>default.action</filename> (which you will most probably want
1755     to define sooner or later) are probably best applied in
1756     <filename>user.action</filename>, where you can preserve them across
1757     upgrades. <filename>standard.action</filename> is only for
1758     <application>Privoxy's</application> internal use.
1759    </para>
1760    <para>    
1761     There is also a web based editor that can be accessed from
1762     <ulink
1763     url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
1764     (Shortcut: <ulink
1765     url="http://p.p/show-status">http://p.p/show-status</ulink>) for the
1766     various actions files. 
1767    </para>
1768   </listitem> 
1769
1770   <listitem>
1771    <para>
1772     <quote>Filter files</quote> (the <link linkend="filter-file">filter
1773     file</link>) can be used to re-write the raw page content, including
1774     viewable text as well as embedded HTML and JavaScript, and whatever else
1775     lurks on any given web page. The filtering jobs are only pre-defined here;
1776     whether to apply them or not is up to the actions files. 
1777     <filename>default.filter</filename> includes various filters made 
1778     available for use by the developers. Some are much more intrusive than 
1779     others, and all should be used with caution. You may define additional 
1780     filter files in <filename>config</filename> as you can with 
1781     actions files. We suggest <filename>user.filter</filename> for any 
1782     locally defined filters or customizations.
1783    </para>
1784   </listitem> 
1785
1786  </itemizedlist>
1787 </para>
1788
1789 <para>
1790  The syntax of the configuration and filter files may change between different
1791  Privoxy versions, unfortunately some enhancements cost backwards compatibility.
1792  <!-- Add link to documentation-->
1793 </para>
1794
1795 <para>
1796  All files use the <quote><literal>#</literal></quote> character to denote a
1797  comment (the rest of the line will be ignored) and understand line continuation
1798  through placing a backslash ("<literal>\</literal>") as the very last character
1799  in a line. If the <literal>#</literal> is preceded by a backslash, it looses
1800  its special function. Placing a <literal>#</literal> in front of an otherwise
1801  valid configuration line to prevent it from being interpreted is called "commenting
1802  out" that line. Blank lines are ignored.
1803 </para>
1804
1805 <para>
1806  The actions files and filter files  
1807  can use Perl style <link linkend="regex">regular expressions</link> for
1808  maximum flexibility. 
1809 </para>
1810
1811 <para>
1812  After making any changes, there is no need to restart
1813  <application>Privoxy</application> in order for the changes to take
1814  effect. <application>Privoxy</application> detects such changes 
1815  automatically. Note, however, that it may take one or two additional
1816  requests for the change to take effect. When changing the listening address
1817  of <application>Privoxy</application>, these <quote>wake up</quote> requests
1818  must obviously be sent to the <emphasis>old</emphasis> listening address.
1819 </para>
1820
1821 <![%p-not-stable;[
1822 <para>
1823  While under development, the configuration content is subject to change. 
1824  The below documentation may not be accurate by the time you read this. 
1825  Also, what constitutes a <quote>default</quote> setting, may change, so 
1826  please check all your configuration files on important issues.
1827 </para>
1828 ]]>
1829
1830 </sect2>
1831 </sect1>
1832 <!--  ~  End section  ~  -->
1833
1834
1835 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
1836
1837 <!-- **************************************************** -->
1838 <!-- Include config.sgml here -->
1839 <!-- This is where the entire config file is detailed. -->
1840  &config;
1841 <!-- end include  -->
1842
1843
1844 <!--  ~  End section  ~  -->
1845
1846
1847
1848 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
1849
1850 <sect1 id="actions-file"><title>Actions Files</title>
1851
1852 <para>
1853  The actions files are used to define what <emphasis>actions</emphasis>
1854  <application>Privoxy</application> takes for which URLs, and thus determines
1855  how ad images, cookies and various other aspects of HTTP content and
1856  transactions are handled, and on which sites (or even parts thereof). 
1857  There are a number of such actions, with a wide range of functionality.
1858  Each action does something a little different.
1859  These actions give us a veritable arsenal of tools with which to exert 
1860  our control, preferences and independence. Actions can be combined so that 
1861  their effects are aggregated when applied against a given set of URLs.
1862 </para> 
1863 <para>
1864  There 
1865  are three action files included with <application>Privoxy</application> with
1866  differing purposes:
1867  </para>
1868  
1869  <para>
1870   <itemizedlist>
1871    <listitem>
1872     <para>
1873      <filename>default.action</filename> - is the primary action file 
1874      that sets the initial values for all actions. It is intended to 
1875      provide a base level of functionality for
1876      <application>Privoxy's</application> array of features. So it is 
1877      a set of broad rules that should work reasonably well as-is for most users.
1878      This is the file that the developers are keeping updated, and <link
1879      linkend="installation-keepupdated">making available to users</link>.
1880      The user's preferences as set in <filename>standard.action</filename>,
1881      e.g. either <literal>Cautious</literal> (the default),
1882      <literal>Medium</literal>, or <literal>Advanced</literal> (see
1883      below).
1884     </para>
1885    </listitem> 
1886    <listitem>
1887     <para>
1888      <filename>user.action</filename> - is intended to be for local site 
1889      preferences and exceptions. As an example, if your ISP or your bank
1890      has specific requirements, and need special handling, this kind of 
1891      thing should go here. This file will not be upgraded.
1892     </para>
1893   </listitem> 
1894    <listitem>
1895     <para>
1896      <filename>standard.action</filename> - is used only by the web based editor
1897      at <ulink url="http://config.privoxy.org/edit-actions-list?f=default">
1898      http://config.privoxy.org/edit-actions-list?f=default</ulink>, 
1899      to set various pre-defined sets of rules for the default actions section
1900      in <filename>default.action</filename>. 
1901      </para>
1902      <para>
1903      <guibutton>Edit</guibutton>  <guibutton>Set to Cautious</guibutton> <guibutton>Set to Medium</guibutton>  <guibutton>Set to Advanced</guibutton>
1904      </para>
1905      <para>
1906      These have increasing levels of aggressiveness <emphasis>and have no
1907      influence on your browsing unless you select them explicitly in the
1908      editor</emphasis>. A default installation should be pre-set to 
1909      <literal>Cautious</literal> (versions prior to 3.0.5 were set to
1910      <literal>Medium</literal>). New users should try this for a while before
1911      adjusting the settings to more aggressive levels. The more aggressive 
1912      the settings, then the more likelihood there is of problems such as sites 
1913      not working as they should.
1914      </para>
1915      <para>
1916       The <guibutton>Edit</guibutton> button allows you to turn each 
1917       action on/off individually for fine-tuning. The <guibutton>Cautious</guibutton>
1918       button changes the actions list to low/safe settings which will activate 
1919       ad blocking and a minimal set of &my-app;'s features, and subsequently
1920       there will be less of a chance for accidental problems. The
1921       <guibutton>Medium</guibutton> button sets the list to a medium level of
1922       other features and a low level set of privacy features. The
1923       <guibutton>Advanced</guibutton> button sets the list to a high level of
1924       ad blocking and medium level of privacy. See the chart below. The latter
1925       three buttons over-ride any changes via with the
1926       <guibutton>Edit</guibutton> button. More fine-tuning can be done in the
1927       lower sections of this internal page.
1928      </para>
1929      <para>
1930      It is not recommend to edit the <filename>standard.action</filename> file
1931      itself.
1932     </para>
1933     <para>
1934      The default profiles, and their associated actions, as pre-defined in
1935      <filename>standard.action</filename> are<!-- different than this table which is out of date -->:
1936     </para>
1937     <para>
1938     <table frame=all><title>Default Configurations</title>
1939     <tgroup cols=4 align=left colsep=1 rowsep=1>
1940     <colspec colname=c1>
1941     <colspec colname=c2>
1942     <colspec colname=c3>
1943     <colspec colname=c4>
1944     <thead>
1945     <row>
1946       <entry>Feature</entry>
1947       <entry>Cautious</entry>
1948       <entry>Medium</entry>
1949       <entry>Advanced</entry>
1950     </row>
1951     </thead>
1952     <!--  <tfoot> -->
1953     <!--  <row> -->
1954     <!--    <entry>f1</entry> -->
1955     <!--    <entry>f2</entry> -->
1956     <!--    <entry>f3</entry> -->
1957     <!--    <entry>f4</entry> -->
1958     <!--  </row> -->
1959     <!--  </tfoot> -->
1960     <tbody>
1961
1962     <row>
1963       <entry>Ad-blocking Aggressiveness</entry>
1964       <entry>medium</entry>
1965       <entry>high</entry>
1966       <entry>high</entry>
1967     </row>
1968
1969     <row>
1970       <entry>Ad-filtering by size</entry>
1971       <entry>no</entry>
1972       <entry>yes</entry>
1973       <entry>yes</entry>
1974     </row>
1975
1976     <row>
1977       <entry>Ad-filtering by link</entry>
1978       <entry>no</entry>
1979       <entry>no</entry>
1980       <entry>yes</entry>
1981     </row>
1982     <row>
1983       <entry>Pop-up killing</entry>
1984       <entry>blocks only</entry>
1985       <entry>blocks only</entry>
1986       <entry>blocks only</entry>
1987     </row>
1988     
1989     <row>
1990       <entry>Privacy Features</entry>
1991       <entry>low</entry>
1992       <entry>medium</entry>
1993       <entry>medium/high</entry>
1994     </row>
1995
1996     <row>
1997       <entry>Cookie handling</entry>
1998       <entry>none</entry>
1999       <entry>session-only</entry>
2000       <entry>kill</entry>
2001     </row>
2002
2003     <row>
2004       <entry>Referer forging</entry>
2005       <entry>no</entry>
2006       <entry>yes</entry>
2007       <entry>yes</entry>
2008     </row>
2009
2010
2011     <row>
2012       <entry>GIF de-animation</entry>
2013       <entry>no</entry>
2014       <entry>yes</entry>
2015       <entry>yes</entry>
2016     </row>
2017
2018
2019     <row>
2020       <entry>Fast redirects</entry>
2021       <entry>no</entry>
2022       <entry>no</entry>
2023       <entry>yes</entry>
2024     </row>
2025
2026     <row>
2027       <entry>HTML taming</entry>
2028       <entry>no</entry>
2029       <entry>no</entry>
2030       <entry>yes</entry>
2031     </row>
2032
2033     <row>
2034       <entry>JavaScript taming</entry>
2035       <entry>no</entry>
2036       <entry>no</entry>
2037       <entry>yes</entry>
2038     </row>
2039
2040     <row>
2041       <entry>Web-bug killing</entry>
2042       <entry>no</entry>
2043       <entry>yes</entry>
2044       <entry>yes</entry>
2045     </row>
2046
2047     <row>
2048       <entry>Image tag reordering</entry>
2049       <entry>no</entry>
2050       <entry>no</entry>
2051       <entry>yes</entry>
2052     </row>
2053
2054     </tbody>
2055     </tgroup>
2056     </table>
2057     </para>
2058
2059    </listitem> 
2060   </itemizedlist>
2061  </para> 
2062
2063 <para>
2064  The list of actions files to be used are defined in the main configuration 
2065  file, and are processed in the order they are defined (e.g.
2066  <filename>default.action</filename> is typically processed before
2067  <filename>user.action</filename>). The content of these can all be viewed and
2068  edited from <ulink
2069  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
2070  The over-riding principle when applying actions, is that the last action that
2071  matches a given URL wins. The broadest, most general rules go first
2072  (defined in <filename>default.action</filename>),
2073  followed by any exceptions (typically also in
2074  <filename>default.action</filename>), which are then followed lastly by any
2075  local preferences (typically in <emphasis>user</emphasis><filename>.action</filename>). 
2076  Generally, <filename>user.action</filename> has the last word.
2077  </para>
2078
2079 <para>
2080  An actions file typically has multiple sections. If you want to use
2081  <quote>aliases</quote> in an actions file, you have to place the (optional)
2082  <link linkend="aliases">alias section</link> at the top of that file.
2083  Then comes the default set of rules which will apply universally to all
2084  sites and pages (be <emphasis>very careful</emphasis> with using such a
2085  universal set in <filename>user.action</filename> or any other actions file after 
2086  <filename>default.action</filename>, because it will override the result
2087  from consulting any previous file). And then below that,
2088  exceptions to the defined universal policies. You can regard
2089  <filename>user.action</filename> as an appendix to <filename>default.action</filename>,
2090  with the advantage that it is a separate file, which makes preserving your
2091  personal settings across <application>Privoxy</application> upgrades easier.
2092 </para>
2093
2094 <para> 
2095  Actions can be used to block anything you want, including ads, banners, or
2096  just some obnoxious URL whose content you would rather not see. Cookies can be accepted
2097  or rejected, or accepted only during the current browser session (i.e. not
2098  written to disk), content can be modified, some JavaScripts tamed, user-tracking
2099  fooled, and much more. See below for a <link linkend="actions">complete list
2100  of actions</link>.
2101 </para>
2102
2103 <!--   ~~~~~       New section      ~~~~~     -->
2104 <sect2>
2105 <title>Finding the Right Mix</title>
2106 <para>
2107  Note that some <link linkend="actions">actions</link>, like cookie suppression
2108  or script disabling, may render some sites unusable that rely on these
2109  techniques to work properly. Finding the right mix of actions is not always easy and
2110  certainly a matter of personal taste. And, things can always change, requiring 
2111  refinements in the configuration. In general, it can be said that the more
2112  <quote>aggressive</quote> your default settings (in the top section of the
2113  actions file) are, the more exceptions for <quote>trusted</quote> sites you
2114  will have to make later. If, for example, you want to crunch all cookies per
2115  default, you'll have to make exceptions from that rule for sites that you
2116  regularly use and that require cookies for actually useful purposes, like maybe
2117  your bank, favorite shop, or newspaper.
2118 </para>
2119
2120 <para>
2121  We have tried to provide you with reasonable rules to start from in the
2122  distribution actions files. But there is no general rule of thumb on these
2123  things. There just are too many variables, and sites are constantly changing.
2124  Sooner or later you will want to change the rules (and read this chapter again :).
2125 </para>
2126 </sect2>
2127
2128 <!--   ~~~~~       New section      ~~~~~     -->
2129 <sect2>
2130 <title>How to Edit</title>
2131 <para>
2132  The easiest way to edit the actions files is with a browser by
2133  using our browser-based editor, which can be reached from <ulink
2134  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
2135  Note: the config file option <link
2136  linkend="enable-edit-actions">enable-edit-actions</link> must be enabled for
2137  this to work. The editor allows both fine-grained control over every single
2138  feature on a per-URL basis, and easy choosing from wholesale sets of defaults
2139  like <quote>Cautious</quote>, <quote>Medium</quote> or
2140  <quote>Advanced</quote>. Warning: the <quote>Advanced</quote> setting is more
2141  aggressive, and will be more likely to cause problems for some sites.
2142  Experienced users only! 
2143  </para>
2144
2145 <para>
2146  If you prefer plain text editing to GUIs, you can of course also directly edit the
2147  the actions files with your favorite text editor. Look at
2148  <filename>default.action</filename> which is richly commented with many 
2149  good examples.
2150 </para>
2151 </sect2>
2152
2153
2154 <sect2 id="actions-apply">
2155 <title>How Actions are Applied to Requests</title>
2156 <para>
2157  Actions files are divided into sections. There are special sections,
2158  like the <quote><link linkend="aliases">alias</link></quote> sections which will
2159  be discussed later. For now let's concentrate on regular sections: They have a
2160  heading line (often split up to multiple lines for readability) which consist
2161  of a list of actions, separated by whitespace and enclosed in curly braces.
2162  Below that, there is a list of URL and tag patterns, each on a separate line.
2163 </para>
2164
2165 <para>
2166  To determine which actions apply to a request, the URL of the request is
2167  compared to all URL patterns in each <quote>action file</quote>.
2168  Every time it matches, the list of applicable actions for the request is
2169  incrementally updated, using the heading of the section in which the
2170  pattern is located. The same is done again for tags and tag patterns later on.
2171 </para>
2172
2173 <para>
2174  If multiple applying sections set the same action differently,
2175  the last match wins. If not, the effects are aggregated.
2176  E.g. a URL might match a regular section with a heading line of <literal>{ 
2177  +<link linkend="handle-as-image">handle-as-image</link> }</literal>,
2178  then later another one with just <literal>{
2179  +<link linkend="block">block</link> }</literal>, resulting
2180  in <emphasis>both</emphasis> actions to apply. And there may well be 
2181  cases where you will want to combine actions together. Such a section then 
2182  might look like:
2183 </para>
2184
2185  <para>
2186  <screen>
2187   { +<literal>handle-as-image</literal>  +<literal>block</literal> }
2188   # Block these as if they were images. Send no block page.
2189    banners.example.com
2190    media.example.com/.*banners
2191    .example.com/images/ads/</screen>
2192  </para>
2193
2194 <para>
2195  You can trace this process for URL patterns and any given URL by visiting <ulink
2196  url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>.
2197 </para>
2198
2199 <para>
2200  Examples and more detail on this is provided in the Appendix, <link linkend="ACTIONSANAT">
2201  Troubleshooting: Anatomy of an Action</link> section.
2202 </para>
2203 </sect2>
2204
2205 <!--   ~~~~~       New section      ~~~~~     -->
2206 <sect2 id="af-patterns">
2207 <title>Patterns</title>
2208 <para> 
2209  As mentioned, <application>Privoxy</application> uses <quote>patterns</quote>
2210  to determine what <emphasis>actions</emphasis> might apply to which sites and
2211  pages your browser attempts to access. These <quote>patterns</quote> use wild
2212  card type <emphasis>pattern</emphasis> matching to achieve a high degree of
2213  flexibility. This allows one expression to be expanded and potentially match
2214  against many similar patterns.
2215 </para>
2216  
2217 <para>
2218  Generally, an URL pattern has the form
2219  <literal>&lt;domain&gt;/&lt;path&gt;</literal>, where both the
2220  <literal>&lt;domain&gt;</literal> and <literal>&lt;path&gt;</literal> are
2221  optional. (This is why the special <literal>/</literal> pattern matches all
2222  URLs). Note that the protocol portion of the URL pattern (e.g.
2223  <literal>http://</literal>) should <emphasis>not</emphasis> be included in
2224  the pattern. This is assumed already!
2225 </para>
2226 <para>
2227  The pattern matching syntax is different for the domain and path parts of
2228  the URL. The domain part uses a simple globbing type matching technique, 
2229  while the path part uses a more flexible 
2230  <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2231   Expressions (PCRE)</quote></ulink> based syntax.
2232 </para>
2233
2234 <variablelist>
2235  <varlistentry>
2236   <term><literal>www.example.com/</literal></term>
2237   <listitem>
2238    <para>
2239     is a domain-only pattern and will match any request to <literal>www.example.com</literal>,
2240     regardless of which document on that server is requested. So ALL pages in
2241     this domain would be covered by the scope of this action. Note that a 
2242     simple <literal>example.com</literal> is different and would NOT match.
2243    </para>
2244   </listitem>
2245  </varlistentry>
2246  <varlistentry>
2247   <term><literal>www.example.com</literal></term>
2248   <listitem>
2249    <para>
2250     means exactly the same. For domain-only patterns, the trailing <literal>/</literal> may
2251     be omitted.
2252    </para>
2253   </listitem>
2254  </varlistentry>
2255  <varlistentry>
2256   <term><literal>www.example.com/index.html$</literal></term>
2257   <listitem>
2258    <para>
2259     matches all the documents on <literal>www.example.com</literal>
2260     whose name starts with <literal>/index.html</literal>.
2261    </para>
2262   </listitem>
2263  </varlistentry>
2264  <varlistentry>
2265   <term><literal>www.example.com/index.html$</literal></term>
2266   <listitem>
2267    <para>
2268     matches only the single document <literal>/index.html</literal>
2269     on <literal>www.example.com</literal>.
2270    </para>
2271   </listitem>
2272  </varlistentry>
2273  <varlistentry>
2274   <term><literal>/index.html$</literal></term>
2275   <listitem>
2276    <para>
2277     matches the document <literal>/index.html</literal>, regardless of the domain,
2278     i.e. on <emphasis>any</emphasis> web server anywhere.
2279    </para>
2280   </listitem>
2281  </varlistentry>
2282  <varlistentry>
2283   <term><literal>index.html</literal></term>
2284   <listitem>
2285    <para>
2286     matches nothing, since it would be interpreted as a domain name and
2287     there is no top-level domain called <literal>.html</literal>. So its 
2288     a mistake.
2289    </para>
2290   </listitem>
2291  </varlistentry>
2292 </variablelist>
2293
2294
2295 <!--   ~~~~~       New section      ~~~~~     -->
2296 <sect3><title>The Domain Pattern</title>
2297
2298 <para>
2299  The matching of the domain part offers some flexible options: if the
2300  domain starts or ends with a dot, it becomes unanchored at that end. 
2301  For example:
2302 </para>
2303
2304 <variablelist>
2305  <varlistentry>
2306   <term><literal>.example.com</literal></term>
2307   <listitem>
2308    <para>
2309     matches any domain with first-level domain <literal>com</literal>
2310     and second-level domain <literal>example</literal>.
2311     For example <literal>www.example.com</literal>,
2312     <literal>example.com</literal> and <literal>foo.bar.baz.example.com</literal>.
2313     Note that it wouldn't match if the second-level domain was <literal>another-example</literal>.
2314    </para>
2315   </listitem>
2316  </varlistentry>
2317  <varlistentry>
2318   <term><literal>www.</literal></term>
2319   <listitem>
2320    <para>
2321     matches any domain that <emphasis>STARTS</emphasis> with
2322     <literal>www.</literal> (It also matches the domain
2323     <literal>www</literal> but most of the time that doesn't matter.)
2324    </para>
2325   </listitem>
2326  </varlistentry>
2327  <varlistentry>
2328   <term><literal>.example.</literal></term>
2329   <listitem>
2330    <para>
2331     matches any domain that <emphasis>CONTAINS</emphasis> <literal>.example.</literal>.
2332     And, by the way, also included would be any files or documents that exist
2333     within that domain since no path limitations are specified. (Correctly
2334     speaking: It matches any FQDN that contains <literal>example</literal> as
2335     a domain.) This might be <literal>www.example.com</literal>,
2336     <literal>news.example.de</literal>, or
2337     <literal>www.example.net/cgi/testing.pl</literal> for instance. All these
2338     cases are matched. 
2339    </para>
2340   </listitem>
2341  </varlistentry>
2342 </variablelist>
2343
2344 <para>
2345  Additionally, there are wild-cards that you can use in the domain names
2346  themselves. These work similarly to shell globbing type wild-cards:
2347  <quote>*</quote> represents zero or more arbitrary characters (this is
2348  equivalent to the 
2349  <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2350  Expression</quote></ulink> based syntax of <quote>.*</quote>),
2351  <quote>?</quote>  represents any single character (this is equivalent to the
2352  regular expression syntax of a simple <quote>.</quote>), and you can define
2353  <quote>character classes</quote> in square brackets which is similar to 
2354  the same regular expression technique. All of this can be freely mixed:
2355 </para>
2356
2357 <variablelist>
2358  <varlistentry>
2359   <term><literal>ad*.example.com</literal></term>
2360   <listitem>
2361    <para>
2362     matches <quote>adserver.example.com</quote>, 
2363     <quote>ads.example.com</quote>, etc but not <quote>sfads.example.com</quote>
2364    </para>
2365   </listitem>
2366  </varlistentry>
2367  <varlistentry>
2368   <term><literal>*ad*.example.com</literal></term>
2369   <listitem>
2370    <para>
2371     matches all of the above, and then some.
2372    </para>
2373   </listitem>
2374  </varlistentry>
2375  <varlistentry>
2376   <term><literal>.?pix.com</literal></term>
2377   <listitem>
2378    <para>
2379     matches <literal>www.ipix.com</literal>,
2380     <literal>pictures.epix.com</literal>, <literal>a.b.c.d.e.upix.com</literal> etc. 
2381    </para>
2382   </listitem>
2383  </varlistentry>
2384  <varlistentry>
2385   <term><literal>www[1-9a-ez].example.c*</literal></term>
2386   <listitem>
2387    <para>
2388      matches <literal>www1.example.com</literal>, 
2389      <literal>www4.example.cc</literal>, <literal>wwwd.example.cy</literal>, 
2390      <literal>wwwz.example.com</literal> etc., but <emphasis>not</emphasis> 
2391      <literal>wwww.example.com</literal>.
2392    </para>
2393   </listitem>
2394  </varlistentry>
2395 </variablelist>
2396
2397 <para>
2398  While flexible, this is not the sophistication of full regular expression based syntax.
2399 </para>
2400
2401 </sect3>
2402
2403 <!--  ~  End section  ~  -->
2404
2405
2406 <!--   ~~~~~       New section      ~~~~~     -->
2407 <sect3><title>The Path Pattern</title>
2408
2409 <para>
2410  <application>Privoxy</application> uses Perl compatible (PCRE)
2411   <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2412   Expression</quote></ulink> based syntax 
2413  (through the <ulink url="http://www.pcre.org/">PCRE</ulink> library) for
2414  matching the path portion (after the slash), and is thus more flexible.
2415 </para>
2416
2417 <para>
2418  There is an <link linkend="regex">Appendix</link> with a brief quick-start into regular
2419  expressions, and full (very technical) documentation on PCRE regex syntax is available on-line
2420  at <ulink url="http://www.pcre.org/man.txt">http://www.pcre.org/man.txt</ulink>.
2421  You might also find the Perl man page on regular expressions (<literal>man perlre</literal>)
2422  useful, which is available on-line at <ulink
2423  url="http://perldoc.perl.org/perlre.html">http://perldoc.perl.org/perlre.html</ulink>.
2424 </para>
2425
2426 <para>
2427  Note that the path pattern is automatically left-anchored at the <quote>/</quote>,
2428  i.e. it matches as if it would start with a <quote>^</quote> (regular expression speak 
2429  for the beginning of a line).
2430 </para>
2431
2432 <para>
2433  Please also note that matching in the path is <emphasis>CASE INSENSITIVE</emphasis>
2434  by default, but you can switch to case sensitive at any point in the pattern by using the 
2435  <quote>(?-i)</quote> switch: <literal>www.example.com/(?-i)PaTtErN.*</literal> will match
2436  only documents whose path starts with <literal>PaTtErN</literal> in
2437  <emphasis>exactly</emphasis> this capitalization.
2438 </para>
2439
2440 <variablelist>
2441  <varlistentry>
2442   <term><literal>.example.com/.*</literal></term>
2443   <listitem>
2444    <para>
2445      Is equivalent to just <quote>.example.com</quote>, since any documents 
2446      within that domain are matched with or without the <quote>.*</quote>
2447      regular expression. This is redundant
2448    </para>
2449   </listitem>
2450  </varlistentry>
2451  <varlistentry>
2452   <term><literal>.example.com/.*/index.html$</literal></term>
2453   <listitem>
2454    <para>
2455     Will match any page in the domain of <quote>example.com</quote> that is
2456     named <quote>index.html</quote>, and that is part of some path. For
2457     example, it matches <quote>www.example.com/testing/index.html</quote> but
2458     NOT <quote>www.example.com/index.html</quote> because the regular
2459     expression called for at least two <quote>/'s</quote>, thus the path 
2460     requirement. It also would match 
2461     <quote>www.example.com/testing/index_html</quote>, because of the 
2462     special meta-character <quote>.</quote>.
2463    </para>
2464   </listitem>
2465  </varlistentry>
2466  <varlistentry>
2467   <term><literal>.example.com/(.*/)?index\.html$</literal></term>
2468   <listitem>
2469    <para>
2470     This regular expression is conditional so it will match any page 
2471     named <quote>index.html</quote> regardless of path which in this case can 
2472     have one or more <quote>/'s</quote>. And this one must contain exactly 
2473     <quote>.html</quote> (but does not have to end with that!).
2474    </para>
2475   </listitem>
2476  </varlistentry>
2477  <varlistentry>
2478   <term><literal>.example.com/(.*/)(ads|banners?|junk)</literal></term>
2479   <listitem>
2480    <para>
2481     This regular expression will match any path of <quote>example.com</quote>
2482     that contains any of the words <quote>ads</quote>, <quote>banner</quote>, 
2483     <quote>banners</quote> (because of the <quote>?</quote>) or <quote>junk</quote>.
2484     The path does not have to end in these words, just contain them.
2485    </para>
2486   </listitem>
2487  </varlistentry>
2488  <varlistentry>
2489   <term><literal>.example.com/(.*/)(ads|banners?|junk)/.*\.(jpe?g|gif|png)$</literal></term>
2490   <listitem>
2491    <para>
2492     This is very much the same as above, except now it must end in either 
2493     <quote>.jpg</quote>, <quote>.jpeg</quote>, <quote>.gif</quote> or <quote>.png</quote>. So this 
2494     one is limited to common image formats.
2495    </para>
2496   </listitem>
2497  </varlistentry>
2498
2499 </variablelist>
2500 <para>
2501  There are many, many good examples to be found in <filename>default.action</filename>, 
2502  and more tutorials below in <link linkend="regex">Appendix on regular expressions</link>.
2503 </para>
2504
2505 </sect3>
2506
2507 <!--  ~  End section  ~  -->
2508
2509
2510 <!--   ~~~~~       New section      ~~~~~     -->
2511 <sect3 id="tag-pattern"><title>The Tag Pattern</title>
2512
2513 <para>
2514  Tag patterns are used to change the applying actions based on the
2515  request's tags. Tags can be created with either the
2516  <link linkend="CLIENT-HEADER-TAGGER">client-header-tagger</link>
2517  or the  <link linkend="SERVER-HEADER-TAGGER">server-header-tagger</link> action.
2518 </para>
2519
2520 <para>
2521  Tag patterns have to start with <quote>TAG:</quote>, so &my-app;
2522  can tell them apart from URL patterns. Everything after the colon
2523  including white space, is interpreted as a regular expression with
2524  path pattern syntax, except that tag patterns aren't left-anchored
2525  automatically (&my-app; doesn't silently add a <quote>^</quote>,
2526  you have to do it yourself if you need it).
2527 </para>
2528
2529 <para>
2530  To match all requests that are tagged with <quote>foo</quote>
2531  your pattern line should be <quote>TAG:^foo$</quote>,
2532  <quote>TAG:foo</quote> would work as well, but it would also
2533  match requests whose tags contain <quote>foo</quote> somewhere.
2534  <quote>TAG: foo</quote> wouldn't work as it requires white space.
2535 </para>
2536
2537 <para>
2538  Sections can contain URL and tag patterns at the same time,
2539  but tag patterns are checked after the URL patterns and thus
2540  always overrule them, even if they are located before the URL patterns.
2541 </para>
2542
2543 <para>
2544  Once a new tag is added, Privoxy checks right away if it's matched by one
2545  of the tag patterns and updates the action settings accordingly. As a result
2546  tags can be used to activate other tagger actions, as long as these other
2547  taggers look for headers that haven't already be parsed.
2548 </para>
2549
2550 <para>
2551  For example you could tag client requests which use the
2552  <literal>POST</literal> method,
2553  then use this tag to activate another tagger that adds a tag if cookies
2554  are sent, and then use a block action based on the cookie tag. This allows
2555  the outcome of one action, to be input into a subsequent action. However if
2556  you'd reverse the position of the described taggers, and activated the
2557  method tagger based on the cookie tagger, no method tags would be created.
2558  The method tagger would look for the request line, but at the time
2559  the cookie tag is created, the request line has already been parsed.
2560 </para>
2561
2562 <para>
2563  While this is a limitation you should be aware of, this kind of
2564  indirection is seldom needed anyway and even the example doesn't
2565  make too much sense.
2566 </para>
2567
2568 </sect3>
2569
2570 </sect2>
2571
2572 <!--  ~  End section  ~  -->
2573
2574
2575 <!--   ~~~~~       New section      ~~~~~     -->
2576
2577 <sect2 id="actions">
2578 <title>Actions</title>
2579 <para>
2580  All actions are disabled by default, until they are explicitly enabled
2581  somewhere in an actions file. Actions are turned on if preceded with a
2582  <quote>+</quote>, and turned off if preceded with a <quote>-</quote>. So a
2583  <literal>+action</literal> means <quote>do that action</quote>, e.g.
2584  <literal>+block</literal> means <quote>please block URLs that match the
2585  following patterns</quote>, and <literal>-block</literal> means <quote>don't
2586  block URLs that match the following patterns, even if <literal>+block</literal>
2587  previously applied.</quote>
2588
2589 </para>
2590
2591 <para> 
2592  Again, actions are invoked by placing them on a line, enclosed in curly braces and
2593  separated by whitespace, like in 
2594  <literal>{+some-action -some-other-action{some-parameter}}</literal>,
2595  followed by a list of URL patterns, one per line, to which they apply.
2596  Together, the actions line and the following pattern lines make up a section
2597  of the actions file. 
2598 </para>
2599
2600 <para> 
2601  Actions fall into three categories:
2602 </para>
2603
2604 <para>
2605  <itemizedlist>
2606  <listitem>
2607   <para>  
2608    Boolean, i.e the action can only be <quote>enabled</quote> or
2609    <quote>disabled</quote>. Syntax:
2610   </para>
2611   <para>
2612    <screen>
2613   +<replaceable class="function">name</replaceable>        # enable action <replaceable class="parameter">name</replaceable>
2614   -<replaceable class="function">name</replaceable>        # disable action <replaceable class="parameter">name</replaceable></screen>
2615   </para>
2616   <para>  
2617    Example: <literal>+block</literal>
2618   </para>
2619  </listitem>
2620
2621
2622  <listitem>
2623   <para>  
2624    Parameterized, where some value is required in order to enable this type of action.
2625    Syntax:
2626   </para>
2627   <para>
2628    <screen>
2629   +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}  # enable action and set parameter to <replaceable class="parameter">param</replaceable>,
2630                # overwriting parameter from previous match if necessary
2631   -<replaceable class="function">name</replaceable>         # disable action. The parameter can be omitted</screen>
2632   </para>
2633   <para>
2634    Note that if the URL matches multiple positive forms of a parameterized action,
2635    the last match wins, i.e. the params from earlier matches are simply ignored.
2636   </para>
2637   <para>  
2638    Example: <literal>+hide-user-agent{Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070602 Firefox/2.0.0.4}</literal>
2639   </para>
2640  </listitem>
2641  
2642  <listitem>
2643   <para>  
2644    Multi-value. These look exactly like parameterized actions,
2645    but they behave differently: If the action applies multiple times to the
2646    same URL, but with different parameters, <emphasis>all</emphasis> the parameters
2647    from <emphasis>all</emphasis> matches are remembered. This is used for actions
2648    that can be executed for the same request repeatedly, like adding multiple
2649    headers, or filtering through multiple filters. Syntax:
2650   </para>
2651   <para>
2652    <screen>
2653   +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}   # enable action and add <replaceable class="parameter">param</replaceable> to the list of parameters
2654   -<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}   # remove the parameter <replaceable class="parameter">param</replaceable> from the list of parameters
2655                 # If it was the last one left, disable the action.
2656   <replaceable class="parameter">-name</replaceable>          # disable this action completely and remove all parameters from the list</screen>
2657   </para>
2658   <para>  
2659    Examples: <literal>+add-header{X-Fun-Header: Some text}</literal> and
2660    <literal>+filter{html-annoyances}</literal>
2661   </para>
2662  </listitem>
2663
2664  </itemizedlist>
2665 </para>
2666
2667 <para>
2668  If nothing is specified in any actions file, no <quote>actions</quote> are
2669  taken. So in this case <application>Privoxy</application> would just be a
2670  normal, non-blocking, non-filtering proxy. You must specifically enable the
2671  privacy and blocking features you need (although the provided default actions
2672  files will give a good starting point).
2673 </para>
2674
2675 <para>
2676  Later defined action sections always over-ride earlier ones of the same type.
2677  So exceptions to any rules you make, should come in the latter part of the file (or 
2678  in a file that is processed later when using multiple actions files such 
2679  as <filename>user.action</filename>). For multi-valued actions, the actions
2680  are applied in the order they are specified. Actions files are processed in
2681  the order they are defined in <filename>config</filename> (the default
2682  installation has three actions files). It also quite possible for any given
2683  URL to match more than one <quote>pattern</quote> (because of wildcards and
2684  regular expressions), and thus to trigger more than one set of actions! Last
2685  match wins.
2686 </para>
2687
2688 <!-- start actions listing -->
2689 <para>
2690  The list of valid <application>Privoxy</application> actions are:
2691 </para>
2692
2693
2694 <!-- ********************************************************** -->
2695 <!-- Please note the below defined actions use id's that are    -->
2696 <!-- probably linked from other places, so please don't change. -->
2697 <!--                                                            -->
2698 <!-- ********************************************************** -->
2699
2700
2701 <!--   ~~~~~       New section      ~~~~~     -->
2702
2703 <sect3 renderas="sect4" id="add-header">
2704 <title>add-header</title>
2705
2706 <variablelist>
2707  <varlistentry>
2708   <term>Typical use:</term>
2709   <listitem>
2710    <para>Confuse log analysis, custom applications</para>
2711   </listitem>
2712  </varlistentry>
2713
2714  <varlistentry>
2715   <term>Effect:</term>
2716   <listitem>
2717    <para>
2718     Sends a user defined HTTP header to the web server.
2719    </para>
2720   </listitem>
2721  </varlistentry>
2722
2723  <varlistentry>
2724   <term>Type:</term>
2725   <!-- boolean, parameterized, Multi-value -->
2726   <listitem>
2727    <para>Multi-value.</para>
2728   </listitem>
2729  </varlistentry>
2730  
2731  <varlistentry>
2732   <term>Parameter:</term>
2733   <listitem>
2734    <para>
2735     Any string value is possible. Validity of the defined HTTP headers is not checked.
2736     It is recommended that you use the <quote><literal>X-</literal></quote> prefix
2737     for custom headers.
2738    </para>
2739   </listitem>
2740  </varlistentry>
2741  
2742 <varlistentry>
2743   <term>Notes:</term>
2744   <listitem>
2745    <para>
2746     This action may be specified multiple times, in order to define multiple 
2747     headers. This is rarely needed for the typical user. If you don't know what 
2748     <quote>HTTP headers</quote> are, you definitely don't need to worry about this 
2749     one.
2750    </para>
2751   </listitem>
2752  </varlistentry>
2753
2754  <varlistentry>
2755   <term>Example usage:</term>
2756   <listitem>
2757     <para>
2758      <screen>+add-header{X-User-Tracking: sucks}</screen>
2759    </para>
2760   </listitem>
2761  </varlistentry>
2762 </variablelist>
2763 </sect3>
2764
2765
2766 <!--   ~~~~~       New section      ~~~~~     -->
2767 <sect3 renderas="sect4" id="block">
2768 <title>block</title>
2769
2770 <variablelist>
2771  <varlistentry>
2772   <term>Typical use:</term>
2773   <listitem>
2774    <para>Block ads or other unwanted content</para>
2775   </listitem>
2776  </varlistentry>
2777
2778  <varlistentry>
2779   <term>Effect:</term>
2780   <listitem>
2781    <para>
2782     Requests for URLs to which this action applies are blocked, i.e. the
2783     requests are trapped by &my-app; and the requested URL is never retrieved,
2784     but is answered locally with a substitute page or image, as determined by
2785     the <literal><link
2786     linkend="handle-as-image">handle-as-image</link></literal>,
2787     <literal><link
2788     linkend="set-image-blocker">set-image-blocker</link></literal>, and 
2789     <literal><link
2790     linkend="handle-as-empty-document">handle-as-empty-document</link></literal> actions.
2791     
2792    </para>
2793   </listitem>
2794  </varlistentry>
2795
2796  <varlistentry>
2797   <term>Type:</term>
2798   <!-- boolean, parameterized, Multi-value -->
2799   <listitem>
2800    <para>Boolean.</para>
2801   </listitem>
2802  </varlistentry>
2803
2804  <varlistentry>
2805   <term>Parameter:</term>
2806   <listitem>
2807    <para>N/A</para>
2808   </listitem>
2809  </varlistentry>
2810  
2811 <varlistentry>
2812   <term>Notes:</term>
2813   <listitem>
2814    <para>
2815     <application>Privoxy</application> sends a special <quote>BLOCKED</quote> page
2816     for requests to blocked pages. This page contains links to find out why the request
2817     was blocked, and a click-through to the blocked content (the latter only if compiled with the
2818     force feature enabled). The <quote>BLOCKED</quote> page adapts to the available
2819     screen space -- it displays full-blown if space allows, or miniaturized and text-only
2820     if loaded into a small frame or window. If you are using <application>Privoxy</application>
2821     right now, you can take a look at the 
2822     <ulink url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html"><quote>BLOCKED</quote>
2823     page</ulink>.
2824    </para>
2825    <para> 
2826     A very important exception occurs if <emphasis>both</emphasis> 
2827     <literal>block</literal> and <literal><link linkend="handle-as-image">handle-as-image</link></literal>,
2828     apply to the same request: it will then be replaced by an image. If 
2829     <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
2830     (see below) also applies, the type of image will be determined by its parameter,
2831     if not, the standard checkerboard pattern is sent.
2832    </para>
2833    <para>
2834     It is important to understand this process, in order 
2835     to understand how <application>Privoxy</application> deals with 
2836     ads and other unwanted content. Blocking is a core feature, and one 
2837     upon which various other features depend.
2838    </para>
2839    <para>
2840     The <literal><link linkend="filter">filter</link></literal>
2841     action can perform a very similar task, by <quote>blocking</quote>
2842     banner images and other content through rewriting the relevant URLs in the
2843     document's HTML source, so they don't get requested in the first place.
2844     Note that this is a totally different technique, and it's easy to confuse the two.
2845    </para>
2846   </listitem>
2847  </varlistentry>
2848
2849  <varlistentry>
2850   <term>Example usage (section):</term>
2851   <listitem>
2852     <para>
2853      <screen>{+block}      
2854 # Block and replace with "blocked" page
2855  .nasty-stuff.example.com
2856
2857 {+block +handle-as-image} 
2858 # Block and replace with image
2859  .ad.doubleclick.net
2860  .ads.r.us/banners/
2861
2862 {+block +handle-as-empty-document} 
2863 # Block and then ignore
2864  adserver.exampleclick.net/.*\.js$</screen>
2865     </para>
2866   </listitem>
2867  </varlistentry>
2868
2869
2870 </variablelist>
2871 </sect3>
2872
2873
2874 <!--   ~~~~~       New section      ~~~~~     -->
2875 <sect3 renderas="sect4" id="client-header-filter">
2876 <title>client-header-filter</title>
2877
2878 <variablelist>
2879  <varlistentry>
2880   <term>Typical use:</term>
2881   <listitem>
2882    <para>
2883    Rewrite or remove single client headers.
2884    </para>
2885   </listitem>
2886  </varlistentry>
2887
2888  <varlistentry>
2889   <term>Effect:</term>
2890   <listitem>
2891    <para>
2892     All client headers to which this action applies are filtered on-the-fly through
2893     the specified regular expression based substitutions.
2894    </para>
2895   </listitem>
2896  </varlistentry>
2897
2898  <varlistentry>
2899   <term>Type:</term>
2900   <!-- boolean, parameterized, Multi-value -->
2901   <listitem>
2902    <para>Parameterized.</para>
2903   </listitem>
2904  </varlistentry>
2905
2906  <varlistentry>
2907   <term>Parameter:</term>
2908   <listitem>
2909    <para>
2910     The name of a client-header filter, as defined in one of the
2911     <link linkend="filter-file">filter files</link>.
2912    </para>
2913   </listitem>
2914  </varlistentry>
2915  
2916  <varlistentry>
2917   <term>Notes:</term>
2918   <listitem>
2919    <para>
2920     Client-header filters are applied to each header on its own, not to
2921     all at once. This makes it easier to diagnose problems, but on the downside
2922     you can't write filters that only change header x if header y's value is z.
2923     You can do that by using tags though.
2924    </para>
2925    <para>
2926     Client-header filters are executed after the other header actions have finished
2927     and use their output as input.
2928    </para>
2929    <para>
2930     If the request URL gets changed, &my-app; will detect that and use the new
2931     one. This can be used to rewrite the request destination behind the client's
2932     back, for example to specify a Tor exit relay for certain requests.
2933    </para>
2934    <para>
2935     Please refer to the <link linkend="filter-file">filter file chapter</link>
2936     to learn which client-header filters are available by default, and how to
2937     create your own.
2938    </para>
2939
2940   </listitem>
2941  </varlistentry>
2942
2943  <varlistentry>
2944   <term>Example usage (section):</term>
2945   <listitem>
2946     <para>
2947      <screen>
2948 # Hide Tor exit notation in Host and Referer Headers
2949 {+client-header-filter{hide-tor-exit-notation}}
2950 /
2951     </screen>
2952     </para>
2953   </listitem>
2954  </varlistentry>
2955
2956 </variablelist>
2957 </sect3>
2958
2959
2960 <!--   ~~~~~       New section      ~~~~~     -->
2961 <sect3 renderas="sect4" id="client-header-tagger">
2962 <title>client-header-tagger</title>
2963
2964 <variablelist>
2965  <varlistentry>
2966   <term>Typical use:</term>
2967   <listitem>
2968    <para>
2969    Block requests based on their headers.
2970    </para>
2971   </listitem>
2972  </varlistentry>
2973
2974  <varlistentry>
2975   <term>Effect:</term>
2976   <listitem>
2977    <para>
2978     Client headers to which this action applies are filtered on-the-fly through
2979     the specified regular expression based substitutions, the result is used as
2980     tag. 
2981    </para>
2982   </listitem>
2983  </varlistentry>
2984
2985  <varlistentry>
2986   <term>Type:</term>
2987   <!-- boolean, parameterized, Multi-value -->
2988   <listitem>
2989    <para>Parameterized.</para>
2990   </listitem>
2991  </varlistentry>
2992
2993  <varlistentry>
2994   <term>Parameter:</term>
2995   <listitem>
2996    <para>
2997     The name of a client-header tagger, as defined in one of the
2998     <link linkend="filter-file">filter files</link>.
2999    </para>
3000   </listitem>
3001  </varlistentry>
3002  
3003  <varlistentry>
3004   <term>Notes:</term>
3005   <listitem>
3006    <para>
3007     Client-header taggers are applied to each header on its own,
3008     and as the header isn't modified, each tagger <quote>sees</quote>
3009     the original.
3010    </para>
3011    <para>
3012     Client-header taggers are the first actions that are executed
3013     and their tags can be used to control every other action.
3014    </para>
3015  </listitem>
3016  </varlistentry>
3017
3018  <varlistentry>
3019   <term>Example usage (section):</term>
3020   <listitem>
3021     <para>
3022      <screen>
3023 # Tag every request with the User-Agent header
3024 {+client-header-tagger{user-agent}}
3025 /
3026     </screen>
3027     </para>
3028   </listitem>
3029  </varlistentry>
3030
3031 </variablelist>
3032 </sect3>
3033
3034
3035 <!--   ~~~~~       New section      ~~~~~     -->
3036 <sect3 renderas="sect4" id="content-type-overwrite">
3037 <title>content-type-overwrite</title>
3038
3039 <variablelist>
3040  <varlistentry>
3041   <term>Typical use:</term>
3042   <listitem>
3043    <para>Stop useless download menus from popping up, or change the browser's rendering mode</para>
3044   </listitem>
3045  </varlistentry>
3046
3047  <varlistentry>
3048   <term>Effect:</term>
3049   <listitem>
3050    <para>
3051     Replaces the <quote>Content-Type:</quote> HTTP server header.
3052    </para>
3053   </listitem>
3054  </varlistentry>
3055
3056  <varlistentry>
3057   <term>Type:</term>
3058   <!-- Boolean, Parameterized, Multi-value -->
3059   <listitem>
3060    <para>Parameterized.</para>
3061   </listitem>
3062  </varlistentry>
3063
3064  <varlistentry>
3065   <term>Parameter:</term>
3066   <listitem>
3067    <para>
3068     Any string. 
3069    </para>    
3070   </listitem>
3071  </varlistentry>
3072  
3073  <varlistentry>
3074   <term>Notes:</term>
3075   <listitem>
3076    <para>
3077     The <quote>Content-Type:</quote> HTTP server header is used by the
3078     browser to decide what to do with the document. The value of this
3079     header can cause the browser to open a download menu instead of
3080     displaying the document by itself, even if the document's format is
3081     supported by the browser. 
3082    </para>
3083    <para>
3084     The declared content type can also affect which rendering mode
3085     the browser chooses. If XHTML is delivered as <quote>text/html</quote>,
3086     many browsers treat it as yet another broken HTML document.
3087     If it is send as <quote>application/xml</quote>, browsers with
3088     XHTML support will only display it, if the syntax is correct.
3089    </para>
3090    <para>
3091     If you see a web site that proudly uses XHTML buttons, but sets
3092     <quote>Content-Type: text/html</quote>, you can use &my-app;
3093     to overwrite it with <quote>application/xml</quote> and validate
3094     the web master's claim inside your XHTML-supporting browser.
3095     If the syntax is incorrect, the browser will complain loudly. 
3096    </para>
3097    <para>
3098     You can also go the opposite direction: if your browser prints
3099     error messages instead of rendering a document falsely declared
3100     as XHTML, you can overwrite the content type with
3101     <quote>text/html</quote> and have it rendered as broken HTML document. 
3102    </para>
3103    <para>
3104     By default <literal>content-type-overwrite</literal> only replaces
3105     <quote>Content-Type:</quote> headers that look like some kind of text.
3106     If you want to overwrite it unconditionally, you have to combine it with
3107     <literal><link linkend="force-text-mode">force-text-mode</link></literal>.
3108     This limitation exists for a reason, think twice before circumventing it.
3109    </para>
3110    <para>
3111     Most of the time it's easier to replace this action with a custom
3112     <literal><link linkend="server-header-filter">server-header filter</link></literal>.
3113     It allows you to activate it for every document of a certain site and it will still
3114     only replace the content types you aimed at.
3115    </para>
3116    <para>
3117     Of course you can apply <literal>content-type-overwrite</literal>
3118     to a whole site and then make URL based exceptions, but it's a lot
3119     more work to get the same precision. 
3120    </para>
3121   </listitem>
3122  </varlistentry>
3123
3124  <varlistentry>
3125   <term>Example usage (sections):</term>
3126   <listitem>
3127     <para>
3128      <screen># Check if www.example.net/ really uses valid XHTML
3129 { +content-type-overwrite{application/xml} }
3130 www.example.net/
3131
3132 # but leave the content type unmodified if the URL looks like a style sheet
3133 {-content-type-overwrite}
3134 www.example.net/.*\.css$
3135 www.example.net/.*style
3136 </screen>
3137    </para>
3138   </listitem>
3139  </varlistentry>
3140 </variablelist>
3141 </sect3>
3142
3143
3144 <!--   ~~~~~       New section      ~~~~~     -->
3145 <sect3 renderas="sect4" id="crunch-client-header">
3146 <!--
3147 new action
3148 -->
3149 <title>crunch-client-header</title>
3150
3151 <variablelist>
3152  <varlistentry>
3153   <term>Typical use:</term>
3154   <listitem>
3155    <para>Remove a client header <application>Privoxy</application> has no dedicated action for.</para>
3156   </listitem>
3157  </varlistentry>
3158
3159  <varlistentry>
3160   <term>Effect:</term>
3161   <listitem>
3162    <para>
3163     Deletes every header sent by the client that contains the string the user supplied as parameter.
3164    </para>
3165   </listitem>
3166  </varlistentry>
3167
3168  <varlistentry>
3169   <term>Type:</term>
3170   <!-- Boolean, Parameterized, Multi-value -->
3171   <listitem>
3172    <para>Parameterized.</para>
3173   </listitem>
3174  </varlistentry>
3175
3176  <varlistentry>
3177   <term>Parameter:</term>
3178   <listitem>
3179    <para>
3180     Any string.
3181    </para>    
3182   </listitem>
3183  </varlistentry>
3184  
3185  <varlistentry>
3186   <term>Notes:</term>
3187   <listitem>
3188    <para>
3189     This action allows you to block client headers for which no dedicated
3190     <application>Privoxy</application> action exists.
3191     <application>Privoxy</application> will remove every client header that
3192     contains the string you supplied as parameter.
3193    </para>
3194    <para>
3195     Regular expressions are <emphasis>not supported</emphasis> and you can't
3196     use this action to block different headers in the same request, unless
3197     they contain the same string.
3198    </para>
3199    <para>
3200     <literal>crunch-client-header</literal> is only meant for quick tests.
3201     If you have to block several different headers, or only want to modify
3202     parts of them, you should use a
3203     <literal><link linkend="client-header-filter">client-header filter</link></literal>.
3204    </para>
3205     <warning>
3206      <para>
3207       Don't block any header without understanding the consequences.
3208      </para>
3209     </warning>
3210   </listitem>
3211  </varlistentry>
3212
3213  <varlistentry>
3214   <term>Example usage (section):</term>
3215   <listitem>
3216     <para>
3217      <screen># Block the non-existent "Privacy-Violation:" client header 
3218 { +crunch-client-header{Privacy-Violation:} }
3219 /
3220     </screen>
3221    </para>
3222   </listitem>
3223  </varlistentry>
3224 </variablelist>
3225 </sect3>
3226
3227
3228 <!--   ~~~~~       New section      ~~~~~     -->
3229 <sect3 renderas="sect4" id="crunch-if-none-match">
3230 <title>crunch-if-none-match</title>
3231 <!--
3232 new action
3233 -->
3234 <variablelist>
3235  <varlistentry>
3236   <term>Typical use:</term>
3237   <listitem>
3238    <para>Prevent yet another way to track the user's steps between sessions.</para>
3239   </listitem>
3240  </varlistentry>
3241
3242  <varlistentry>
3243   <term>Effect:</term>
3244   <listitem>
3245    <para>
3246     Deletes the <quote>If-None-Match:</quote> HTTP client header.
3247    </para>
3248   </listitem>
3249  </varlistentry>
3250
3251  <varlistentry>
3252   <term>Type:</term>
3253   <!-- Boolean, Parameterized, Multi-value -->
3254   <listitem>
3255    <para>Boolean.</para>
3256   </listitem>
3257  </varlistentry>
3258
3259  <varlistentry>
3260   <term>Parameter:</term>
3261   <listitem>
3262    <para>
3263     N/A
3264    </para>    
3265   </listitem>
3266  </varlistentry>
3267  
3268  <varlistentry>
3269   <term>Notes:</term>
3270   <listitem>
3271    <para>
3272     Removing the <quote>If-None-Match:</quote> HTTP client header
3273     is useful for filter testing, where you want to force a real
3274     reload instead of getting status code <quote>304</quote> which
3275     would cause the browser to use a cached copy of the page.
3276    </para>
3277    <para>
3278     It is also useful to make sure the header isn't used as a cookie
3279     replacement (unlikely but possible).
3280    </para>
3281    <para>
3282     Blocking the <quote>If-None-Match:</quote> header shouldn't cause any
3283     caching problems, as long as the <quote>If-Modified-Since:</quote> header
3284     isn't blocked or missing as well.
3285    </para>
3286    <para>
3287     It is recommended to use this action together with
3288     <literal><link linkend="hide-if-modified-since">hide-if-modified-since</link></literal>
3289     and
3290     <literal><link linkend="overwrite-last-modified">overwrite-last-modified</link></literal>.
3291    </para>
3292   </listitem>
3293  </varlistentry>
3294
3295  <varlistentry>
3296   <term>Example usage (section):</term>
3297   <listitem>
3298     <para>
3299      <screen># Let the browser revalidate cached documents but don't
3300 # allow the server to use the revalidation headers for user tracking.
3301 {+hide-if-modified-since{-60} \
3302  +overwrite-last-modified{randomize} \
3303  +crunch-if-none-match}
3304 /   </screen>
3305    </para>
3306   </listitem>
3307  </varlistentry>
3308 </variablelist>
3309 </sect3>
3310
3311
3312 <!--   ~~~~~       New section      ~~~~~     -->
3313 <sect3 renderas="sect4" id="crunch-incoming-cookies">
3314 <title>crunch-incoming-cookies</title>
3315
3316 <variablelist>
3317  <varlistentry>
3318   <term>Typical use:</term>
3319   <listitem>
3320    <para>
3321     Prevent the web server from setting HTTP cookies on your system
3322    </para>
3323   </listitem>
3324  </varlistentry>
3325
3326  <varlistentry>
3327   <term>Effect:</term>
3328   <listitem>
3329    <para>
3330     Deletes any <quote>Set-Cookie:</quote> HTTP headers from server replies.
3331    </para>
3332   </listitem>
3333  </varlistentry>
3334
3335  <varlistentry>
3336   <term>Type:</term>
3337   <!-- Boolean, Parameterized, Multi-value -->
3338   <listitem>
3339    <para>Boolean.</para>
3340   </listitem>
3341  </varlistentry>
3342
3343  <varlistentry>
3344   <term>Parameter:</term>
3345   <listitem>
3346    <para>
3347     N/A
3348    </para>
3349   </listitem>
3350  </varlistentry>
3351  
3352  <varlistentry>
3353   <term>Notes:</term>
3354   <listitem>
3355    <para>
3356     This action is only concerned with <emphasis>incoming</emphasis> HTTP cookies. For
3357     <emphasis>outgoing</emphasis> HTTP cookies, use
3358     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>.
3359     Use <emphasis>both</emphasis> to disable HTTP cookies completely.
3360    </para>
3361    <para>
3362     It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3363     with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3364     since it would prevent the session cookies from being set. See also 
3365     <literal><link linkend="filter-content-cookies">filter-content-cookies</link></literal>.
3366    </para>
3367   </listitem>
3368  </varlistentry>
3369
3370  <varlistentry>
3371   <term>Example usage:</term>
3372   <listitem>
3373    <para>
3374     <screen>+crunch-incoming-cookies</screen>
3375    </para>
3376   </listitem>
3377  </varlistentry>
3378 </variablelist>
3379 </sect3>
3380
3381
3382 <!--   ~~~~~       New section      ~~~~~     -->
3383 <sect3 renderas="sect4" id="crunch-server-header">
3384 <title>crunch-server-header</title>
3385 <!--
3386 new action
3387 -->
3388 <variablelist>
3389  <varlistentry>
3390   <term>Typical use:</term>
3391   <listitem>
3392    <para>Remove a server header <application>Privoxy</application> has no dedicated action for.</para>
3393   </listitem>
3394  </varlistentry>
3395
3396  <varlistentry>
3397   <term>Effect:</term>
3398   <listitem>
3399    <para>
3400     Deletes every header sent by the server that contains the string the user supplied as parameter.
3401    </para>
3402   </listitem>
3403  </varlistentry>
3404
3405  <varlistentry>
3406   <term>Type:</term>
3407   <!-- Boolean, Parameterized, Multi-value -->
3408   <listitem>
3409    <para>Parameterized.</para>
3410   </listitem>
3411  </varlistentry>
3412
3413  <varlistentry>
3414   <term>Parameter:</term>
3415   <listitem>
3416    <para>
3417     Any string.
3418    </para>    
3419   </listitem>
3420  </varlistentry>
3421  
3422  <varlistentry>
3423   <term>Notes:</term>
3424   <listitem>
3425    <para>
3426     This action allows you to block server headers for which no dedicated
3427     <application>Privoxy</application> action exists. <application>Privoxy</application>
3428     will remove every server header that contains the string you supplied as parameter.
3429    </para>
3430    <para>
3431     Regular expressions are <emphasis>not supported</emphasis> and you can't
3432     use this action to block different headers in the same request, unless
3433     they contain the same string.
3434    </para>
3435    <para>
3436     <literal>crunch-server-header</literal> is only meant for quick tests.
3437     If you have to block several different headers, or only want to modify
3438     parts of them, you should use a custom
3439     <literal><link linkend="server-header-filter">server-header filter</link></literal>.
3440    </para>
3441     <warning>
3442      <para>
3443      Don't block any header without understanding the consequences.
3444      </para>
3445     </warning>
3446   </listitem>
3447  </varlistentry>
3448
3449  <varlistentry>
3450   <term>Example usage (section):</term>
3451   <listitem>
3452     <para>
3453      <screen># Crunch server headers that try to prevent caching
3454 { +crunch-server-header{no-cache} }
3455 /   </screen>
3456    </para>
3457   </listitem>
3458  </varlistentry>
3459 </variablelist>
3460 </sect3>
3461
3462
3463 <!--   ~~~~~       New section      ~~~~~     -->
3464 <sect3 renderas="sect4" id="crunch-outgoing-cookies">
3465 <title>crunch-outgoing-cookies</title>
3466
3467 <variablelist>
3468  <varlistentry>
3469   <term>Typical use:</term>
3470   <listitem>
3471    <para>
3472     Prevent the web server from reading any HTTP cookies from your system
3473    </para>
3474   </listitem>
3475  </varlistentry>
3476
3477  <varlistentry>
3478   <term>Effect:</term>
3479   <listitem>
3480    <para>
3481     Deletes any <quote>Cookie:</quote> HTTP headers from client requests.
3482    </para>
3483   </listitem>
3484  </varlistentry>
3485
3486  <varlistentry>
3487   <term>Type:</term>
3488   <!-- Boolean, Parameterized, Multi-value -->
3489   <listitem>
3490    <para>Boolean.</para>
3491   </listitem>
3492  </varlistentry>
3493
3494  <varlistentry>
3495   <term>Parameter:</term>
3496   <listitem>
3497    <para>
3498     N/A
3499    </para>
3500   </listitem>
3501  </varlistentry>
3502  
3503  <varlistentry>
3504   <term>Notes:</term>
3505   <listitem>
3506    <para>
3507     This action is only concerned with <emphasis>outgoing</emphasis> HTTP cookies. For
3508     <emphasis>incoming</emphasis> HTTP cookies, use
3509     <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal>.
3510     Use <emphasis>both</emphasis> to disable HTTP cookies completely.
3511    </para>
3512    <para>
3513     It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3514     with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3515     since it would prevent the session cookies from being read.
3516    </para>
3517   </listitem>
3518  </varlistentry>
3519
3520  <varlistentry>
3521   <term>Example usage:</term>
3522   <listitem>
3523    <para>
3524     <screen>+crunch-outgoing-cookies</screen>
3525    </para>
3526   </listitem>
3527  </varlistentry>
3528
3529 </variablelist>
3530 </sect3>
3531
3532
3533 <!--   ~~~~~       New section      ~~~~~     -->
3534 <sect3 renderas="sect4" id="deanimate-gifs">
3535 <title>deanimate-gifs</title>
3536
3537 <variablelist>
3538  <varlistentry>
3539   <term>Typical use:</term>
3540   <listitem>
3541    <para>Stop those annoying, distracting animated GIF images.</para>
3542   </listitem>
3543  </varlistentry>
3544
3545  <varlistentry>
3546   <term>Effect:</term>
3547   <listitem>
3548    <para>
3549     De-animate GIF animations, i.e. reduce them to their first or last image.
3550    </para>
3551   </listitem>
3552  </varlistentry>
3553
3554  <varlistentry>
3555   <term>Type:</term>
3556   <!-- boolean, parameterized, Multi-value -->
3557   <listitem>
3558    <para>Parameterized.</para>
3559   </listitem>
3560  </varlistentry>
3561
3562  <varlistentry>
3563   <term>Parameter:</term>
3564   <listitem>
3565    <para>
3566     <quote>last</quote> or <quote>first</quote>
3567    </para>
3568   </listitem>
3569  </varlistentry>
3570  
3571  <varlistentry>
3572   <term>Notes:</term>
3573   <listitem>
3574    <para>
3575     This will also shrink the images considerably (in bytes, not pixels!). If
3576     the option <quote>first</quote> is given, the first frame of the animation
3577     is used as the replacement. If <quote>last</quote> is given, the last
3578     frame of the animation is used instead, which probably makes more sense for
3579     most banner animations, but also has the risk of not showing the entire
3580     last frame (if it is only a delta to an earlier frame).
3581    </para>
3582    <para>
3583     You can safely use this action with patterns that will also match non-GIF
3584     objects, because no attempt will be made at anything that doesn't look like
3585     a GIF.
3586    </para>
3587   </listitem>
3588  </varlistentry>
3589
3590  <varlistentry>
3591   <term>Example usage:</term>
3592   <listitem>
3593     <para>
3594       <screen>+deanimate-gifs{last}</screen>
3595     </para>
3596   </listitem>
3597  </varlistentry>
3598 </variablelist>
3599 </sect3>
3600
3601 <!--   ~~~~~       New section      ~~~~~     -->
3602 <sect3 renderas="sect4" id="downgrade-http-version">
3603 <title>downgrade-http-version</title>
3604
3605 <variablelist>
3606  <varlistentry>
3607   <term>Typical use:</term>
3608   <listitem>
3609    <para>Work around (very rare) problems with HTTP/1.1</para>
3610   </listitem>
3611  </varlistentry>
3612
3613  <varlistentry>
3614   <term>Effect:</term>
3615   <listitem>
3616    <para>
3617     Downgrades HTTP/1.1 client requests and server replies to HTTP/1.0.
3618    </para>
3619   </listitem>
3620  </varlistentry>
3621
3622  <varlistentry>
3623   <term>Type:</term>
3624   <!-- boolean, parameterized, Multi-value -->
3625   <listitem>
3626    <para>Boolean.</para>
3627   </listitem>
3628  </varlistentry>
3629
3630  <varlistentry>
3631   <term>Parameter:</term>
3632   <listitem>
3633    <para>
3634     N/A
3635    </para>
3636   </listitem>
3637  </varlistentry>
3638  
3639 <varlistentry>
3640   <term>Notes:</term>
3641   <listitem>
3642    <para>
3643     This is a left-over from the time when <application>Privoxy</application>
3644     didn't support important HTTP/1.1 features well. It is left here for the
3645     unlikely case that you experience HTTP/1.1 related problems with some server
3646     out there. Not all HTTP/1.1 features and requirements are supported yet,
3647     so there is a chance you might need this action.
3648    </para>
3649   </listitem>
3650  </varlistentry>
3651
3652  <varlistentry>
3653   <term>Example usage (section):</term>
3654   <listitem>
3655     <para>
3656      <screen>{+downgrade-http-version}
3657 problem-host.example.com</screen>
3658     </para>
3659   </listitem>
3660  </varlistentry>
3661
3662 </variablelist>
3663 </sect3>
3664
3665 <!--   ~~~~~       New section      ~~~~~     -->
3666 <sect3 renderas="sect4" id="fast-redirects">
3667 <title>fast-redirects</title>
3668
3669 <variablelist>
3670  <varlistentry>
3671   <term>Typical use:</term>
3672   <listitem>
3673    <para>Fool some click-tracking scripts and speed up indirect links.</para>
3674   </listitem>
3675  </varlistentry>
3676
3677  <varlistentry>
3678   <term>Effect:</term>
3679   <listitem>
3680    <para>
3681     Detects redirection URLs and redirects the browser without contacting
3682     the redirection server first.
3683    </para>
3684   </listitem>
3685  </varlistentry>
3686
3687  <varlistentry>
3688   <term>Type:</term>
3689   <!-- boolean, parameterized, Multi-value -->
3690   <listitem>
3691    <para>Parameterized.</para>
3692   </listitem>
3693  </varlistentry>
3694
3695  <varlistentry>
3696   <term>Parameter:</term>
3697   <listitem>
3698    <itemizedlist>
3699     <listitem>
3700      <para>
3701       <quote>simple-check</quote> to just search for the string <quote>http://</quote>
3702       to detect redirection URLs.
3703      </para>
3704     </listitem>
3705     <listitem>
3706      <para>
3707       <quote>check-decoded-url</quote> to decode URLs (if necessary) before searching
3708       for redirection URLs.
3709      </para>
3710     </listitem>
3711    </itemizedlist>
3712   </listitem>
3713  </varlistentry>
3714
3715  <varlistentry>
3716   <term>Notes:</term>
3717   <listitem>
3718    <para>  
3719     Many sites, like yahoo.com, don't just link to other sites. Instead, they
3720     will link to some script on their own servers, giving the destination as a
3721     parameter, which will then redirect you to the final target. URLs
3722     resulting from this scheme typically look like:
3723     <quote>http://www.example.org/click-tracker.cgi?target=http%3a//www.example.net/</quote>.
3724   </para>
3725    <para>
3726     Sometimes, there are even multiple consecutive redirects encoded in the
3727     URL. These redirections via scripts make your web browsing more traceable,
3728     since the server from which you follow such a link can see where you go
3729     to. Apart from that, valuable bandwidth and time is wasted, while your
3730     browser asks the server for one redirect after the other. Plus, it feeds
3731     the advertisers.
3732    </para>
3733    <para>
3734     This feature is currently not very smart and is scheduled for improvement.
3735     If it is enabled by default, you will have to create some exceptions to
3736     this action. It can lead to failures in several ways: 
3737    </para>
3738    <para>
3739     Not every URLs with other URLs as parameters is evil.
3740     Some sites offer a real service that requires this information to work.
3741     For example a validation service needs to know, which document to validate.
3742     <literal>fast-redirects</literal> assumes that every URL parameter that
3743     looks like another URL is a redirection target, and will always redirect to
3744     the last one. Most of the time the assumption is correct, but if it isn't,
3745     the user gets redirected anyway.
3746    </para>
3747    <para>
3748     Another failure occurs if the URL contains other parameters after the URL parameter.
3749     The URL:
3750     <quote>http://www.example.org/?redirect=http%3a//www.example.net/&amp;foo=bar</quote>.
3751     contains the redirection URL <quote>http://www.example.net/</quote>,
3752     followed by another parameter. <literal>fast-redirects</literal> doesn't know that
3753     and will cause a redirect to <quote>http://www.example.net/&amp;foo=bar</quote>.
3754     Depending on the target server configuration, the parameter will be silently ignored
3755     or lead to a <quote>page not found</quote> error. You can prevent this problem by
3756     first using the <literal><link linkend="redirect">redirect</link></literal> action
3757     to remove the last part of the URL, but it requires a little effort.
3758    </para>
3759    <para>
3760     To detect a redirection URL, <literal>fast-redirects</literal> only
3761     looks for the string <quote>http://</quote>, either in plain text
3762     (invalid but often used) or encoded as <quote>http%3a//</quote>.
3763     Some sites use their own URL encoding scheme, encrypt the address
3764     of the target server or replace it with a database id. In theses cases
3765     <literal>fast-redirects</literal> is fooled and the request reaches the
3766     redirection server where it probably gets logged.
3767    </para>
3768   </listitem>
3769  </varlistentry>
3770
3771  <varlistentry>
3772   <term>Example usage:</term>
3773   <listitem>
3774     <para>
3775      <screen>
3776  { +fast-redirects{simple-check} }
3777    one.example.com 
3778
3779  { +fast-redirects{check-decoded-url} }
3780    another.example.com/testing</screen>
3781     </para>
3782   </listitem>
3783  </varlistentry>
3784
3785 </variablelist>
3786 </sect3>
3787
3788
3789 <!--   ~~~~~       New section      ~~~~~     -->
3790 <sect3 renderas="sect4" id="filter">
3791 <title>filter</title>
3792
3793 <variablelist>
3794  <varlistentry>
3795   <term>Typical use:</term>
3796   <listitem>
3797    <para>Get rid of HTML and JavaScript annoyances, banner advertisements (by size), 
3798          do fun text replacements, add personalized effects, etc.</para>
3799   </listitem>
3800  </varlistentry>
3801
3802  <varlistentry>
3803   <term>Effect:</term>
3804   <listitem>
3805    <para>
3806     All instances of text-based type, most notably HTML and JavaScript, to which
3807     this action applies, can be filtered on-the-fly through the specified regular
3808     expression based substitutions. (Note: as of version 3.0.3 plain text documents
3809     are exempted from filtering, because web servers often use the
3810    <literal>text/plain</literal> MIME type for all files whose type they don't know.)
3811    </para>
3812   </listitem>
3813  </varlistentry>
3814
3815  <varlistentry>
3816   <term>Type:</term>
3817   <!-- boolean, parameterized, Multi-value -->
3818   <listitem>
3819    <para>Parameterized.</para>
3820   </listitem>
3821  </varlistentry>
3822  
3823  <varlistentry>
3824   <term>Parameter:</term>
3825   <listitem>
3826    <para>
3827     The name of a content filter, as defined in the <link linkend="filter-file">filter file</link>.
3828     Filters can be defined in one or more  files as defined by the 
3829     <literal><link linkend="filterfile">filterfile</link></literal>
3830     option in the <link linkend="config">config file</link>. 
3831     <filename>default.filter</filename> is the collection of filters 
3832     supplied by the developers. Locally defined filters should go 
3833     in their own file, such as <filename>user.filter</filename>.
3834    </para>
3835    <para>
3836      When used in its negative form,
3837      and without parameters, <emphasis>all</emphasis> filtering is completely disabled.
3838   </para>
3839   </listitem>
3840  </varlistentry>
3841  
3842  <varlistentry>
3843   <term>Notes:</term>
3844   <listitem>
3845    <para>
3846     For your convenience, there are a number of pre-defined filters available 
3847     in the distribution filter file that you can use. See the examples below for
3848     a list.
3849    </para>
3850    <para>
3851     Filtering requires buffering the page content, which may appear to
3852     slow down page rendering since nothing is displayed until all content has
3853     passed the filters. (It does not really take longer, but seems that way
3854     since the page is not incrementally displayed.) This effect will be more
3855     noticeable on slower connections.
3856    </para>
3857    <para>
3858    <quote>Rolling your own</quote>
3859     filters requires a knowledge of 
3860      <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
3861      Expressions</quote></ulink> and 
3862       <ulink url="http://en.wikipedia.org/wiki/Html"><quote>HTML</quote></ulink>.
3863     This is very powerful feature, and potentially very intrusive. 
3864     Filters should be used with caution, and where an equivalent
3865     <quote>action</quote> is not available.
3866    </para>
3867    <para>
3868     The amount of data that can be filtered is limited to the 
3869     <literal><link linkend="buffer-limit">buffer-limit</link></literal>
3870     option in the main <link linkend="config">config file</link>. The 
3871     default is 4096 KB (4 Megs). Once this limit is exceeded, the buffered
3872     data, and all pending data, is passed through unfiltered. 
3873    </para>
3874    <para>
3875     Inappropriate MIME types, such as zipped files, are not filtered at all.
3876     (Again, only text-based types except plain text). Encrypted SSL data
3877     (from HTTPS servers) cannot be filtered either, since this would violate
3878     the integrity of the secure transaction. In some situations it might
3879     be necessary to protect certain text, like source code, from filtering
3880     by defining appropriate <literal>-filter</literal> exceptions.
3881    </para>
3882    <para>
3883     Compressed content can't be filtered either, unless &my-app;
3884     is compiled with zlib support (requires at least &my-app; 3.0.7),
3885     in which case &my-app; will decompress the content before filtering
3886     it.
3887    </para>
3888    <para>
3889     If you use a &my-app; version without zlib support, but want filtering to work on
3890     as much documents as possible, even those that would normally be sent compressed,
3891     you must use the <literal><link linkend="prevent-compression">prevent-compression</link></literal>
3892     action in conjunction with <literal>filter</literal>.
3893    </para>
3894    <para>
3895     Content filtering can achieve some of the same effects as the 
3896     <literal><link linkend="block">block</link></literal>
3897     action, i.e. it can be used to block ads and banners. But the mechanism 
3898     works quite differently. One effective use, is to block ad banners 
3899     based on their size (see below), since many of these seem to be somewhat 
3900     standardized.
3901    </para>
3902    <para>
3903     <link linkend="contact">Feedback</link> with suggestions for new or
3904     improved filters is particularly welcome!
3905    </para>
3906    <para>
3907     The below list has only the names and a one-line description of each
3908     predefined filter. There are <link linkend="predefined-filters">more
3909     verbose explanations</link> of what these filters do in the <link
3910     linkend="filter-file">filter file chapter</link>.
3911    </para>
3912   </listitem>
3913  </varlistentry>
3914
3915  <varlistentry>
3916   <term>Example usage (with filters from the distribution <filename>default.filter</filename> file).
3917   See <link linkend="PREDEFINED-FILTERS">the Predefined Filters section</link> for 
3918   more explanation on each:</term>
3919   <listitem>
3920    <para>
3921     <anchor id="filter-js-annoyances">
3922     <screen>+filter{js-annoyances}       # Get rid of particularly annoying JavaScript abuse</screen>
3923    </para>
3924    <para>
3925     <anchor id="filter-js-events">
3926     <screen>+filter{js-events}           # Kill all JS event bindings (Radically destructive! Only for extra nasty sites)</screen>
3927    </para>
3928    <para>
3929     <anchor id="filter-html-annoyances">
3930     <screen>+filter{html-annoyances}     # Get rid of particularly annoying HTML abuse</screen>
3931    </para>
3932    <para>
3933     <anchor id="filter-content-cookies">
3934     <screen>+filter{content-cookies}     # Kill cookies that come in the HTML or JS content</screen>
3935    </para>
3936    <para>
3937     <anchor id="filter-refresh-tags">
3938     <screen>+filter{refresh-tags}        # Kill automatic refresh tags (for dial-on-demand setups)</screen>
3939    </para>
3940    <para>
3941     <anchor id="filter-unsolicited-popups">
3942     <screen>+filter{unsolicited-popups}  # Disable only unsolicited pop-up windows. Useful if your browser lacks this ability.</screen>
3943    </para>
3944    <para>
3945     <anchor id="filter-all-popups">
3946     <screen>+filter{all-popups}          # Kill all popups in JavaScript and HTML. Useful if your browser lacks this ability.</screen>
3947    </para>
3948    <para>
3949     <anchor id="filter-img-reorder">
3950     <screen>+filter{img-reorder}         # Reorder attributes in &lt;img&gt; tags to make the banners-by-* filters more effective</screen>
3951    </para>
3952    <para>
3953     <anchor id="filter-banners-by-size">
3954     <screen>+filter{banners-by-size}     # Kill banners by size</screen>
3955    </para>
3956    <para>
3957     <anchor id="filter-banners-by-link">
3958     <screen>+filter{banners-by-link}     # Kill banners by their links to known clicktrackers</screen>
3959    </para>
3960    <para>
3961     <anchor id="filter-webbugs">
3962     <screen>+filter{webbugs}             # Squish WebBugs (1x1 invisible GIFs used for user tracking)</screen>
3963    </para>
3964    <para>
3965     <anchor id="filter-tiny-textforms">
3966     <screen>+filter{tiny-textforms}      # Extend those tiny textareas up to 40x80 and kill the hard wrap</screen>
3967    </para>
3968    <para>
3969     <anchor id="filter-jumping-windows">
3970     <screen>+filter{jumping-windows}     # Prevent windows from resizing and moving themselves</screen>
3971    </para>
3972    <para>
3973     <anchor id="filter-frameset-borders">
3974     <screen>+filter{frameset-borders}    # Give frames a border and make them resizeable</screen>
3975    </para>
3976    <para>
3977     <anchor id="filter-demoronizer">
3978     <screen>+filter{demoronizer}         # Fix MS's non-standard use of standard charsets</screen>
3979    </para>
3980    <para>
3981     <anchor id="filter-shockwave-flash">
3982     <screen>+filter{shockwave-flash}     # Kill embedded Shockwave Flash objects</screen>
3983    </para>
3984    <para>
3985     <anchor id="filter-quicktime-kioskmode">
3986     <screen>+filter{quicktime-kioskmode} # Make Quicktime movies savable</screen>
3987    </para>
3988    <para>
3989     <anchor id="filter-fun">
3990     <screen>+filter{fun}                 # Text replacements for subversive browsing fun!</screen>
3991    </para>
3992    <para>
3993     <anchor id="filter-crude-parental">
3994     <screen>+filter{crude-parental}      # Crude parental filtering (demo only)</screen>
3995    </para>
3996    <para>
3997     <anchor id="filter-ie-exploits">
3998     <screen>+filter{ie-exploits}         # Disable a known Internet Explorer bug exploits</screen>
3999    </para>
4000    <para>
4001     <anchor id="filter-site-specifics">
4002     <screen>+filter{site-specifics}      # Custom filters for specific site related problems</screen>
4003    </para>
4004    <para>
4005     <anchor id="filter-google">
4006     <screen>+filter{google}              # Removes text ads and other Google specific improvements</screen>
4007    </para>
4008    <para>
4009     <anchor id="filter-yahoo">
4010     <screen>+filter{yahoo}               # Removes text ads and other Yahoo specific improvements</screen>
4011    </para>
4012    <para>
4013     <anchor id="filter-msn">
4014     <screen>+filter{msn}                 # Removes text ads and other MSN specific improvements</screen>
4015    </para>
4016    <para>
4017     <anchor id="filter-blogspot">
4018     <screen>+filter{blogspot}            # Cleans up Blogspot blogs</screen>
4019    </para>
4020    <para>
4021     <anchor id="filter-no-ping">
4022     <screen>+filter{no-ping}             # Removes non-standard ping attributes from anchor and area tags</screen>
4023    </para>
4024   </listitem>
4025  </varlistentry>
4026 </variablelist>
4027 </sect3>
4028
4029
4030 <!--   ~~~~~       New section      ~~~~~     -->
4031 <sect3 renderas="sect4" id="force-text-mode">
4032 <title>force-text-mode</title>
4033 <!--
4034 new action
4035 -->
4036 <variablelist>
4037  <varlistentry>
4038   <term>Typical use:</term>
4039   <listitem>
4040    <para>Force <application>Privoxy</application> to treat a document as if it was in some kind of <emphasis>text</emphasis> format.   </para>
4041   </listitem>
4042  </varlistentry>
4043
4044  <varlistentry>
4045   <term>Effect:</term>
4046   <listitem>
4047    <para>
4048     Declares a document as text, even if the <quote>Content-Type:</quote> isn't detected as such.
4049    </para>    
4050   </listitem>
4051  </varlistentry>
4052
4053  <varlistentry>
4054   <term>Type:</term>
4055   <!-- Boolean, Parameterized, Multi-value -->
4056   <listitem>
4057    <para>Boolean.</para>
4058   </listitem>
4059  </varlistentry>
4060
4061  <varlistentry>
4062   <term>Parameter:</term>
4063   <listitem>
4064    <para>
4065     N/A
4066    </para>
4067   </listitem>
4068  </varlistentry>
4069
4070  <varlistentry>
4071   <term>Notes:</term>
4072   <listitem>
4073    <para>
4074     As explained <literal><link linkend="filter">above</link></literal>,
4075     <application>Privoxy</application> tries to only filter files that are
4076     in some kind of text format. The same restrictions apply to
4077     <literal><link linkend="content-type-overwrite">content-type-overwrite</link></literal>.
4078     <literal>force-text-mode</literal> declares a document as text,
4079     without looking at the <quote>Content-Type:</quote> first.
4080    </para>
4081    <warning> 
4082     <para>
4083      Think twice before activating this action. Filtering binary data
4084      with regular expressions can cause file damage.
4085     </para>
4086    </warning>
4087   </listitem>
4088  </varlistentry>
4089  
4090  <varlistentry>
4091   <term>Example usage:</term>
4092   <listitem>
4093    <para>
4094      <screen>
4095 +force-text-mode
4096      </screen>
4097    </para>
4098   </listitem>
4099  </varlistentry>
4100 </variablelist>
4101 </sect3>
4102
4103
4104 <!--   ~~~~~       New section      ~~~~~     -->
4105 <sect3 renderas="sect4" id="forward-override">
4106 <title>forward-override</title>
4107 <!--
4108 new action
4109 -->
4110 <variablelist>
4111  <varlistentry>
4112   <term>Typical use:</term>
4113   <listitem>
4114    <para>Change the forwarding settings based on User-Agent or request origin</para>
4115   </listitem>
4116  </varlistentry>
4117
4118  <varlistentry>
4119   <term>Effect:</term>
4120   <listitem>
4121    <para>
4122     Overrules the forward directives in the configuration file.
4123    </para>    
4124   </listitem>
4125  </varlistentry>
4126
4127  <varlistentry>
4128   <term>Type:</term>
4129   <!-- Boolean, Parameterized, Multi-value -->
4130   <listitem>
4131    <para>Multi-value.</para>
4132   </listitem>
4133  </varlistentry>
4134
4135  <varlistentry>
4136   <term>Parameter:</term>
4137   <listitem>
4138    <itemizedlist>
4139     <listitem>
4140      <para><quote>forward .</quote> to use a direct connection without any additional proxies.</para>
4141     </listitem>
4142     <listitem>
4143      <para>
4144       <quote>forward 127.0.0.1:8123</quote> to use the HTTP proxy listening at 127.0.0.1 port 8123.
4145      </para>
4146     </listitem>
4147     <listitem>
4148      <para>
4149       <quote>forward-socks4a 127.0.0.1:9050 .</quote> to use the socks4a proxy listening at
4150       127.0.0.1 port 9050. Replace <quote>forward-socks4a</quote> with <quote>forward-socks4</quote>
4151       to use a socks4 connection  (with local DNS resolution) instead, use <quote>forward-socks5</quote>
4152       for socks5 connections (with remote DNS resolution).
4153      </para>
4154     </listitem>
4155     <listitem>
4156      <para>
4157       <quote>forward-socks4a 127.0.0.1:9050 proxy.example.org:8000</quote> to use the socks4a proxy
4158       listening at 127.0.0.1 port 9050 to reach the HTTP proxy listening at proxy.example.org port 8000.
4159       Replace <quote>forward-socks4a</quote> with <quote>forward-socks4</quote> to use a socks4 connection
4160       (with local DNS resolution) instead, use <quote>forward-socks5</quote>
4161       for socks5 connections (with remote DNS resolution).
4162      </para>
4163     </listitem>
4164    </itemizedlist>
4165   </listitem>
4166  </varlistentry>
4167
4168  <varlistentry>
4169   <term>Notes:</term>
4170   <listitem>
4171    <para>
4172     This action takes parameters similar to the
4173     <link linkend="forwarding">forward</link> directives in the configuration
4174     file, but without the URL pattern. It can be used as replacement, but normally it's only
4175     used in cases where matching based on the request URL isn't sufficient.
4176    </para>
4177    <warning> 
4178     <para>
4179      Please read the description for the <link linkend="forwarding">forward</link> directives before
4180      using this action. Forwarding to the wrong people will reduce your privacy and increase the
4181      chances of man-in-the-middle attacks.
4182     </para>
4183     <para>
4184      If the ports are missing or invalid, default values will be used. This might change
4185      in the future and you shouldn't rely on it. Otherwise incorrect syntax causes Privoxy
4186      to exit.
4187     </para>
4188     <para>
4189      Use the <ulink url="http://config.privoxy.org/show-url-info">show-url-info CGI page</ulink>
4190      to verify that your forward settings do what you thought the do.
4191     </para>
4192    </warning>
4193   </listitem>
4194  </varlistentry>
4195  
4196  <varlistentry>
4197   <term>Example usage:</term>
4198   <listitem>
4199    <para>
4200      <screen>
4201 # Always use direct connections for requests previously tagged as
4202 # <quote>User-Agent: fetch libfetch/2.0</quote> and make sure
4203 # resuming downloads continues to work.
4204 # This way you can continue to use Tor for your normal browsing,
4205 # without overloading the Tor network with your FreeBSD ports updates
4206 # or downloads of bigger files like ISOs.
4207 # Note that HTTP headers are easy to fake and therefore their
4208 # values are as (un)trustworthy as your clients and users.
4209 {+forward-override{forward .} \
4210  -hide-if-modified-since      \
4211  -overwrite-last-modified     \
4212 }
4213 TAG:^User-Agent: fetch libfetch/2\.0$
4214      </screen>
4215    </para>
4216   </listitem>
4217  </varlistentry>
4218 </variablelist>
4219 </sect3>
4220
4221
4222 <!--   ~~~~~       New section      ~~~~~     -->
4223 <sect3 renderas="sect4" id="handle-as-empty-document">
4224 <title>handle-as-empty-document</title>
4225 <!--
4226 new action
4227 -->
4228 <variablelist>
4229  <varlistentry>
4230   <term>Typical use:</term>
4231   <listitem>
4232    <para>Mark URLs that should be replaced by empty documents <emphasis>if they get blocked</emphasis></para>
4233   </listitem>
4234  </varlistentry>
4235
4236  <varlistentry>
4237   <term>Effect:</term>
4238   <listitem>
4239    <para>
4240     This action alone doesn't do anything noticeable. It just marks URLs.
4241     If the <literal><link linkend="block">block</link></literal> action <emphasis>also applies</emphasis>,
4242     the presence or absence of this mark decides whether an HTML <quote>BLOCKED</quote>
4243     page, or an empty document will be sent to the client as a substitute for the blocked content.
4244     The <emphasis>empty</emphasis> document isn't literally empty, but actually contains a single space.
4245    </para>
4246   </listitem>
4247  </varlistentry>
4248
4249  <varlistentry>
4250   <term>Type:</term>
4251   <!-- Boolean, Parameterized, Multi-value -->
4252   <listitem>
4253    <para>Boolean.</para>
4254   </listitem>
4255  </varlistentry>
4256
4257  <varlistentry>
4258   <term>Parameter:</term>
4259   <listitem>
4260    <para>
4261     N/A
4262    </para>
4263   </listitem>
4264  </varlistentry>
4265
4266  <varlistentry>
4267   <term>Notes:</term>
4268   <listitem>
4269    <para>
4270     Some browsers complain about syntax errors if JavaScript documents
4271     are blocked with <application>Privoxy's</application>
4272     default HTML page; this option can be used to silence them.
4273     And of course this action can also be used to eliminate the &my-app;
4274     BLOCKED message in frames.
4275    </para>
4276    <para>
4277     The content type for the empty document can be specified with
4278     <literal><link linkend="content-type-overwrite">content-type-overwrite{}</link></literal>,
4279     but usually this isn't necessary.
4280    </para>
4281   </listitem>
4282  </varlistentry>
4283
4284  <varlistentry>
4285   <term>Example usage:</term>
4286   <listitem>
4287    <para>
4288      <screen># Block all documents on example.org that end with ".js",
4289 # but send an empty document instead of the usual HTML message. 
4290 {+block +handle-as-empty-document}
4291 example.org/.*\.js$
4292      </screen>
4293    </para>
4294   </listitem>
4295  </varlistentry>
4296 </variablelist>
4297 </sect3>
4298
4299
4300 <!--   ~~~~~       New section      ~~~~~     -->
4301 <sect3 renderas="sect4" id="handle-as-image">
4302 <title>handle-as-image</title>
4303
4304 <variablelist>
4305  <varlistentry>
4306   <term>Typical use:</term>
4307   <listitem>
4308    <para>Mark URLs as belonging to images (so they'll be replaced by images <emphasis>if they do get blocked</emphasis>, rather than HTML pages)</para>
4309   </listitem>
4310  </varlistentry>
4311
4312  <varlistentry>
4313   <term>Effect:</term>
4314   <listitem>
4315    <para>
4316     This action alone doesn't do anything noticeable. It just marks URLs as images.
4317     If the <literal><link linkend="block">block</link></literal> action <emphasis>also applies</emphasis>,
4318     the presence or absence of this mark decides whether an HTML <quote>blocked</quote>
4319     page, or a replacement image (as determined by the <literal><link
4320     linkend="set-image-blocker">set-image-blocker</link></literal> action) will be sent to the
4321     client as a substitute for the blocked content.
4322    </para>
4323   </listitem>
4324  </varlistentry>
4325
4326  <varlistentry>
4327   <term>Type:</term>
4328   <!-- Boolean, Parameterized, Multi-value -->
4329   <listitem>
4330    <para>Boolean.</para>
4331   </listitem>
4332  </varlistentry>
4333
4334  <varlistentry>
4335   <term>Parameter:</term>
4336   <listitem>
4337    <para>
4338     N/A
4339    </para>
4340   </listitem>
4341  </varlistentry>
4342  
4343  <varlistentry>
4344   <term>Notes:</term>
4345   <listitem>
4346    <para>
4347     The below generic example section is actually part of <filename>default.action</filename>.
4348     It marks all URLs with well-known image file name extensions as images and should
4349     be left intact. 
4350    </para>
4351    <para>
4352     Users will probably only want to use the handle-as-image action in conjunction with
4353     <literal><link linkend="block">block</link></literal>, to block sources of banners, whose URLs don't
4354     reflect the file type, like in the second example section.
4355    </para>
4356    <para>
4357     Note that you cannot treat HTML pages as images in most cases. For instance, (in-line) ad
4358     frames require an HTML page to be sent, or they won't display properly.
4359     Forcing <literal>handle-as-image</literal> in this situation will not replace the
4360     ad frame with an image, but lead to error messages.
4361    </para>
4362   </listitem>
4363  </varlistentry>
4364
4365  <varlistentry>
4366   <term>Example usage (sections):</term>
4367   <listitem>
4368    <para>
4369      <screen># Generic image extensions:
4370 #
4371 {+handle-as-image}
4372 /.*\.(gif|jpg|jpeg|png|bmp|ico)$
4373
4374 # These don't look like images, but they're banners and should be
4375 # blocked as images:
4376 #
4377 {+block +handle-as-image}
4378 some.nasty-banner-server.com/junk.cgi\?output=trash
4379
4380 # Banner source! Who cares if they also have non-image content?
4381 ad.doubleclick.net 
4382 </screen>
4383    </para>
4384   </listitem>
4385  </varlistentry>
4386 </variablelist>
4387 </sect3>
4388
4389
4390 <!--   ~~~~~       New section      ~~~~~     -->
4391 <sect3 renderas="sect4" id="hide-accept-language">
4392 <title>hide-accept-language</title>
4393 <!--
4394 new action
4395 -->
4396 <variablelist>
4397  <varlistentry>
4398   <term>Typical use:</term>
4399   <listitem>
4400    <para>Pretend to use different language settings.</para>
4401   </listitem>
4402  </varlistentry>
4403
4404  <varlistentry>
4405   <term>Effect:</term>
4406   <listitem>
4407    <para>
4408     Deletes or replaces the <quote>Accept-Language:</quote> HTTP header in client requests.
4409    </para>
4410   </listitem>
4411  </varlistentry>
4412
4413  <varlistentry>
4414   <term>Type:</term>
4415   <!-- Boolean, Parameterized, Multi-value -->
4416   <listitem>
4417    <para>Parameterized.</para>
4418   </listitem>
4419  </varlistentry>
4420
4421  <varlistentry>
4422   <term>Parameter:</term>
4423   <listitem>
4424    <para>
4425     Keyword: <quote>block</quote>, or any user defined value.
4426    </para>    
4427   </listitem>
4428  </varlistentry>
4429  
4430  <varlistentry>
4431   <term>Notes:</term>
4432   <listitem>
4433    <para>
4434     Faking the browser's language settings can be useful to make a
4435     foreign User-Agent set with
4436     <literal><link linkend="hide-user-agent">hide-user-agent</link></literal>
4437     more believable.
4438    </para>
4439    <para>
4440     However some sites with content in different languages check the
4441     <quote>Accept-Language:</quote> to decide which one to take by default.
4442     Sometimes it isn't possible to later switch to another language without
4443     changing the <quote>Accept-Language:</quote> header first.
4444    </para>
4445    <para>
4446     Therefore it's a good idea to either only change the
4447     <quote>Accept-Language:</quote> header to languages you understand,
4448     or to languages that aren't wide spread.
4449    </para>
4450    <para>
4451     Before setting the <quote>Accept-Language:</quote> header
4452     to a rare language, you should consider that it helps to
4453     make your requests unique and thus easier to trace.
4454     If you don't plan to change this header frequently,
4455     you should stick to a common language. 
4456    </para>
4457   </listitem>
4458  </varlistentry>
4459
4460  <varlistentry>
4461   <term>Example usage (section):</term>
4462   <listitem>
4463     <para>
4464      <screen># Pretend to use Canadian language settings.
4465 {+hide-accept-language{en-ca} \
4466 +hide-user-agent{Mozilla/5.0 (X11; U; OpenBSD i386; en-CA; rv:1.8.0.4) Gecko/20060628 Firefox/1.5.0.4} \
4467 }
4468 /   </screen>
4469    </para>
4470   </listitem>
4471  </varlistentry>
4472 </variablelist>
4473 </sect3>
4474
4475
4476 <!--   ~~~~~       New section      ~~~~~     -->
4477 <sect3 renderas="sect4" id="hide-content-disposition">
4478 <title>hide-content-disposition</title>
4479 <!--
4480 new action
4481 -->
4482 <variablelist>
4483  <varlistentry>
4484   <term>Typical use:</term>
4485   <listitem>
4486    <para>Prevent download menus for content you prefer to view inside the browser.</para>
4487   </listitem>
4488  </varlistentry>
4489
4490  <varlistentry>
4491   <term>Effect:</term>
4492   <listitem>
4493    <para>
4494     Deletes or replaces the <quote>Content-Disposition:</quote> HTTP header set by some servers.
4495    </para>
4496   </listitem>
4497  </varlistentry>
4498
4499  <varlistentry>
4500   <term>Type:</term>
4501   <!-- Boolean, Parameterized, Multi-value -->
4502   <listitem>
4503    <para>Parameterized.</para>
4504   </listitem>
4505  </varlistentry>
4506
4507  <varlistentry>
4508   <term>Parameter:</term>
4509   <listitem>
4510    <para>
4511     Keyword: <quote>block</quote>, or any user defined value.
4512    </para>    
4513   </listitem>
4514  </varlistentry>
4515  
4516  <varlistentry>
4517   <term>Notes:</term>
4518   <listitem>
4519    <para>
4520     Some servers set the <quote>Content-Disposition:</quote> HTTP header for
4521     documents they assume you want to save locally before viewing them.
4522     The <quote>Content-Disposition:</quote> header contains the file name
4523     the browser is supposed to use by default.
4524    </para>
4525    <para>
4526     In most browsers that understand this header, it makes it impossible to
4527     <emphasis>just view</emphasis> the document, without downloading it first,
4528     even if it's just a simple text file or an image.
4529    </para>
4530    <para>
4531     Removing the <quote>Content-Disposition:</quote> header helps
4532     to prevent this annoyance, but some browsers additionally check the
4533     <quote>Content-Type:</quote> header, before they decide if they can
4534     display a document without saving it first. In these cases, you have
4535     to change this header as well, before the browser stops displaying
4536     download menus.
4537    </para>
4538    <para>
4539     It is also possible to change the server's file name suggestion
4540     to another one, but in most cases it isn't worth the time to set
4541     it up.
4542    </para>
4543    <para>
4544     This action will probably be removed in the future,
4545     use server-header filters instead.
4546    </para>
4547   </listitem>
4548  </varlistentry>
4549
4550  <varlistentry>
4551   <term>Example usage:</term>
4552   <listitem>
4553     <para>
4554      <screen># Disarm the download link in Sourceforge's patch tracker
4555 { -filter \
4556  +content-type-overwrite{text/plain}\
4557  +hide-content-disposition{block} }
4558  .sourceforge.net/tracker/download\.php</screen>
4559    </para>
4560   </listitem>
4561  </varlistentry>
4562 </variablelist>
4563 </sect3>
4564
4565
4566 <!--   ~~~~~       New section      ~~~~~     -->
4567 <sect3 renderas="sect4" id="hide-if-modified-since">
4568 <title>hide-if-modified-since</title>
4569 <!--
4570 new action
4571 -->
4572 <variablelist>
4573  <varlistentry>
4574   <term>Typical use:</term>
4575   <listitem>
4576    <para>Prevent yet another way to track the user's steps between sessions.</para>
4577   </listitem>
4578  </varlistentry>
4579
4580  <varlistentry>
4581   <term>Effect:</term>
4582   <listitem>
4583    <para>
4584     Deletes the <quote>If-Modified-Since:</quote> HTTP client header or modifies its value. 
4585    </para>
4586   </listitem>
4587  </varlistentry>
4588
4589  <varlistentry>
4590   <term>Type:</term>
4591   <!-- Boolean, Parameterized, Multi-value -->
4592   <listitem>
4593    <para>Parameterized.</para>
4594   </listitem>
4595  </varlistentry>
4596
4597  <varlistentry>
4598   <term>Parameter:</term>
4599   <listitem>
4600    <para>
4601     Keyword: <quote>block</quote>, or a user defined value that specifies a range of hours.
4602    </para>    
4603   </listitem>
4604  </varlistentry>
4605  
4606  <varlistentry>
4607   <term>Notes:</term>
4608   <listitem>
4609    <para>
4610     Removing this header is useful for filter testing, where you want to force a real
4611     reload instead of getting status code <quote>304</quote>, which would cause the
4612     browser to use a cached copy of the page.
4613    </para>
4614    <para>
4615     Instead of removing the header, <literal>hide-if-modified-since</literal> can
4616     also add or subtract a random amount of time to/from the header's value.
4617     You specify a range of minutes where the random factor should be chosen from and
4618     <application>Privoxy</application> does the rest. A negative value means
4619     subtracting, a positive value adding.
4620    </para>
4621    <para>
4622     Randomizing the value of the <quote>If-Modified-Since:</quote> makes
4623     it less likely that the server can use the time as a cookie replacement,
4624     but you will run into caching problems if the random range is too high.
4625    </para>
4626    <para>
4627     It is a good idea to only use a small negative value and let
4628     <literal><link linkend="overwrite-last-modified">overwrite-last-modified</link></literal>
4629     handle the greater changes.
4630    </para>
4631    <para>
4632     It is also recommended to use this action together with
4633     <literal><link linkend="crunch-if-none-match">crunch-if-none-match</link></literal>,
4634     otherwise it's more or less pointless.
4635    </para>
4636   </listitem>
4637  </varlistentry>
4638
4639  <varlistentry>
4640   <term>Example usage (section):</term>
4641   <listitem>
4642     <para>
4643      <screen># Let the browser revalidate but make tracking based on the time less likely.
4644 {+hide-if-modified-since{-60} \
4645  +overwrite-last-modified{randomize} \
4646  +crunch-if-none-match}
4647 /</screen>
4648    </para>
4649   </listitem>
4650  </varlistentry>
4651 </variablelist>
4652 </sect3>
4653
4654
4655 <!--   ~~~~~       New section      ~~~~~     -->
4656 <sect3 renderas="sect4" id="hide-forwarded-for-headers">
4657 <title>hide-forwarded-for-headers</title>
4658 <variablelist>
4659  <varlistentry>
4660   <term>Typical use:</term>
4661   <listitem>
4662    <para>Improve privacy by not forwarding the source of the request in the HTTP headers.</para>
4663   </listitem>
4664  </varlistentry>
4665
4666  <varlistentry>
4667   <term>Effect:</term>
4668   <listitem>
4669    <para>
4670     Deletes any existing <quote>X-Forwarded-for:</quote> HTTP header from client requests.
4671    </para>
4672   </listitem>
4673  </varlistentry>
4674
4675  <varlistentry>
4676   <term>Type:</term>
4677   <!-- Boolean, Parameterized, Multi-value -->
4678   <listitem>
4679    <para>Boolean.</para>
4680   </listitem>
4681  </varlistentry>
4682
4683  <varlistentry>
4684   <term>Parameter:</term>
4685   <listitem>
4686    <para>
4687     N/A
4688    </para>
4689   </listitem>
4690  </varlistentry>
4691  
4692  <varlistentry>
4693   <term>Notes:</term>
4694   <listitem>
4695    <para>
4696     It is safe and recommended to leave this on.
4697    </para>
4698   </listitem>
4699  </varlistentry>
4700
4701  <varlistentry>
4702   <term>Example usage:</term>
4703   <listitem>
4704     <para>
4705      <screen>+hide-forwarded-for-headers</screen>
4706    </para>
4707   </listitem>
4708  </varlistentry>
4709 </variablelist>
4710 </sect3>
4711
4712
4713 <!--   ~~~~~       New section      ~~~~~     -->
4714 <sect3 renderas="sect4" id="hide-from-header">
4715 <title>hide-from-header</title>
4716
4717 <variablelist>
4718  <varlistentry>
4719   <term>Typical use:</term>
4720   <listitem>
4721    <para>Keep your (old and ill) browser from telling web servers your email address</para>
4722   </listitem>
4723  </varlistentry>
4724
4725  <varlistentry>
4726   <term>Effect:</term>
4727   <listitem>
4728    <para>
4729     Deletes any existing <quote>From:</quote> HTTP header, or replaces it with the
4730     specified string.
4731    </para>
4732   </listitem>
4733  </varlistentry>
4734
4735  <varlistentry>
4736   <term>Type:</term>
4737   <!-- Boolean, Parameterized, Multi-value -->
4738   <listitem>
4739    <para>Parameterized.</para>
4740   </listitem>
4741  </varlistentry>
4742
4743  <varlistentry>
4744   <term>Parameter:</term>
4745   <listitem>
4746    <para>
4747     Keyword: <quote>block</quote>, or any user defined value.
4748    </para>
4749   </listitem>
4750  </varlistentry>
4751  
4752  <varlistentry>
4753   <term>Notes:</term>
4754   <listitem>
4755    <para>
4756     The keyword <quote>block</quote> will completely remove the header 
4757     (not to be confused with the <literal><link linkend="block">block</link></literal>
4758     action).
4759    </para>
4760    <para>
4761     Alternately, you can specify any value you prefer to be sent to the web
4762     server. If you do, it is a matter of fairness not to use any address that
4763     is actually used by a real person.
4764    </para>
4765    <para>
4766     This action is rarely needed, as modern web browsers don't send
4767     <quote>From:</quote> headers anymore.
4768    </para>
4769   </listitem>
4770  </varlistentry>
4771
4772  <varlistentry>
4773   <term>Example usage:</term>
4774   <listitem>
4775    <para>
4776     <screen>+hide-from-header{block}</screen> or
4777     <screen>+hide-from-header{spam-me-senseless@sittingduck.example.com}</screen>
4778    </para>
4779   </listitem>
4780  </varlistentry>
4781 </variablelist>
4782 </sect3>
4783
4784
4785 <!--   ~~~~~       New section      ~~~~~     -->
4786 <sect3 renderas="sect4" id="hide-referrer">
4787 <title>hide-referrer</title>
4788 <anchor id="hide-referer">
4789 <variablelist>
4790  <varlistentry>
4791   <term>Typical use:</term>
4792   <listitem>
4793    <para>Conceal which link you followed to get to a particular site</para>
4794   </listitem>
4795  </varlistentry>
4796
4797  <varlistentry>
4798   <term>Effect:</term>
4799   <listitem>
4800    <para>
4801     Deletes the <quote>Referer:</quote> (sic) HTTP header from the client request,
4802     or replaces it with a forged one.
4803    </para>
4804   </listitem>
4805  </varlistentry>
4806
4807  <varlistentry>
4808   <term>Type:</term>
4809   <!-- Boolean, Parameterized, Multi-value -->
4810   <listitem>
4811    <para>Parameterized.</para>
4812   </listitem>
4813  </varlistentry>
4814
4815  <varlistentry>
4816   <term>Parameter:</term>
4817   <listitem>
4818    <itemizedlist>
4819     <listitem>
4820      <para><quote>conditional-block</quote> to delete the header completely if the host has changed.</para>
4821     </listitem>
4822     <listitem>
4823      <para><quote>conditional-forge</quote> to forge the header if the host has changed.</para>
4824     </listitem>
4825     <listitem>
4826      <para><quote>block</quote> to delete the header unconditionally.</para>
4827     </listitem>
4828     <listitem>
4829      <para><quote>forge</quote> to pretend to be coming from the homepage of the server we are talking to.</para>
4830     </listitem>
4831     <listitem>
4832      <para>Any other string to set a user defined referrer.</para>
4833     </listitem>
4834    </itemizedlist>
4835   </listitem>
4836  </varlistentry>
4837  
4838  <varlistentry>
4839   <term>Notes:</term>
4840   <listitem>
4841    <para>
4842     <literal>conditional-block</literal> is the only parameter,
4843     that isn't easily detected in the server's log file. If it blocks the
4844     referrer, the request will look like the visitor used a bookmark or
4845     typed in the address directly.
4846    </para>
4847    <para>
4848     Leaving the referrer unmodified for requests on the same host
4849     allows the server owner to see the visitor's <quote>click path</quote>,
4850     but in most cases she could also get that information by comparing
4851     other parts of the log file: for example the User-Agent if it isn't
4852     a very common one, or the user's IP address if it doesn't change between
4853     different requests.
4854    </para>
4855    <para>
4856     Always blocking the referrer, or using a custom one, can lead to
4857     failures on servers that check the referrer before they answer any
4858     requests, in an attempt to prevent their content from being
4859     embedded or linked to elsewhere.
4860    </para>
4861    <para>
4862     Both <literal>conditional-block</literal> and <literal>forge</literal>
4863     will work with referrer checks, as long as content and valid referring page
4864     are on the same host. Most of the time that's the case.
4865    </para>
4866    <para>  
4867     <literal>hide-referer</literal> is an alternate spelling of
4868     <literal>hide-referrer</literal> and the two can be can be freely
4869     substituted with each other. (<quote>referrer</quote> is the
4870     correct English spelling, however the HTTP specification has a bug - it
4871     requires it to be spelled as <quote>referer</quote>.) 
4872    </para>
4873   </listitem>
4874  </varlistentry>
4875
4876  <varlistentry>
4877   <term>Example usage:</term>
4878   <listitem>
4879    <para>
4880      <screen>+hide-referrer{forge}</screen> or
4881      <screen>+hide-referrer{http://www.yahoo.com/}</screen>
4882    </para>
4883   </listitem>
4884  </varlistentry>
4885 </variablelist>
4886 </sect3>
4887
4888
4889 <!--   ~~~~~       New section      ~~~~~     -->
4890 <sect3 renderas="sect4" id="hide-user-agent">
4891 <title>hide-user-agent</title>
4892
4893 <variablelist>
4894  <varlistentry>
4895   <term>Typical use:</term>
4896   <listitem>
4897    <para>Try to conceal your type of browser and client operating system</para>
4898   </listitem>
4899  </varlistentry>
4900
4901  <varlistentry>
4902   <term>Effect:</term>
4903   <listitem>
4904    <para>
4905     Replaces the value of the <quote>User-Agent:</quote> HTTP header
4906     in client requests with the specified value.
4907    </para>
4908   </listitem>
4909  </varlistentry>
4910
4911  <varlistentry>
4912   <term>Type:</term>
4913   <!-- Boolean, Parameterized, Multi-value -->
4914   <listitem>
4915    <para>Parameterized.</para>
4916   </listitem>
4917  </varlistentry>
4918
4919  <varlistentry>
4920   <term>Parameter:</term>
4921   <listitem>
4922    <para>
4923     Any user-defined string.
4924    </para>
4925   </listitem>
4926  </varlistentry>
4927  
4928  <varlistentry>
4929   <term>Notes:</term>
4930   <listitem>
4931    <warning> 
4932     <para>
4933      This can lead to problems on web sites that depend on looking at this header in
4934      order to customize their content for different browsers (which, by the
4935      way, is <emphasis>NOT</emphasis> the right thing to do: good web sites
4936      work browser-independently). 
4937     </para>
4938    </warning>
4939    <para>
4940     Using this action in multi-user setups or wherever different types of
4941     browsers will access the same <application>Privoxy</application> is
4942     <emphasis>not recommended</emphasis>. In single-user, single-browser
4943     setups, you might use it to delete your OS version information from
4944     the headers, because it is an invitation to exploit known bugs for your
4945     OS. It is also occasionally useful to forge this in order to access 
4946     sites that won't let you in otherwise (though there may be a good 
4947     reason in some cases). Example of this: some MSN sites will not 
4948     let <application>Mozilla</application> enter, yet forging to a 
4949     <application>Netscape 6.1</application> user-agent works just fine.
4950     (Must be just a silly MS goof, I'm sure :-).
4951    </para>
4952    <para>
4953      More information on known user-agent strings can be found at 
4954      <ulink url="http://www.user-agents.org/">http://www.user-agents.org/</ulink>
4955      and 
4956      <ulink url="http://en.wikipedia.org/wiki/User_agent">http://en.wikipedia.org/wiki/User_agent</ulink>.
4957    </para>
4958    </listitem>
4959  </varlistentry>
4960
4961  <varlistentry>
4962   <term>Example usage:</term>
4963   <listitem>
4964    <para>
4965      <screen>+hide-user-agent{Netscape 6.1 (X11; I; Linux 2.4.18 i686)}</screen>
4966    </para>
4967   </listitem>
4968  </varlistentry>
4969 </variablelist>
4970 </sect3>
4971
4972
4973 <!--   ~~~~~       New section      ~~~~~     -->
4974 <sect3 renderas="sect4" id="inspect-jpegs">
4975 <title>inspect-jpegs</title>
4976 <variablelist>
4977  <varlistentry>
4978   <term>Typical use:</term>
4979   <listitem>
4980    <para>Try to protect against a MS buffer over-run in JPEG processing</para>
4981   </listitem>
4982  </varlistentry>
4983
4984  <varlistentry>
4985   <term>Effect:</term>
4986   <listitem>
4987    <para>
4988     Protect against a known exploit
4989    </para>
4990   </listitem>
4991  </varlistentry>
4992
4993  <varlistentry>
4994   <term>Type:</term>
4995   <!-- Boolean, Parameterized, Multi-value -->
4996   <listitem>
4997    <para>Boolean.</para>
4998   </listitem>
4999  </varlistentry>
5000
5001  <varlistentry>
5002   <term>Parameter:</term>
5003   <listitem>
5004    <para>
5005     N/A
5006    </para>
5007   </listitem>
5008  </varlistentry>
5009  
5010  <varlistentry>
5011   <term>Notes:</term>
5012   <listitem>
5013    <para>
5014     See Microsoft Security Bulletin MS04-028. JPEG images are one of the most 
5015     common image types found across the Internet. The exploit as described can 
5016     allow execution of code on the target system, giving an attacker access 
5017     to the system in question by merely planting an altered JPEG image, which 
5018     would have no obvious indications of what lurks inside. This action
5019     tries to prevent this exploit if delivered through unencrypted HTTP.
5020    </para>
5021    <para>
5022     Note that the exploit mentioned is several years old
5023     and it's unlikely that your client is still vulnerable
5024     against it. This action may be removed in one of the
5025     next releases.
5026    </para>
5027   
5028   </listitem>
5029  </varlistentry>
5030
5031  <varlistentry>
5032   <term>Example usage:</term>
5033   <listitem>
5034    <para><screen>+inspect-jpegs</screen></para>
5035   </listitem>
5036  </varlistentry>
5037 </variablelist>
5038 </sect3>
5039
5040
5041 <!--   ~~~~~       New section      ~~~~~     -->
5042 <sect3 renderas="sect4" id="kill-popups">
5043 <title>kill-popups<anchor id="kill-popup"></title>
5044
5045 <variablelist>
5046  <varlistentry>
5047   <term>Typical use:</term>
5048   <listitem>
5049    <para>Eliminate those annoying pop-up windows (deprecated)</para>
5050   </listitem>
5051  </varlistentry>
5052
5053  <varlistentry>
5054   <term>Effect:</term>
5055   <listitem>
5056    <para>
5057     While loading the document, replace JavaScript code that opens
5058     pop-up windows with (syntactically neutral) dummy code on the fly.
5059    </para>
5060   </listitem>
5061  </varlistentry>
5062
5063  <varlistentry>
5064   <term>Type:</term>
5065   <!-- Boolean, Parameterized, Multi-value -->
5066   <listitem>
5067    <para>Boolean.</para>
5068   </listitem>
5069  </varlistentry>
5070
5071  <varlistentry>
5072   <term>Parameter:</term>
5073   <listitem>
5074    <para>
5075     N/A
5076    </para>
5077   </listitem>
5078  </varlistentry>
5079  
5080  <varlistentry>
5081   <term>Notes:</term>
5082   <listitem>
5083    <para>
5084     This action is basically a built-in, hardwired special-purpose filter
5085     action, but there are important differences: For <literal>kill-popups</literal>,
5086     the document need not be buffered, so it can be incrementally rendered while
5087     downloading. But <literal>kill-popups</literal> doesn't catch as many pop-ups as
5088     <literal><link
5089     linkend="FILTER-ALL-POPUPS">filter{<replaceable>all-popups</replaceable>}</link></literal>
5090     does and is not as smart as <literal><link
5091     linkend="FILTER-UNSOLICITED-POPUPS">filter{<replaceable>unsolicited-popups</replaceable>}</link>
5092     </literal>is.
5093    </para>
5094    <para>
5095     Think of it as a fast and efficient replacement for a filter that you
5096     can use if you don't want any filtering at all. Note that it doesn't make
5097     sense to combine it with any <literal><link linkend="filter">filter</link></literal> action,
5098     since as soon as one <literal><link linkend="filter">filter</link></literal> applies,
5099     the whole document needs to be buffered anyway, which destroys the advantage of
5100     the <literal>kill-popups</literal> action over its filter equivalent.
5101    </para>
5102    <para>
5103     Killing all pop-ups unconditionally is problematic. Many shops and banks rely on
5104     pop-ups to display forms, shopping carts etc, and the <literal><link
5105     linkend="FILTER-UNSOLICITED-POPUPS">filter{<replaceable>unsolicited-popups</replaceable>}</link>
5106     </literal> does a better job of catching only the unwanted ones.
5107    </para>
5108    <para>
5109     If the only kind of pop-ups that you want to kill are exit consoles (those
5110     <emphasis>really nasty</emphasis> windows that appear when you close an other
5111     one), you might want to use
5112     <literal><link
5113     linkend="filter">filter</link>{<replaceable>js-annoyances</replaceable>}</literal>
5114     instead. 
5115    </para>
5116    <para>
5117     This action is most appropriate for browsers that don't have any controls 
5118     for unwanted pop-ups. Not recommended for general usage.
5119    </para>
5120    <para>
5121     This action doesn't work very reliable and may be removed in future releases.
5122    </para>
5123   </listitem>
5124  </varlistentry>
5125
5126  <varlistentry>
5127   <term>Example usage:</term>
5128   <listitem>
5129    <para><screen>+kill-popups</screen></para>
5130   </listitem>
5131  </varlistentry>
5132 </variablelist>
5133 </sect3>
5134
5135
5136 <!--   ~~~~~       New section      ~~~~~     -->
5137 <sect3 renderas="sect4" id="limit-connect">
5138 <title>limit-connect</title>
5139
5140 <variablelist>
5141  <varlistentry>
5142   <term>Typical use:</term>
5143   <listitem>
5144    <para>Prevent abuse of <application>Privoxy</application> as a TCP proxy relay or disable SSL for untrusted sites</para>
5145   </listitem>
5146  </varlistentry>
5147
5148  <varlistentry>
5149   <term>Effect:</term>
5150   <listitem>
5151    <para>
5152     Specifies to which ports HTTP CONNECT requests are allowable.
5153    </para>
5154   </listitem>
5155  </varlistentry>
5156
5157  <varlistentry>
5158   <term>Type:</term>
5159   <!-- Boolean, Parameterized, Multi-value -->
5160   <listitem>
5161    <para>Parameterized.</para>
5162   </listitem>
5163  </varlistentry>
5164
5165  <varlistentry>
5166   <term>Parameter:</term>
5167   <listitem>
5168    <para>
5169     A comma-separated list of ports or port ranges (the latter using dashes, with the minimum
5170     defaulting to 0 and the maximum to 65K).
5171    </para>
5172   </listitem>
5173  </varlistentry>
5174  
5175  <varlistentry>
5176   <term>Notes:</term>
5177   <listitem>
5178    <para>
5179     By default, i.e. if no <literal>limit-connect</literal> action applies,
5180     <application>Privoxy</application> only allows HTTP CONNECT
5181     requests to port 443 (the standard, secure HTTPS port). Use 
5182     <literal>limit-connect</literal> if more fine-grained control is desired
5183     for some or all destinations.
5184    </para>
5185    <para>
5186     The CONNECT methods exists in HTTP to allow access to secure websites
5187     (<quote>https://</quote> URLs) through proxies. It works very simply:
5188     the proxy connects to the server on the specified port, and then
5189     short-circuits its connections to the client and to the remote server.
5190     This means CONNECT-enabled proxies can be used as TCP relays very easily.
5191   </para>
5192   <para>
5193    <application>Privoxy</application> relays HTTPS traffic without seeing
5194    the decoded content. Websites can leverage this limitation to circumvent &my-app;'s
5195    filters. By specifying an invalid port range you can disable HTTPS entirely.
5196    If you plan to disable SSL by default, consider enabling 
5197    <literal><link linkend="treat-forbidden-connects-like-blocks ">treat-forbidden-connects-like-blocks</link></literal>
5198    as well, to be able to quickly create exceptions.
5199   </para>
5200   </listitem>
5201  </varlistentry>
5202
5203  <varlistentry>
5204   <term>Example usages:</term>
5205   <listitem>
5206    <!-- I had trouble getting the spacing to look right in my browser -->
5207    <!-- I probably have the wrong font setup, bollocks. -->
5208    <!-- Apparently the emphasis tag uses a proportional font no matter what -->
5209     <para>
5210      <screen>+limit-connect{443}                   # This is the default and need not be specified.
5211 +limit-connect{80,443}                # Ports 80 and 443 are OK.
5212 +limit-connect{-3, 7, 20-100, 500-}   # Ports less than 3, 7, 20 to 100 and above 500 are OK.
5213 +limit-connect{-}                     # All ports are OK
5214 +limit-connect{,}                     # No HTTPS/SSL traffic is allowed</screen>
5215    </para>
5216   </listitem>
5217  </varlistentry>
5218 </variablelist>
5219 </sect3>
5220
5221 <!--   ~~~~~       New section      ~~~~~     -->
5222 <sect3 renderas="sect4" id="prevent-compression">
5223 <title>prevent-compression</title>
5224
5225 <variablelist>
5226  <varlistentry>
5227   <term>Typical use:</term>
5228   <listitem>
5229    <para>
5230     Ensure that servers send the content uncompressed, so it can be
5231     passed through <literal><link linkend="filter">filter</link></literal>s.
5232    </para>
5233   </listitem>
5234  </varlistentry>
5235
5236  <varlistentry>
5237   <term>Effect:</term>
5238   <listitem>
5239    <para>
5240     Removes the Accept-Encoding header which can be used to ask for compressed transfer.
5241    </para>
5242   </listitem>
5243  </varlistentry>
5244
5245  <varlistentry>
5246   <term>Type:</term>
5247   <!-- Boolean, Parameterized, Multi-value -->
5248   <listitem>
5249    <para>Boolean.</para>
5250   </listitem>
5251  </varlistentry>
5252
5253  <varlistentry>
5254   <term>Parameter:</term>
5255   <listitem>
5256    <para>
5257     N/A
5258    </para>
5259   </listitem>
5260  </varlistentry>
5261  
5262  <varlistentry>
5263   <term>Notes:</term>
5264   <listitem>
5265    <para>
5266     More and more websites send their content compressed by default, which
5267     is generally a good idea and saves bandwidth. But the <literal><link
5268     linkend="filter">filter</link></literal>, <literal><link linkend="deanimate-gifs">deanimate-gifs</link></literal>
5269     and <literal><link linkend="kill-popups">kill-popups</link></literal> actions need
5270     access to the uncompressed data.
5271    </para>
5272    <para>
5273     When compiled with zlib support (available since &my-app; 3.0.7), content that should be
5274     filtered is decompressed on-the-fly and you don't have to worry about this action.
5275     If you are using an older &my-app; version, or one that hasn't been compiled with zlib
5276     support, this action can be used to convince the server to send the content uncompressed.
5277    </para>
5278    <para>
5279     Most text-based instances compress very well, the size is seldom decreased by less than 50%,
5280     for markup-heavy instances like news feeds saving more than 90% of the original size isn't
5281     unusual. 
5282    </para>
5283    <para>
5284     Not using compression will therefore slow down the transfer, and you should only
5285     enable this action if you really need it. As of &my-app; 3.0.7 it's disabled in all
5286     predefined action settings.
5287    </para>
5288    <para>
5289     Note that some (rare) ill-configured sites don't handle requests for uncompressed
5290     documents correctly. Broken PHP applications tend to send an empty document body,
5291     some IIS versions only send the beginning of the content. If you enable
5292     <literal>prevent-compression</literal> per default, you might want to add
5293     exceptions for those sites. See the example for how to do that.
5294    </para>
5295   </listitem>
5296  </varlistentry>
5297
5298  <varlistentry>
5299   <term>Example usage (sections):</term>
5300   <listitem>
5301    <para>
5302     <screen>
5303 # Selectively turn off compression, and enable a filter
5304 #
5305 { +filter{tiny-textforms} +prevent-compression }
5306 # Match only these sites
5307  .google.
5308  sourceforge.net
5309  sf.net
5310
5311 # Or instead, we could set a universal default:
5312 #
5313 { +prevent-compression }
5314  / # Match all sites
5315
5316 # Then maybe make exceptions for broken sites:
5317 #
5318 { -prevent-compression }
5319 .compusa.com/</screen>
5320    </para>
5321   </listitem>
5322  </varlistentry>
5323
5324 </variablelist>
5325 </sect3>
5326
5327
5328 <!--   ~~~~~       New section      ~~~~~     -->
5329 <sect3 renderas="sect4" id="overwrite-last-modified">
5330 <title>overwrite-last-modified</title>
5331 <!--
5332 new action
5333 -->
5334 <variablelist>
5335  <varlistentry>
5336   <term>Typical use:</term>
5337   <listitem>
5338    <para>Prevent yet another way to track the user's steps between sessions.</para>
5339   </listitem>
5340  </varlistentry>
5341
5342  <varlistentry>
5343   <term>Effect:</term>
5344   <listitem>
5345    <para>
5346     Deletes the <quote>Last-Modified:</quote> HTTP server header or modifies its value. 
5347    </para>
5348   </listitem>
5349  </varlistentry>
5350
5351  <varlistentry>
5352   <term>Type:</term>
5353   <!-- Boolean, Parameterized, Multi-value -->
5354   <listitem>
5355    <para>Parameterized.</para>
5356   </listitem>
5357  </varlistentry>
5358
5359  <varlistentry>
5360   <term>Parameter:</term>
5361   <listitem>
5362    <para>
5363     One of the keywords: <quote>block</quote>, <quote>reset-to-request-time</quote>
5364     and <quote>randomize</quote>
5365    </para>    
5366   </listitem>
5367  </varlistentry>
5368  
5369  <varlistentry>
5370   <term>Notes:</term>
5371   <listitem>
5372    <para>
5373     Removing the <quote>Last-Modified:</quote> header is useful for filter
5374     testing, where you want to force a real reload instead of getting status
5375     code <quote>304</quote>, which would cause the browser to reuse the old
5376     version of the page.
5377    </para>
5378    <para>
5379     The <quote>randomize</quote> option overwrites the value of the
5380     <quote>Last-Modified:</quote> header with a randomly chosen time
5381     between the original value and the current time. In theory the server
5382     could send each document with a different <quote>Last-Modified:</quote>
5383     header to track visits without using cookies. <quote>Randomize</quote>
5384     makes it impossible and the browser can still revalidate cached documents. 
5385    </para>
5386    <para>
5387     <quote>reset-to-request-time</quote> overwrites the value of the
5388     <quote>Last-Modified:</quote> header with the current time. You could use
5389     this option together with
5390     <literal><link linkend="hide-if-modified-since">hided-if-modified-since</link></literal>
5391     to further customize your random range.
5392    </para>
5393    <para>
5394     The preferred parameter here is <quote>randomize</quote>. It is safe
5395     to use, as long as the time settings are more or less correct.
5396     If the server sets the <quote>Last-Modified:</quote> header to the time
5397     of the request, the random range becomes zero and the value stays the same.
5398     Therefore you should later randomize it a second time with
5399     <literal><link linkend="hide-if-modified-since">hided-if-modified-since</link></literal>,
5400     just to be sure. 
5401    </para>
5402    <para>
5403     It is also recommended to use this action together with
5404     <literal><link linkend="crunch-if-none-match">crunch-if-none-match</link></literal>.
5405    </para>
5406   </listitem>
5407  </varlistentry>
5408
5409  <varlistentry>
5410   <term>Example usage:</term>
5411   <listitem>
5412     <para>
5413      <screen># Let the browser revalidate without being tracked across sessions
5414 { +hide-if-modified-since{-60} \
5415  +overwrite-last-modified{randomize} \
5416  +crunch-if-none-match}
5417 /</screen>
5418    </para>
5419   </listitem>
5420  </varlistentry>
5421 </variablelist>
5422 </sect3>
5423
5424
5425 <!--   ~~~~~       New section      ~~~~~     -->
5426 <sect3 renderas="sect4" id="redirect">
5427 <title>redirect</title>
5428 <!--
5429 new action
5430 -->
5431 <variablelist>
5432  <varlistentry>
5433   <term>Typical use:</term>
5434   <listitem>
5435    <para>
5436     Redirect requests to other sites.
5437    </para>
5438   </listitem>
5439  </varlistentry>
5440
5441  <varlistentry>
5442   <term>Effect:</term>
5443   <listitem>
5444    <para>
5445     Convinces the browser that the requested document has been moved
5446     to another location and the browser should get it from there.
5447    </para>
5448   </listitem>
5449  </varlistentry>
5450
5451  <varlistentry>
5452   <term>Type:</term>
5453   <!-- Boolean, Parameterized, Multi-value -->
5454   <listitem>
5455    <para>Parameterized</para>
5456   </listitem>
5457  </varlistentry>
5458
5459  <varlistentry>
5460   <term>Parameter:</term>
5461   <listitem>
5462    <para>
5463     An absolute URL or a single pcrs command.
5464    </para>
5465   </listitem>
5466  </varlistentry>
5467  
5468  <varlistentry>
5469   <term>Notes:</term>
5470   <listitem>
5471    <para>
5472     Requests to which this action applies are answered with a
5473     HTTP redirect to URLs of your choosing. The new URL is
5474     either provided as parameter, or derived by applying a
5475     single pcrs command to the original URL.
5476    </para>
5477    <para>
5478     This action will be ignored if you use it together with
5479     <literal><link linkend="block">block</link></literal>.
5480     It can be combined with
5481     <literal><link linkend="fast-redirects">fast-redirects{check-decoded-url}</link></literal>
5482     to redirect to a decoded version of a rewritten URL.
5483    </para>
5484    <para>
5485     Use this action carefully, make sure not to create redirection loops
5486     and be aware that using your own redirects might make it
5487     possible to fingerprint your requests.
5488    </para>
5489   </listitem>
5490  </varlistentry>
5491
5492  <varlistentry>
5493   <term>Example usages:</term>
5494   <listitem>
5495    <para>
5496     <screen># Replace example.com's style sheet with another one
5497 { +redirect{http://localhost/css-replacements/example.com.css} }
5498  example.com/stylesheet\.css
5499
5500 # Create a short, easy to remember nickname for a favorite site
5501 # (relies on the browser accept and forward invalid URLs to &my-app;)
5502 { +redirect{http://www.privoxy.org/user-manual/actions-file.html} }
5503  a
5504
5505 # Always use the expanded view for Undeadly.org articles
5506 # (Note the $ at the end of the URL pattern to make sure
5507 # the request for the rewritten URL isn't redirected as well)
5508 {+redirect{s@$@&amp;mode=expanded@}}
5509 undeadly.org/cgi\?action=article&amp;sid=\d*$</screen>
5510    </para>
5511   </listitem>
5512  </varlistentry>
5513
5514 </variablelist>
5515 </sect3>
5516
5517
5518 <!--   ~~~~~       New section      ~~~~~     -->
5519 <sect3 renderas="sect4" id="send-vanilla-wafer">
5520 <title>send-vanilla-wafer</title>
5521
5522 <variablelist>
5523  <varlistentry>
5524   <term>Typical use:</term>
5525   <listitem>
5526    <para>
5527     Feed log analysis scripts with useless data.
5528    </para>
5529   </listitem>
5530  </varlistentry>
5531
5532  <varlistentry>
5533   <term>Effect:</term>
5534   <listitem>
5535    <para>
5536     Sends a cookie with each request stating that you do not accept any copyright
5537     on cookies sent to you, and asking the site operator not to track you.
5538    </para>
5539   </listitem>
5540  </varlistentry>
5541
5542  <varlistentry>
5543   <term>Type:</term>
5544   <!-- Boolean, Parameterized, Multi-value -->
5545   <listitem>
5546    <para>Boolean.</para>
5547   </listitem>
5548  </varlistentry>
5549
5550  <varlistentry>
5551   <term>Parameter:</term>
5552   <listitem>
5553    <para>
5554     N/A
5555    </para>
5556   </listitem>
5557  </varlistentry>
5558  
5559  <varlistentry>
5560   <term>Notes:</term>
5561   <listitem>
5562    <para>
5563     The vanilla wafer is a (relatively) unique header and could conceivably be used to track you.
5564    </para>
5565    <para>
5566     This action is rarely used and not enabled in the default configuration.
5567    </para>
5568   </listitem>
5569  </varlistentry>
5570
5571  <varlistentry>
5572   <term>Example usage:</term>
5573   <listitem>
5574    <para>
5575      <screen>+send-vanilla-wafer</screen>
5576    </para>
5577   </listitem>
5578  </varlistentry>
5579
5580 </variablelist>
5581 </sect3>
5582
5583
5584 <!--   ~~~~~       New section      ~~~~~     -->
5585 <sect3 renderas="sect4" id="send-wafer">
5586 <title>send-wafer</title>
5587
5588 <variablelist>
5589  <varlistentry>
5590   <term>Typical use:</term>
5591   <listitem>
5592    <para>
5593     Send custom cookies or feed log analysis scripts with even more useless data.
5594    </para>
5595   </listitem>
5596  </varlistentry>
5597
5598  <varlistentry>
5599   <term>Effect:</term>
5600   <listitem>
5601    <para>
5602     Sends a custom, user-defined cookie with each request.
5603    </para>
5604   </listitem>
5605  </varlistentry>
5606
5607  <varlistentry>
5608   <term>Type:</term>
5609   <!-- Boolean, Parameterized, Multi-value -->
5610   <listitem>
5611    <para>Multi-value.</para>
5612   </listitem>
5613  </varlistentry>
5614
5615  <varlistentry>
5616   <term>Parameter:</term>
5617   <listitem>
5618    <para>
5619     A string of the form <quote><replaceable class="option">name</replaceable>=<replaceable
5620     class="parameter">value</replaceable></quote>.
5621    </para>
5622   </listitem>
5623  </varlistentry>
5624  
5625  <varlistentry>
5626   <term>Notes:</term>
5627   <listitem>
5628    <para>
5629     Being multi-valued, multiple instances of this action can apply to the same request,
5630     resulting in multiple cookies being sent.
5631    </para>
5632    <para>
5633     This action is rarely used and not enabled in the default configuration.
5634    </para>
5635   </listitem>
5636  </varlistentry>
5637  <varlistentry>
5638   <term>Example usage (section):</term>
5639   <listitem>
5640    <para>
5641     <screen>{+send-wafer{UsingPrivoxy=true}}
5642 my-internal-testing-server.void</screen>
5643    </para>
5644   </listitem>
5645  </varlistentry>
5646 </variablelist>
5647 </sect3>
5648
5649
5650 <!--   ~~~~~       New section      ~~~~~     -->
5651 <sect3 renderas="sect4" id="server-header-filter">
5652 <title>server-header-filter</title>
5653
5654 <variablelist>
5655  <varlistentry>
5656   <term>Typical use:</term>
5657   <listitem>
5658    <para>
5659    Rewrite or remove single server headers.
5660    </para>
5661   </listitem>
5662  </varlistentry>
5663
5664  <varlistentry>
5665   <term>Effect:</term>
5666   <listitem>
5667    <para>
5668     All server headers to which this action applies are filtered on-the-fly
5669     through the specified regular expression based substitutions.
5670    </para>
5671   </listitem>
5672  </varlistentry>
5673
5674  <varlistentry>
5675   <term>Type:</term>
5676   <!-- boolean, parameterized, Multi-value -->
5677   <listitem>
5678    <para>Parameterized.</para>
5679   </listitem>
5680  </varlistentry>
5681
5682  <varlistentry>
5683   <term>Parameter:</term>
5684   <listitem>
5685    <para>
5686     The name of a server-header filter, as defined in one of the
5687     <link linkend="filter-file">filter files</link>.
5688    </para>
5689   </listitem>
5690  </varlistentry>
5691  
5692  <varlistentry>
5693   <term>Notes:</term>
5694   <listitem>
5695    <para>
5696     Server-header filters are applied to each header on its own, not to
5697     all at once. This makes it easier to diagnose problems, but on the downside
5698     you can't write filters that only change header x if header y's value is z.
5699     You can do that by using tags though.
5700    </para>
5701    <para>
5702     Server-header filters are executed after the other header actions have finished
5703     and use their output as input.
5704    </para>
5705    <para>
5706     Please refer to the <link linkend="filter-file">filter file chapter</link>
5707     to learn which server-header filters are available by default, and how to
5708     create your own.
5709    </para>
5710  </listitem>
5711  </varlistentry>
5712
5713  <varlistentry>
5714   <term>Example usage (section):</term>
5715   <listitem>
5716     <para>
5717      <screen>
5718 {+server-header-filter{html-to-xml}}
5719 example.org/xml-instance-that-is-delivered-as-html
5720
5721 {+server-header-filter{xml-to-html}}
5722 example.org/instance-that-is-delivered-as-xml-but-is-not
5723     </screen>
5724     </para>
5725   </listitem>
5726  </varlistentry>
5727
5728 </variablelist>
5729 </sect3>
5730
5731
5732 <!--   ~~~~~       New section      ~~~~~     -->
5733 <sect3 renderas="sect4" id="server-header-tagger">
5734 <title>server-header-tagger</title>
5735
5736 <variablelist>
5737  <varlistentry>
5738   <term>Typical use:</term>
5739   <listitem>
5740    <para>
5741    Enable or disable filters based on the Content-Type header.
5742    </para>
5743   </listitem>
5744  </varlistentry>
5745
5746  <varlistentry>
5747   <term>Effect:</term>
5748   <listitem>
5749    <para>
5750     Server headers to which this action applies are filtered on-the-fly through
5751     the specified regular expression based substitutions, the result is used as
5752     tag.
5753    </para>
5754   </listitem>
5755  </varlistentry>
5756
5757  <varlistentry>
5758   <term>Type:</term>
5759   <!-- boolean, parameterized, Multi-value -->
5760   <listitem>
5761    <para>Parameterized.</para>
5762   </listitem>
5763  </varlistentry>
5764
5765  <varlistentry>
5766   <term>Parameter:</term>
5767   <listitem>
5768    <para>
5769     The name of a server-header tagger, as defined in one of the
5770     <link linkend="filter-file">filter files</link>.
5771    </para>
5772   </listitem>
5773  </varlistentry>
5774  
5775  <varlistentry>
5776   <term>Notes:</term>
5777   <listitem>
5778    <para>
5779     Server-header taggers are applied to each header on its own,
5780     and as the header isn't modified, each tagger <quote>sees</quote>
5781     the original.
5782    </para>
5783    <para>
5784     Server-header taggers are executed before all other header actions
5785     that modify server headers. Their tags can be used to control
5786     all of the other server-header actions, the content filters
5787     and the crunch actions (<link linkend="redirect">redirect</link>
5788     and <link linkend="block">block</link>).
5789    </para>
5790    <para>
5791     Obviously crunching based on tags created by server-header taggers
5792     doesn't prevent the request from showing up in the server's log file.
5793    </para>
5794
5795  </listitem>
5796  </varlistentry>
5797
5798  <varlistentry>
5799   <term>Example usage (section):</term>
5800   <listitem>
5801     <para>
5802      <screen>
5803 # Tag every request with the content type declared by the server
5804 {+server-header-tagger{content-type}}
5805 /
5806     </screen>
5807     </para>
5808   </listitem>
5809  </varlistentry>
5810
5811 </variablelist>
5812 </sect3>
5813
5814
5815 <!--   ~~~~~       New section      ~~~~~     -->
5816 <sect3 renderas="sect4" id="session-cookies-only">
5817 <title>session-cookies-only</title>
5818
5819 <variablelist>
5820  <varlistentry>
5821   <term>Typical use:</term>
5822   <listitem>
5823    <para>
5824     Allow only temporary <quote>session</quote> cookies (for the current
5825     browser session <emphasis>only</emphasis>). 
5826    </para>
5827   </listitem>
5828  </varlistentry>
5829
5830  <varlistentry>
5831   <term>Effect:</term>
5832   <listitem>
5833    <para>
5834     Deletes the <quote>expires</quote> field from <quote>Set-Cookie:</quote>
5835     server headers. Most browsers will not store such cookies permanently and
5836     forget them in between sessions.
5837    </para>
5838   </listitem>
5839  </varlistentry>
5840
5841 <varlistentry>
5842   <term>Type:</term>
5843   <!-- Boolean, Parameterized, Multi-value -->
5844   <listitem>
5845    <para>Boolean.</para>
5846   </listitem>
5847  </varlistentry>
5848
5849  <varlistentry>
5850   <term>Parameter:</term>
5851   <listitem>
5852    <para>
5853     N/A
5854    </para>
5855   </listitem>
5856  </varlistentry>
5857  
5858  <varlistentry>
5859   <term>Notes:</term>
5860   <listitem>
5861    <para>
5862     This is less strict than <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal> / 
5863     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal> and allows you to browse
5864     websites that insist or rely on setting cookies, without compromising your privacy too badly.
5865    </para>
5866    <para>
5867     Most browsers will not permanently store cookies that have been processed by
5868     <literal>session-cookies-only</literal> and will forget about them between sessions.
5869     This makes profiling cookies useless, but won't break sites which require cookies so
5870     that you can log in for transactions. This is generally turned on for all 
5871     sites, and is the recommended setting.
5872    </para>
5873    <para>
5874     It makes <emphasis>no sense at all</emphasis> to use <literal>session-cookies-only</literal>
5875     together with <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal> or
5876     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>. If you do, cookies
5877     will be plainly killed.
5878    </para>
5879    <para>
5880     Note that it is up to the browser how it handles such cookies without an <quote>expires</quote>
5881     field. If you use an exotic browser, you might want to try it out to be sure.
5882    </para>
5883    <para>
5884     This setting also has no effect on cookies that may have been stored
5885     previously by the browser before starting <application>Privoxy</application>.
5886     These would have to be removed manually.
5887    </para>
5888    <para>
5889      <application>Privoxy</application> also uses  
5890      the <link linkend="filter-content-cookies">content-cookies filter</link> 
5891      to block some types of cookies. Content cookies are not effected by 
5892      <literal>session-cookies-only</literal>.
5893    </para>
5894   </listitem>
5895  </varlistentry>
5896
5897  <varlistentry>
5898   <term>Example usage:</term>
5899   <listitem>
5900    <para>
5901      <screen>+session-cookies-only</screen>
5902    </para>
5903   </listitem>
5904  </varlistentry>
5905 </variablelist>
5906 </sect3>
5907
5908
5909 <!--   ~~~~~       New section      ~~~~~     -->
5910 <sect3 renderas="sect4" id="set-image-blocker">
5911 <title>set-image-blocker</title>
5912
5913 <variablelist>
5914  <varlistentry>
5915   <term>Typical use:</term>
5916   <listitem>
5917    <para>Choose the replacement for blocked images</para>
5918   </listitem>
5919  </varlistentry>
5920
5921  <varlistentry>
5922   <term>Effect:</term>
5923   <listitem>
5924    <para>
5925      This action alone doesn't do anything noticeable. If <emphasis>both</emphasis>
5926      <literal><link linkend="block">block</link></literal> <emphasis>and</emphasis> <literal><link
5927      linkend="handle-as-image">handle-as-image</link></literal> <emphasis>also</emphasis>
5928      apply, i.e. if the request is to be blocked as an image,
5929      <emphasis>then</emphasis> the parameter of this action decides what will be
5930      sent as a replacement.
5931    </para>
5932   </listitem>
5933  </varlistentry>
5934
5935  <varlistentry>
5936   <term>Type:</term>
5937   <!-- Boolean, Parameterized, Multi-value -->
5938   <listitem>
5939    <para>Parameterized.</para>
5940   </listitem>
5941  </varlistentry>
5942
5943  <varlistentry>
5944   <term>Parameter:</term>
5945   <listitem>
5946    <itemizedlist>
5947     <listitem>
5948      <para>
5949       <quote>pattern</quote> to send a built-in checkerboard pattern image. The image is visually
5950       decent, scales very well, and makes it obvious where banners were busted.
5951      </para>
5952     </listitem>
5953     <listitem>
5954      <para>
5955       <quote>blank</quote> to send a built-in transparent image. This makes banners disappear
5956       completely, but makes it hard to detect where <application>Privoxy</application> has blocked
5957       images on a given page and complicates troubleshooting if <application>Privoxy</application>
5958       has blocked innocent images, like navigation icons.
5959      </para>
5960     </listitem>
5961     <listitem>
5962      <para>
5963       <quote><replaceable class="parameter">target-url</replaceable></quote> to
5964       send a redirect to <replaceable class="parameter">target-url</replaceable>. You can redirect
5965       to any image anywhere, even in your local filesystem via <quote>file:///</quote> URL. 
5966       (But note that not all browsers support redirecting to a local file system).
5967      </para>
5968      <para>
5969       A good application of redirects is to use special <application>Privoxy</application>-built-in
5970       URLs, which send the built-in images, as <replaceable class="parameter">target-url</replaceable>.
5971       This has the same visual effect as specifying <quote>blank</quote> or <quote>pattern</quote> in
5972       the first place, but enables your browser to cache the replacement image, instead of requesting
5973       it over and over again.
5974      </para>
5975     </listitem>
5976    </itemizedlist>
5977   </listitem>
5978  </varlistentry>
5979
5980  <varlistentry>
5981   <term>Notes:</term>
5982   <listitem>
5983    <para>
5984     The URLs for the built-in images are <quote>http://config.privoxy.org/send-banner?type=<replaceable
5985     class="parameter">type</replaceable></quote>, where <replaceable class="parameter">type</replaceable> is
5986     either <quote>blank</quote> or <quote>pattern</quote>.
5987    </para>
5988    <para>
5989     There is a third (advanced) type, called <quote>auto</quote>. It is <emphasis>NOT</emphasis> to be
5990     used in <literal>set-image-blocker</literal>, but meant for use from <link linkend="filter-file">filters</link>.
5991     Auto will select the type of image that would have applied to the referring page, had it been an image.
5992    </para>
5993   </listitem>
5994  </varlistentry>
5995
5996  <varlistentry>
5997   <term>Example usage:</term>
5998   <listitem>
5999    <para>
6000     Built-in pattern:
6001    </para>
6002    <para>
6003     <screen>+set-image-blocker{pattern}</screen>
6004    </para>
6005    <para>
6006     Redirect to the BSD daemon:
6007    </para>
6008    <para>
6009     <screen>+set-image-blocker{http://www.freebsd.org/gifs/dae_up3.gif}</screen>
6010    </para>
6011    <para>
6012     Redirect to the built-in pattern for better caching:
6013    </para>
6014    <para>
6015     <screen>+set-image-blocker{http://config.privoxy.org/send-banner?type=pattern}</screen>
6016    </para>
6017   </listitem>
6018  </varlistentry>
6019 </variablelist>
6020 </sect3>
6021
6022
6023 <!--   ~~~~~       New section      ~~~~~     -->
6024 <sect3 renderas="sect4" id="treat-forbidden-connects-like-blocks">
6025 <title>treat-forbidden-connects-like-blocks</title>
6026 <!--
6027 new action
6028 -->
6029 <variablelist>
6030  <varlistentry>
6031   <term>Typical use:</term>
6032   <listitem>
6033    <para>Block forbidden connects with an easy to find error message.</para>
6034   </listitem>
6035  </varlistentry>
6036
6037  <varlistentry>
6038   <term>Effect:</term>
6039   <listitem>
6040    <para>
6041     If this action is enabled, <application>Privoxy</application> no longer
6042     makes a difference between forbidden connects and ordinary blocks. 
6043    </para>
6044   </listitem>
6045  </varlistentry>
6046
6047  <varlistentry>
6048   <term>Type:</term>
6049   <!-- Boolean, Parameterized, Multi-value -->
6050   <listitem>
6051    <para>Boolean</para>
6052   </listitem>
6053  </varlistentry>
6054
6055  <varlistentry>
6056   <term>Parameter:</term>
6057   <listitem>
6058    <para>N/A</para>
6059   </listitem>
6060  </varlistentry>
6061
6062  <varlistentry>
6063   <term>Notes:</term>
6064   <listitem>
6065    <para>
6066     By default <application>Privoxy</application> answers
6067     <link linkend="limit-connect">forbidden <quote>Connect</quote> requests</link>
6068     with a short error message inside the headers. If the browser doesn't display
6069     headers (most don't), you just see an empty page.
6070    </para>
6071    <para>
6072     With this action enabled, <application>Privoxy</application> displays
6073     the message that is used for ordinary blocks instead. If you decide
6074     to make an exception for the page in question, you can do so by
6075     following the <quote>See why</quote> link.
6076    </para>
6077    <para>
6078     For <quote>Connect</quote> requests the clients tell
6079     <application>Privoxy</application> which host they are interested
6080     in, but not which document they plan to get later. As a result, the
6081     <quote>Go there anyway</quote> wouldn't work and is therefore suppressed.
6082    </para>
6083   </listitem>
6084  </varlistentry>
6085
6086  <varlistentry>
6087   <term>Example usage:</term>
6088   <listitem>
6089    <para>
6090     <screen>+treat-forbidden-connects-like-blocks</screen>
6091    </para>
6092   </listitem>
6093  </varlistentry>
6094 </variablelist>
6095 </sect3>
6096
6097
6098 <!--   ~~~~~       New section      ~~~~~     -->
6099 <sect3>
6100 <title>Summary</title>
6101 <para>
6102  Note that many of these actions have the potential to cause a page to
6103  misbehave, possibly even not to display at all. There are many ways 
6104  a site designer may choose to design his site, and what HTTP header 
6105  content, and other criteria, he may depend on. There is no way to have hard
6106  and fast rules for all sites. See the <link
6107  linkend="ACTIONSANAT">Appendix</link> for a brief example on troubleshooting
6108  actions.
6109 </para>
6110 </sect3>
6111 </sect2>
6112
6113 <!--   ~~~~~       New section      ~~~~~     -->
6114 <sect2 id="aliases">
6115 <title>Aliases</title>
6116 <para>
6117  Custom <quote>actions</quote>, known to <application>Privoxy</application>
6118  as <quote>aliases</quote>, can be defined by combining other actions.
6119  These can in turn be invoked just like the built-in actions.
6120  Currently, an alias name can contain any character except space, tab,
6121  <quote>=</quote>,
6122  <quote>{</quote> and <quote>}</quote>, but we <emphasis>strongly 
6123  recommend</emphasis> that you only use <quote>a</quote> to <quote>z</quote>,
6124  <quote>0</quote> to <quote>9</quote>, <quote>+</quote>, and <quote>-</quote>.
6125  Alias names are not case sensitive, and are not required to start with a
6126  <quote>+</quote> or <quote>-</quote> sign, since they are merely textually
6127  expanded.
6128 </para>
6129 <para>
6130  Aliases can be used throughout the actions file, but they <emphasis>must be
6131  defined in a special section at the top of the file!</emphasis>
6132  And there can only be one such section per actions file. Each actions file may
6133  have its own alias section, and the aliases defined in it are only visible
6134  within that file.
6135 </para>
6136 <para>
6137  There are two main reasons to use aliases: One is to save typing for frequently
6138  used combinations of actions, the other one is a gain in flexibility: If you
6139  decide once how you want to handle shops by defining an alias called
6140  <quote>shop</quote>, you can later change your policy on shops in
6141  <emphasis>one</emphasis> place, and your changes will take effect everywhere
6142  in the actions file where the <quote>shop</quote> alias is used. Calling aliases
6143  by their purpose also makes your actions files more readable.
6144 </para>
6145 <para>
6146  Currently, there is one big drawback to using aliases, though:
6147  <application>Privoxy</application>'s built-in web-based action file
6148  editor honors aliases when reading the actions files, but it expands
6149  them before writing. So the effects of your aliases are of course preserved,
6150  but the aliases themselves are lost when you edit sections that use aliases
6151  with it.
6152 </para>
6153
6154 <para>
6155  Now let's define some aliases...
6156 </para>
6157
6158 <para>
6159  <screen>
6160  # Useful custom aliases we can use later.
6161  #
6162  # Note the (required!) section header line and that this section
6163  # must be at the top of the actions file!
6164  #
6165  {{alias}}
6166
6167  # These aliases just save typing later:
6168  # (Note that some already use other aliases!)
6169  #
6170  +crunch-all-cookies = +<link linkend="CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</link> +<link linkend="CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</link>
6171  -crunch-all-cookies = -<link linkend="CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</link> -<link linkend="CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</link>
6172  +block-as-image      = +block +handle-as-image
6173  allow-all-cookies   = -crunch-all-cookies -<link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> -<link linkend="FILTER-CONTENT-COOKIES">filter{content-cookies}</link>
6174
6175  # These aliases define combinations of actions
6176  # that are useful for certain types of sites:
6177  #
6178  fragile     = -<link linkend="BLOCK">block</link> -<link linkend="FILTER">filter</link> -crunch-all-cookies -<link linkend="FAST-REDIRECTS">fast-redirects</link> -<link linkend="HIDE-REFERER">hide-referrer</link> -<link linkend="KILL-POPUPS">kill-popups</link> -<link linkend="PREVENT-COMPRESSION">prevent-compression</link>
6179
6180  shop        = -crunch-all-cookies -<link linkend="FILTER-ALL-POPUPS">filter{all-popups}</link> -<link linkend="KILL-POPUPS">kill-popups</link>
6181
6182  # Short names for other aliases, for really lazy people ;-)
6183  #
6184  c0 = +crunch-all-cookies
6185  c1 = -crunch-all-cookies</screen>
6186 </para>
6187
6188 <para>
6189  ...and put them to use. These sections would appear in the lower part of an 
6190  actions file and define exceptions to the default actions (as specified further
6191  up for the <quote>/</quote> pattern):
6192 </para>
6193
6194 <para>
6195  <screen>
6196  # These sites are either very complex or very keen on
6197  # user data and require minimal interference to work:
6198  #
6199  {fragile}
6200  .office.microsoft.com
6201  .windowsupdate.microsoft.com
6202  # Gmail is really mail.google.com, not gmail.com
6203  mail.google.com
6204
6205  # Shopping sites:
6206  # Allow cookies (for setting and retrieving your customer data)
6207  #           
6208  {shop}
6209  .quietpc.com
6210  .worldpay.com   # for quietpc.com
6211  mybank.example.com
6212
6213  # These shops require pop-ups:
6214  #
6215  {-kill-popups -filter{all-popups} -filter{unsolicited-popups}}
6216   .dabs.com
6217   .overclockers.co.uk</screen>
6218 </para>
6219
6220 <para>
6221  Aliases like <quote>shop</quote> and <quote>fragile</quote> are typically used for 
6222  <quote>problem</quote> sites that require more than one action to be disabled 
6223  in order to function properly.
6224 </para>
6225 </sect2>
6226 <!--
6227 hal stop here
6228 -->
6229 <!--   ~~~~~       New section      ~~~~~     -->
6230 <sect2 id="act-examples">
6231 <title>Actions Files Tutorial</title>
6232 <para>
6233  The above chapters have shown <link linkend="actions-file">which actions files
6234  there are and how they are organized</link>, how actions are <link
6235  linkend="actions">specified</link> and <link linkend="actions-apply">applied
6236  to URLs</link>, how <link linkend="af-patterns">patterns</link> work, and how to
6237  define and use <link linkend="aliases">aliases</link>. Now, let's look at an
6238  example <filename>default.action</filename> and <filename>user.action</filename>
6239  file and see how all these pieces come together:
6240 </para>
6241
6242 <sect3><title>default.action</title>
6243
6244 <para>
6245 Every config file should start with a short comment stating its purpose:
6246 </para>
6247
6248 <para>
6249  <screen># Sample default.action file &lt;ijbswa-developers@lists.sourceforge.net&gt;</screen>
6250 </para>
6251
6252 <para>
6253 Then, since this is the <filename>default.action</filename> file, the
6254 first section is a special section for internal use that you needn't
6255 change or worry about:
6256 </para>
6257
6258 <para>
6259  <screen>
6260 ##########################################################################
6261 # Settings -- Don't change! For internal Privoxy use ONLY.
6262 ##########################################################################
6263
6264 {{settings}}
6265 for-privoxy-version=3.0</screen>
6266 </para>
6267
6268 <para>
6269 After that comes the (optional) alias section. We'll use the example
6270 section from the above <link linkend="aliases">chapter on aliases</link>,
6271 that also explains why and how aliases are used:
6272 </para>
6273
6274 <para>
6275  <screen>
6276 ##########################################################################
6277 # Aliases
6278 ##########################################################################
6279 {{alias}}
6280
6281  # These aliases just save typing later:
6282  # (Note that some already use other aliases!)
6283  #
6284  +crunch-all-cookies = +<link linkend="CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</link> +<link linkend="CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</link>
6285  -crunch-all-cookies = -<link linkend="CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</link> -<link linkend="CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</link>
6286  +block-as-image      = +block +handle-as-image
6287  mercy-for-cookies   = -crunch-all-cookies -<link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> -<link linkend="FILTER-CONTENT-COOKIES">filter{content-cookies}</link>
6288
6289  # These aliases define combinations of actions
6290  # that are useful for certain types of sites:
6291  #
6292  fragile     = -<link linkend="BLOCK">block</link> -<link linkend="FILTER">filter</link> -crunch-all-cookies -<link linkend="FAST-REDIRECTS">fast-redirects</link> -<link linkend="HIDE-REFERER">hide-referrer</link> -<link linkend="KILL-POPUPS">kill-popups</link>
6293  shop        = -crunch-all-cookies -<link linkend="FILTER-ALL-POPUPS">filter{all-popups}</link> -<link linkend="KILL-POPUPS">kill-popups</link></screen>
6294 </para>
6295
6296 <para>
6297  Now come the regular sections, i.e. sets of actions, accompanied
6298  by URL patterns to which they apply. Remember <emphasis>all actions
6299  are disabled when matching starts</emphasis>, so we have to explicitly
6300  enable the ones we want.
6301 </para>
6302
6303 <para>
6304  The first regular section is probably the most important. It has only
6305  one pattern, <quote><literal>/</literal></quote>, but this pattern
6306  <link linkend="af-patterns">matches all URLs</link>. Therefore, the
6307  set of actions used in this <quote>default</quote> section <emphasis>will
6308  be applied to all requests as a start</emphasis>. It can  be partly or
6309  wholly overridden by later matches further down this file, or in user.action,
6310  but it will still be largely responsible for your overall browsing
6311  experience.
6312 </para>
6313
6314 <para>
6315  Again, at the start of matching, all actions are disabled, so there is
6316  no need to disable any actions here. (Remember: a <quote>+</quote>
6317  preceding the action name enables the action, a <quote>-</quote> disables!).
6318  Also note how this long line has been made more readable by splitting it into
6319  multiple lines with line continuation.
6320 </para> 
6321
6322 <para>
6323  <screen>
6324 ##########################################################################
6325 # "Defaults" section:
6326 ##########################################################################
6327  { \
6328  +<link linkend="DEANIMATE-GIFS">deanimate-gifs</link> \
6329  +<link linkend="FILTER-HTML-ANNOYANCES">filter{html-annoyances}</link> \
6330  +<link linkend="FILTER-REFRESH-TAGS">filter{refresh-tags}</link> \
6331  +<link linkend="FILTER-WEBBUGS">filter{webbugs}</link> \
6332  +<link linkend="FILTER-IE-EXPLOITS">filter{ie-exploits}</link> \     
6333  +<link linkend="HIDE-FORWARDED-FOR-HEADERS">hide-forwarded-for-headers</link> \
6334  +<link linkend="HIDE-FROM-HEADER">hide-from-header{block}</link> \
6335  +<link linkend="HIDE-REFERER">hide-referrer{forge}</link> \
6336  +<link linkend="PREVENT-COMPRESSION">prevent-compression</link> \
6337  +<link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> \
6338  +<link linkend="SET-IMAGE-BLOCKER">set-image-blocker{pattern}</link> \
6339  }
6340  / # forward slash will match *all* potential URL patterns.</screen>
6341 </para>
6342
6343 <para>
6344  The default behavior is now set.
6345  <!--
6346  This needs rewording, but it can wait for now.
6347  fk 2007-11-17
6348
6349  Note that some actions, like not hiding
6350  the user agent, are part of a <quote>general policy</quote> that applies
6351  universally and won't get any exceptions defined later. Other choices,
6352  like not blocking (which is <emphasis>understandably</emphasis> the
6353  default!) need exceptions, i.e. we need to specify explicitly what we
6354  want to block in later sections.
6355  -->
6356 </para>
6357
6358 <para>
6359  The first of our specialized sections is concerned with <quote>fragile</quote>
6360  sites, i.e. sites that require minimum interference, because they are either
6361  very complex or very keen on tracking you (and have mechanisms in place that
6362  make them unusable for people who avoid being tracked). We will simply use
6363  our pre-defined <literal>fragile</literal> alias instead of stating the list
6364  of actions explicitly:
6365 </para>
6366
6367 <para>
6368  <screen>
6369 ##########################################################################
6370 # Exceptions for sites that'll break under the default action set:
6371 ##########################################################################
6372
6373 # "Fragile" Use a minimum set of actions for these sites (see alias above):
6374 #
6375 { fragile }
6376 .office.microsoft.com           # surprise, surprise!
6377 .windowsupdate.microsoft.com
6378 mail.google.com</screen>
6379 </para>
6380
6381 <para>
6382  Shopping sites are not as fragile, but they typically
6383  require cookies to log in, and pop-up windows for shopping
6384  carts or item details. Again, we'll use a pre-defined alias:
6385 </para>
6386  
6387 <para>
6388  <screen>
6389 # Shopping sites:
6390 #
6391 { shop }
6392 .quietpc.com 
6393 .worldpay.com   # for quietpc.com
6394 .jungle.com
6395 .scan.co.uk</screen>
6396 </para>
6397
6398 <!-- No longer needed BEGIN OF COMMENTED OUT BLOCK 
6399
6400 <para>
6401  Then, there are sites which rely on pop-up windows (yuck!) to work.
6402  Since we made pop-up-killing our default above, we need to make exceptions
6403  now. <ulink url="http://www.mozilla.org/">Mozilla</ulink> users, who
6404  can turn on smart handling of unwanted pop-ups in their browsers, can
6405  safely choose
6406  -<literal><link linkend="FILTER-ALL-POPUPS">filter{popups}</link></literal> (and
6407  -<literal><link linkend="KILL-POPUPS">kill-popups</link></literal>) above
6408  and hence don't need this section. Anyway, disabling an already disabled
6409  action doesn't hurt, so we'll define our exceptions regardless of what was
6410  chosen in the defaults section:
6411 </para>
6412
6413 <para>
6414  <screen>
6415 # These sites require pop-ups too :( 
6416 #
6417 { -<link linkend="KILL-POPUPS">kill-popups</link> -<link linkend="FILTER-ALL-POPUPS">filter{popups}</link> }
6418 .dabs.com
6419 .overclockers.co.uk
6420 .deutsche-bank-24.de</screen>
6421 </para>
6422
6423  END OF COMMENTED OUT BLOCK -->
6424
6425 <para>
6426  The <literal><link linkend="FAST-REDIRECTS">fast-redirects</link></literal>
6427  action, which we enabled per default above,  breaks some sites. So disable
6428  it for popular sites where we know it misbehaves:
6429 </para>
6430
6431 <para>
6432  <screen>
6433 { -<link linkend="FAST-REDIRECTS">fast-redirects</link> }
6434 login.yahoo.com
6435 edit.*.yahoo.com
6436 .google.com
6437 .altavista.com/.*(like|url|link):http
6438 .altavista.com/trans.*urltext=http
6439 .nytimes.com</screen>
6440 </para>
6441
6442 <para>
6443  It is important that <application>Privoxy</application> knows which
6444  URLs belong to images, so that <emphasis>if</emphasis> they are to
6445  be blocked, a substitute image can be sent, rather than an HTML page.
6446  Contacting the remote site to find out is not an option, since it
6447  would destroy the loading time advantage of banner blocking, and it
6448  would feed the advertisers (in terms of money <emphasis>and</emphasis>
6449  information). We can mark any URL as an image with the <literal><link
6450  linkend="handle-as-image">handle-as-image</link></literal> action,
6451  and marking all URLs that end in a known image file extension is a
6452  good start:
6453 </para>
6454
6455 <para>
6456  <screen>
6457 ##########################################################################
6458 # Images:
6459 ##########################################################################
6460
6461 # Define which file types will be treated as images, in case they get
6462 # blocked further down this file:
6463 #
6464 { +<link linkend="HANDLE-AS-IMAGE">handle-as-image</link> }
6465 /.*\.(gif|jpe?g|png|bmp|ico)$</screen>
6466 </para>
6467
6468 <para>
6469  And then there are known banner sources. They often use scripts to
6470  generate the banners, so it won't be visible from the URL that the
6471  request is for an image. Hence we block them <emphasis>and</emphasis>
6472  mark them as images in one go, with the help of our
6473  <literal>+block-as-image</literal> alias defined above. (We could of
6474  course just as well use <literal>+<link linkend="block">block</link>
6475  +<link linkend="handle-as-image">handle-as-image</link></literal> here.)
6476  Remember that the type of the replacement image is chosen by the
6477  <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
6478  action. Since all URLs have matched the default section with its
6479  <literal>+<link linkend="set-image-blocker">set-image-blocker</link>{pattern}</literal>
6480  action before, it still applies and needn't be repeated:
6481 </para>
6482
6483 <para>
6484  <screen>
6485 # Known ad generators:
6486 #
6487 { +block-as-image }
6488 ar.atwola.com 
6489 .ad.doubleclick.net
6490 .ad.*.doubleclick.net
6491 .a.yimg.com/(?:(?!/i/).)*$
6492 .a[0-9].yimg.com/(?:(?!/i/).)*$
6493 bs*.gsanet.com
6494 .qkimg.net</screen>
6495 </para>
6496
6497 <para>
6498  One of the most important jobs of <application>Privoxy</application>
6499  is to block banners. Many of these can be <quote>blocked</quote>
6500  by the <literal><link linkend="filter">filter</link>{banners-by-size}</literal>
6501  action, which we enabled above, and which deletes the references to banner
6502  images from the pages while they are loaded, so the browser doesn't request
6503  them anymore, and hence they don't need to be blocked here. But this naturally
6504  doesn't catch all banners, and some people choose not to use filters, so we
6505  need a comprehensive list of patterns for banner URLs here, and apply the
6506  <literal><link linkend="block">block</link></literal> action to them.
6507 </para>
6508 <para>
6509  First comes many generic patterns, which do most of the work, by
6510  matching typical domain and path name components of banners. Then comes
6511  a list of individual patterns for specific sites, which is omitted here
6512  to keep the example short:
6513 </para>
6514
6515 <para>
6516  <screen>
6517 ##########################################################################
6518 # Block these fine banners:
6519 ##########################################################################
6520 { <link linkend="BLOCK">+block</link> }
6521
6522 # Generic patterns:
6523
6524 ad*.
6525 .*ads.
6526 banner?.
6527 count*.
6528 /.*count(er)?\.(pl|cgi|exe|dll|asp|php[34]?)
6529 /(?:.*/)?(publicite|werbung|rekla(ma|me|am)|annonse|maino(kset|nta|s)?)/
6530
6531 # Site-specific patterns (abbreviated):
6532 #
6533 .hitbox.com</screen>
6534 </para>
6535
6536 <para>
6537  It's quite remarkable how many advertisers actually call their banner
6538  servers ads.<replaceable>company</replaceable>.com, or call the directory
6539  in which the banners are stored simply <quote>banners</quote>. So the above
6540  generic patterns are surprisingly effective.
6541 </para>
6542 <para>
6543  But being very generic, they necessarily also catch URLs that we don't want
6544  to block. The pattern <literal>.*ads.</literal> e.g. catches 
6545  <quote>nasty-<emphasis>ads</emphasis>.nasty-corp.com</quote> as intended,
6546  but also <quote>downlo<emphasis>ads</emphasis>.sourcefroge.net</quote> or
6547  <quote><emphasis>ads</emphasis>l.some-provider.net.</quote> So here come some
6548  well-known exceptions to the <literal>+<link linkend="BLOCK">block</link></literal>
6549  section above.
6550 </para>
6551 <para>
6552  Note that these are exceptions to exceptions from the default! Consider the URL
6553  <quote>downloads.sourcefroge.net</quote>: Initially, all actions are deactivated,
6554  so it wouldn't get blocked. Then comes the defaults section, which matches the
6555  URL, but just deactivates the <literal><link linkend="BLOCK">block</link></literal>
6556  action once again. Then it matches <literal>.*ads.</literal>, an exception to the
6557  general non-blocking policy, and suddenly
6558  <literal><link linkend="BLOCK">+block</link></literal> applies. And now, it'll match
6559  <literal>.*loads.</literal>, where <literal><link linkend="BLOCK">-block</link></literal>
6560  applies, so (unless it matches <emphasis>again</emphasis> further down) it ends up
6561  with no <literal><link linkend="BLOCK">block</link></literal> action applying.
6562 </para>
6563
6564 <para>
6565  <screen>
6566 ##########################################################################
6567 # Save some innocent victims of the above generic block patterns:
6568 ##########################################################################
6569
6570 # By domain:
6571
6572 { -<link linkend="BLOCK">block</link> }
6573 adv[io]*.  # (for advogato.org and advice.*)
6574 adsl.      # (has nothing to do with ads)
6575 adobe.     # (has nothing to do with ads either)
6576 ad[ud]*.   # (adult.* and add.*)
6577 .edu       # (universities don't host banners (yet!))
6578 .*loads.   # (downloads, uploads etc)
6579
6580 # By path:
6581 #
6582 /.*loads/
6583
6584 # Site-specific:
6585 #
6586 www.globalintersec.com/adv # (adv = advanced)
6587 www.ugu.com/sui/ugu/adv</screen>
6588 </para>
6589
6590 <para>
6591  Filtering source code can have nasty side effects,
6592  so make an exception for our friends at sourceforge.net,
6593  and all paths with <quote>cvs</quote> in them. Note that
6594  <literal>-<link linkend="FILTER">filter</link></literal>
6595  disables <emphasis>all</emphasis> filters in one fell swoop!
6596 </para>
6597
6598 <para>
6599  <screen>
6600 # Don't filter code!
6601 #
6602 { -<link linkend="FILTER">filter</link> }
6603 /(.*/)?cvs
6604 bugzilla.
6605 developer.
6606 wiki.
6607 .sourceforge.net</screen>
6608 </para>
6609
6610 <para>
6611  The actual <filename>default.action</filename> is of course much more
6612  comprehensive, but we hope this example made clear how it works.
6613 </para>
6614
6615 </sect3>
6616
6617 <sect3><title>user.action</title>
6618
6619 <para>
6620  So far we are painting with a broad brush by setting general policies,
6621  which would be a reasonable starting point for many people. Now, 
6622  you might want to be more specific and have customized rules that
6623  are more suitable to your personal habits and preferences. These would
6624  be for narrowly defined situations like your ISP or your bank, and should
6625  be placed in <filename>user.action</filename>, which is parsed after all other 
6626  actions files and hence has the last word, over-riding any previously
6627  defined actions. <filename>user.action</filename> is also a 
6628  <emphasis>safe</emphasis> place for your personal settings, since
6629  <filename>default.action</filename> is actively maintained by the
6630  <application>Privoxy</application> developers and you'll probably want
6631  to install updated versions from time to time.
6632 </para>
6633
6634 <para>
6635  So let's look at a few examples of things that one might typically do in
6636  <filename>user.action</filename>: 
6637 </para>
6638
6639
6640 <!-- brief sample user.action here -->
6641
6642 <para>
6643  <screen>
6644 # My user.action file. &lt;fred@example.com&gt;</screen>
6645 </para>
6646
6647 <para>
6648  As <link linkend="aliases">aliases</link> are local to the actions
6649  file that they are defined in, you can't use the ones from
6650  <filename>default.action</filename>, unless you repeat them here:
6651 </para>
6652
6653 <para>
6654  <screen>
6655 # Aliases are local to the file they are defined in.
6656 # (Re-)define aliases for this file:
6657 #
6658 {{alias}}
6659
6660 # These aliases just save typing later, and the alias names should 
6661 # be self explanatory.
6662 #
6663 +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
6664 -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
6665  allow-all-cookies  = -crunch-all-cookies -session-cookies-only
6666  allow-popups       = -filter{all-popups} -kill-popups
6667 +block-as-image     = +block +handle-as-image
6668 -block-as-image     = -block
6669
6670 # These aliases define combinations of actions that are useful for
6671 # certain types of sites:
6672 #
6673 fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referrer -kill-popups
6674 shop        = -crunch-all-cookies allow-popups
6675
6676 # Allow ads for selected useful free sites:
6677 #
6678 allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
6679
6680 # Alias for specific file types that are text, but might have conflicting
6681 # MIME types. We want the browser to force these to be text documents.
6682 handle-as-text = -<link linkend="FILTER">filter</link> +-<link linkend="content-type-overwrite">content-type-overwrite{text/plain}</link> +-<link linkend="FORCE-TEXT-MODE">force-text-mode</link> -<link linkend="HIDE-CONTENT-DISPOSITION">hide-content-disposition</link></screen>
6683
6684 </para>
6685
6686 <para>
6687  Say you have accounts on some sites that you visit regularly, and
6688  you don't want to have to log in manually each time. So you'd like
6689  to allow persistent cookies for these sites. The
6690  <literal>allow-all-cookies</literal> alias defined above does exactly
6691  that, i.e. it disables crunching of cookies in any direction, and the 
6692  processing of cookies to make them only temporary.
6693 </para>
6694
6695 <para>
6696  <screen>
6697 { allow-all-cookies }
6698  sourceforge.net
6699  .yahoo.com
6700  .msdn.microsoft.com
6701  .redhat.com</screen>
6702 </para>
6703
6704 <para>
6705  Your bank is allergic to some filter, but you don't know which, so you disable them all:
6706 </para>
6707
6708 <para>
6709  <screen>
6710 { -<link linkend="FILTER">filter</link> }
6711  .your-home-banking-site.com</screen>
6712 </para>
6713
6714 <para>
6715  Some file types you may not want to filter for various reasons:
6716 </para>
6717
6718 <para>
6719  <screen>
6720 # Technical documentation is likely to contain strings that might
6721 # erroneously get altered by the JavaScript-oriented filters:
6722 #
6723 .tldp.org
6724 /(.*/)?selfhtml/
6725
6726 # And this stupid host sends streaming video with a wrong MIME type,
6727 # so that Privoxy thinks it is getting HTML and starts filtering:
6728 #
6729 stupid-server.example.com/</screen>
6730 </para>
6731
6732 <para>
6733  Example of a simple <link linkend="BLOCK">block</link> action. Say you've
6734  seen an ad on your favourite page on example.com that you want to get rid of.
6735  You have right-clicked the image, selected <quote>copy image location</quote>
6736  and pasted the URL below while removing the leading http://, into a 
6737  <literal>{ +block }</literal> section. Note that <literal>{ +handle-as-image
6738  }</literal> need not be specified, since all URLs ending in
6739  <literal>.gif</literal> will be tagged as images by the general rules as set
6740  in default.action anyway:
6741 </para>
6742
6743 <para>
6744  <screen>
6745 { +<link linkend="BLOCK">block</link> }
6746  www.example.com/nasty-ads/sponsor\.gif
6747  another.example.net/more/junk/here/</screen>
6748 </para>
6749
6750 <para>
6751  The URLs of dynamically generated banners, especially from large banner
6752  farms, often don't use the well-known image file name extensions, which
6753  makes it impossible for <application>Privoxy</application> to guess
6754  the file type just by looking at the URL. 
6755  You can use the <literal>+block-as-image</literal> alias defined above for
6756  these cases.
6757  Note that objects which match this rule but then turn out NOT to be an
6758  image are typically rendered as a <quote>broken image</quote> icon by the
6759  browser. Use cautiously.
6760 </para>
6761
6762 <para>
6763  <screen>
6764 { +block-as-image }
6765  .doubleclick.net
6766  .fastclick.net
6767  /Realmedia/ads/
6768  ar.atwola.com/</screen>
6769 </para>
6770
6771 <para>
6772  Now you noticed that the default configuration breaks Forbes Magazine,
6773  but you were too lazy to find out which action is the culprit, and you
6774  were again too lazy to give <link linkend="contact">feedback</link>, so
6775  you just used the <literal>fragile</literal> alias on the site, and
6776  -- <emphasis>whoa!</emphasis> -- it worked. The <literal>fragile</literal>
6777  aliases disables those actions that are most likely to break a site. Also,
6778  good for testing purposes to see if it is <application>Privoxy</application>
6779  that is causing the problem or not. We later find other regular sites 
6780  that misbehave, and add those to our personalized list of troublemakers:
6781 </para>
6782
6783 <para>
6784 <screen>
6785 { fragile }
6786  .forbes.com
6787  webmail.example.com
6788  .mybank.com</screen>
6789 </para>
6790
6791 <para>
6792  You like the <quote>fun</quote> text replacements in <filename>default.filter</filename>,
6793  but it is disabled in the distributed actions file.
6794  So you'd like to turn it on in your private,
6795  update-safe config, once and for all:
6796 </para>
6797
6798 <para>
6799 <screen>
6800 { +<link linkend="filter-fun">filter{fun}</link> }
6801  / # For ALL sites!</screen>
6802 </para>
6803
6804 <para>
6805  Note that the above is not really a good idea: There are exceptions
6806  to the filters in <filename>default.action</filename> for things that
6807  really shouldn't be filtered, like code on CVS->Web interfaces. Since
6808  <filename>user.action</filename> has the last word, these exceptions
6809  won't be valid for the <quote>fun</quote> filtering specified here.
6810 </para>
6811
6812 <para>
6813  You might also worry about how your favourite free websites are
6814  funded, and find that they rely on displaying banner advertisements
6815  to survive. So you might want to specifically allow banners for those
6816  sites that you feel provide value to you:
6817 </para>
6818
6819 <para>
6820 <screen>
6821 { allow-ads }
6822  .sourceforge.net
6823  .slashdot.org
6824  .osdn.net</screen>   
6825 </para>
6826
6827 <para>
6828  Note that <literal>allow-ads</literal> has been aliased to 
6829  <literal>-<link linkend="block">block</link></literal>, 
6830  <literal>-<link linkend="filter-banners-by-size">filter{banners-by-size}</link></literal>, and 
6831  <literal>-<link linkend="filter-banners-by-link">filter{banners-by-link}</link></literal> above.
6832 </para>
6833
6834 <para>
6835  Invoke another alias here to force an over-ride of the MIME type <literal>
6836  application/x-sh</literal> which typically would open a download type 
6837  dialog. In my case, I want to look at the shell script, and then I can save
6838  it should I choose to.
6839 </para>
6840
6841 <para>
6842 <screen>
6843 { handle-as-text }
6844  /.*\.sh$</screen>   
6845 </para>
6846
6847 <para>
6848  <filename>user.action</filename> is generally the best place to define
6849  exceptions and additions to the default policies of
6850  <filename>default.action</filename>. Some actions are safe to have their
6851  default policies set here though. So let's set a default policy to have a
6852  <quote>blank</quote> image as opposed to the checkerboard pattern for
6853  <emphasis>ALL</emphasis> sites. <quote>/</quote> of course matches all URL
6854  paths and patterns:
6855 </para>
6856
6857 <para>
6858 <screen>
6859 { +<link linkend="set-image-blocker">set-image-blocker{blank}</link> }
6860 / # ALL sites</screen>
6861 </para>
6862
6863 </sect3>
6864 </sect2>
6865
6866 <!--  ~  End section  ~  -->
6867
6868 </sect1>
6869
6870 <!--  ~  End section  ~  -->
6871
6872 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
6873
6874 <sect1 id="filter-file">
6875 <title>Filter Files</title>
6876
6877 <para>
6878  On-the-fly text substitutions need
6879  to be defined in a <quote>filter file</quote>. Once defined, they 
6880  can then be invoked as an <quote>action</quote>.
6881 </para>
6882
6883 <para>
6884  &my-app; supports three different filter actions:
6885  <literal><link linkend="filter">filter</link></literal> to
6886  rewrite the content that is send to the client,
6887  <literal><link linkend="client-header-filter">client-header-filter</link></literal>
6888  to rewrite headers that are send by the client, and
6889  <literal><link linkend="server-header-filter">server-header-filter</link></literal>
6890  to rewrite headers that are send by the server.
6891 </para>
6892
6893 <para>
6894  &my-app; also supports two tagger actions:
6895  <literal><link linkend="client-header-tagger">client-header-tagger</link></literal>
6896  and
6897  <literal><link linkend="server-header-tagger">server-header-tagger</link></literal>.
6898  Taggers and filters use the same syntax in the filter files, the difference
6899  is that taggers don't modify the text they are filtering, but use a rewritten
6900  version of the filtered text as tag. The tags can then be used to change the
6901  applying actions through sections with <link linkend="tag-pattern">tag-patterns</link>.
6902 </para>
6903
6904
6905 <para>
6906  Multiple filter files can be defined through the <literal> <link
6907  linkend="filterfile">filterfile</link></literal> config directive. The filters
6908  as supplied by the developers are located in
6909  <filename>default.filter</filename>. It is recommended that any locally
6910  defined or modified filters go in a separately defined file such as
6911  <filename>user.filter</filename>.
6912  </para>
6913
6914 <para>
6915  Common tasks for content filters are to eliminate common annoyances in
6916  HTML and JavaScript, such as pop-up windows,
6917  exit consoles, crippled windows without navigation tools, the
6918  infamous &lt;BLINK&gt; tag etc, to suppress images with certain
6919  width and height attributes (standard banner sizes or web-bugs),
6920  or just to have fun.
6921 </para>
6922
6923 <para>
6924  Enabled content filters are applied to any content whose
6925  <quote>Content Type</quote> header is recognised as a sign
6926  of text-based content, with the exception of <literal>text/plain</literal>.
6927  Use the <link linkend="FORCE-TEXT-MODE">force-text-mode</link> action
6928  to also filter other content.
6929 </para>
6930
6931 <para>
6932  Substitutions are made at the source level, so if you want to <quote>roll
6933  your own</quote> filters, you should first be familiar with HTML syntax, 
6934  and, of course, regular expressions.
6935 </para>
6936
6937 <para>
6938  Just like the <link linkend="actions-file">actions files</link>, the
6939  filter file is organized in sections, which are called <emphasis>filters</emphasis>
6940  here. Each filter consists of a heading line, that starts with one of the
6941  <emphasis>keywords</emphasis> <literal>FILTER:</literal>,
6942  <literal>CLIENT-HEADER-FILTER:</literal> or <literal>SERVER-HEADER-FILTER:</literal>
6943  followed by the filter's <emphasis>name</emphasis>, and a short (one line) 
6944  <emphasis>description</emphasis> of what it does. Below that line
6945  come the <emphasis>jobs</emphasis>, i.e. lines that define the actual
6946  text substitutions. By convention, the name of a filter
6947  should describe what the filter <emphasis>eliminates</emphasis>. The
6948  comment is used in the <ulink url="http://config.privoxy.org/">web-based
6949  user interface</ulink>.
6950 </para>
6951
6952 <para>
6953  Once a filter called <replaceable>name</replaceable> has been defined
6954  in the filter file, it can be invoked by using an action of the form
6955  +<literal><link linkend="filter">filter</link>{<replaceable>name</replaceable>}</literal>
6956  in any <link linkend="actions-file">actions file</link>.
6957 </para>
6958  
6959 <para>
6960  Filter definitions start with a header line that contains the filter
6961  type, the filter name and the filter description.
6962  A content filter header line for a filter called <quote>foo</quote> could look
6963  like this:
6964 </para>
6965
6966 <para>
6967  <screen>FILTER: foo Replace all "foo" with "bar"</screen>
6968 </para>
6969
6970 <para>
6971  Below that line, and up to the next header line, come the jobs that
6972  define what text replacements the filter executes. They are specified
6973  in a syntax that imitates <ulink url="http://www.perl.org/">Perl</ulink>'s
6974  <literal>s///</literal> operator. If you are familiar with Perl, you
6975  will find this to be quite intuitive, and may want to look at the
6976  PCRS documentation for the subtle differences to Perl behaviour. Most
6977  notably, the non-standard option letter <literal>U</literal> is supported,
6978  which turns the default to ungreedy matching.
6979 </para>
6980
6981 <para>
6982  If you are new to 
6983   <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
6984   Expressions</quote></ulink>, you might want to take a look at
6985  the <link linkend="regex">Appendix on regular expressions</link>, and
6986  see the <ulink url="http://perldoc.perl.org/perlre.html">Perl
6987  manual</ulink> for
6988  <ulink url="http://perldoc.perl.org/perlop.html">the 
6989  <literal>s///</literal> operator's syntax</ulink> and <ulink
6990  url="http://perldoc.perl.org/perlre.html">Perl-style regular
6991  expressions</ulink> in general.
6992  The below examples might also help to get you started.
6993 </para>
6994
6995
6996 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
6997
6998 <sect2><title>Filter File Tutorial</title>
6999 <para>
7000  Now, let's complete our <quote>foo</quote> content filter. We have already defined
7001  the heading, but the jobs are still missing. Since all it does is to replace
7002  <quote>foo</quote> with <quote>bar</quote>, there is only one (trivial) job
7003  needed:
7004 </para>
7005
7006 <para>
7007  <screen>s/foo/bar/</screen>
7008 </para>
7009
7010 <para>
7011  But wait! Didn't the comment say that <emphasis>all</emphasis> occurrences
7012  of <quote>foo</quote> should be replaced? Our current job will only take
7013  care of the first <quote>foo</quote> on each page. For global substitution,
7014  we'll need to add the <literal>g</literal> option:
7015 </para>
7016
7017 <para>
7018  <screen>s/foo/bar/g</screen>
7019 </para>
7020
7021 <para>
7022  Our complete filter now looks like this:
7023 </para>
7024 <para>
7025  <screen>FILTER: foo Replace all "foo" with "bar"
7026 s/foo/bar/g</screen>
7027 </para>
7028
7029 <para>
7030  Let's look at some real filters for more interesting examples. Here you see
7031  a filter that protects against some common annoyances that arise from JavaScript
7032  abuse. Let's look at its jobs one after the other:
7033 </para>
7034
7035
7036 <para>
7037  <screen>
7038 FILTER: js-annoyances Get rid of particularly annoying JavaScript abuse
7039
7040 # Get rid of JavaScript referrer tracking. Test page: http://www.randomoddness.com/untitled.htm
7041 #
7042 s|(&lt;script.*)document\.referrer(.*&lt;/script&gt;)|$1"Not Your Business!"$2|Usg</screen>
7043 </para>
7044
7045 <para>
7046  Following the header line and a comment, you see the job. Note that it uses
7047  <literal>|</literal> as the delimiter instead of <literal>/</literal>, because
7048  the pattern contains a forward slash, which would otherwise have to be escaped
7049  by a backslash (<literal>\</literal>).
7050 </para>
7051
7052 <para>
7053  Now, let's examine the pattern: it starts with the text <literal>&lt;script.*</literal>
7054  enclosed in parentheses. Since the dot matches any character, and <literal>*</literal>
7055  means: <quote>Match an arbitrary number of the element left of myself</quote>, this
7056  matches <quote>&lt;script</quote>, followed by <emphasis>any</emphasis> text, i.e.
7057  it matches the whole page, from the start of the first &lt;script&gt; tag.
7058 </para>
7059
7060 <para>
7061  That's more than we want, but the pattern continues: <literal>document\.referrer</literal>
7062  matches only the exact string <quote>document.referrer</quote>. The dot needed to
7063  be <emphasis>escaped</emphasis>, i.e. preceded by a backslash, to take away its
7064  special meaning as a joker, and make it just a regular dot. So far, the meaning is:
7065  Match from the start of the first &lt;script&gt; tag in a the page, up to, and including,
7066  the text <quote>document.referrer</quote>, if <emphasis>both</emphasis> are present
7067  in the page (and appear in that order).
7068 </para>
7069
7070 <para>
7071  But there's still more pattern to go. The next element, again enclosed in parentheses,
7072  is <literal>.*&lt;/script&gt;</literal>. You already know what <literal>.*</literal>
7073  means, so the whole pattern translates to: Match from the start of the first  &lt;script&gt;
7074  tag in a page to the end of the last &lt;script&gt; tag, provided that the text
7075  <quote>document.referrer</quote> appears somewhere in between.
7076 </para>
7077
7078 <para>
7079  This is still not the whole story, since we have ignored the options and the parentheses:
7080  The portions of the page matched by sub-patterns that are enclosed in parentheses, will be
7081  remembered and be available through the variables <literal>$1, $2, ...</literal> in
7082  the substitute. The <literal>U</literal> option switches to ungreedy matching, which means
7083  that the first <literal>.*</literal> in the pattern will only <quote>eat up</quote> all
7084  text in between <quote>&lt;script</quote> and the <emphasis>first</emphasis> occurrence
7085  of <quote>document.referrer</quote>, and that the second <literal>.*</literal> will
7086  only span the text up to the <emphasis>first</emphasis> <quote>&lt;/script&gt;</quote>
7087  tag. Furthermore, the <literal>s</literal> option says that the match may span
7088  multiple lines in the page, and the <literal>g</literal> option again means that the
7089  substitution is global.
7090 </para>
7091
7092 <para>
7093  So, to summarize, the pattern means: Match all scripts that contain the text
7094  <quote>document.referrer</quote>. Remember the parts of the script from
7095  (and including) the start tag up to (and excluding) the string
7096  <quote>document.referrer</quote> as <literal>$1</literal>, and the part following
7097  that string, up to and including the closing tag, as <literal>$2</literal>.
7098 </para>
7099
7100 <para>
7101  Now the pattern is deciphered, but wasn't this about substituting things? So
7102  lets look at the substitute: <literal>$1"Not Your Business!"$2</literal> is
7103  easy to read: The text remembered as <literal>$1</literal>, followed by 
7104  <literal>"Not Your Business!"</literal> (<emphasis>including</emphasis>
7105  the quotation marks!), followed by the text remembered as <literal>$2</literal>.
7106  This produces an exact copy of the original string, with the middle part
7107  (the <quote>document.referrer</quote>) replaced by <literal>"Not Your
7108  Business!"</literal>.
7109 </para>
7110
7111 <para>
7112  The whole job now reads: Replace <quote>document.referrer</quote> by
7113  <literal>"Not Your Business!"</literal> wherever it appears inside a
7114  &lt;script&gt tag. Note that this job won't break JavaScript syntax,
7115  since both the original and the replacement are syntactically valid
7116  string objects. The script just won't have access to the referrer
7117  information anymore.
7118 </para>
7119
7120 <para>
7121  We'll show you two other jobs from the JavaScript taming department, but
7122  this time only point out the constructs of special interest:
7123 </para>
7124
7125 <para>
7126  <screen>
7127 # The status bar is for displaying link targets, not pointless blahblah
7128 #
7129 s/window\.status\s*=\s*(['"]).*?\1/dUmMy=1/ig</screen>
7130 </para>
7131
7132 <para>
7133  <literal>\s</literal> stands for whitespace characters (space, tab, newline,
7134  carriage return, form feed), so that <literal>\s*</literal> means: <quote>zero
7135  or more whitespace</quote>. The <literal>?</literal> in <literal>.*?</literal>
7136  makes this matching of arbitrary text ungreedy. (Note that the <literal>U</literal>
7137  option is not set). The <literal>['"]</literal> construct means: <quote>a single
7138  <emphasis>or</emphasis> a double quote</quote>. Finally, <literal>\1</literal> is
7139  a back-reference to the first parenthesis just like <literal>$1</literal> above,
7140  with the difference that in the <emphasis>pattern</emphasis>, a backslash indicates
7141  a back-reference, whereas in the <emphasis>substitute</emphasis>, it's the dollar.
7142 </para>
7143
7144 <para>
7145  So what does this job do? It replaces assignments of single- or double-quoted
7146  strings to the <quote>window.status</quote> object with a dummy assignment
7147  (using a variable name that is hopefully odd enough not to conflict with
7148  real variables in scripts). Thus, it catches many cases where e.g. pointless
7149  descriptions are displayed in the status bar instead of the link target when
7150  you move your mouse over links.
7151 </para>
7152
7153 <para>
7154  <screen>
7155 # Kill OnUnload popups. Yummy. Test: http://www.zdnet.com/zdsubs/yahoo/tree/yfs.html
7156 #
7157 s/(&lt;body [^&gt;]*)onunload(.*&gt;)/$1never$2/iU</screen>
7158 </para>
7159
7160 <para>
7161  Including the
7162  <ulink url="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-eventgroupings-htmlevents">OnUnload
7163  event binding</ulink> in the HTML DOM was a <emphasis>CRIME</emphasis>.
7164  When I close a browser window, I want it to close and die. Basta.
7165  This job replaces the <quote>onunload</quote> attribute in
7166  <quote>&lt;body&gt</quote> tags with the dummy word <literal>never</literal>.
7167  Note that the <literal>i</literal> option makes the pattern matching
7168  case-insensitive. Also note that ungreedy matching alone doesn't always guarantee
7169  a minimal match: In the first parenthesis, we had to use <literal>[^&gt;]*</literal>
7170  instead of <literal>.*</literal> to prevent the match from exceeding the 
7171  &lt;body&gt tag if it doesn't contain <quote>OnUnload</quote>, but the page's
7172  content does.
7173 </para>
7174
7175 <para>
7176  The last example is from the fun department:
7177 </para>
7178
7179 <para>
7180  <screen>
7181 FILTER: fun Fun text replacements
7182
7183 # Spice the daily news:
7184 #
7185 s/microsoft(?!\.com)/MicroSuck/ig</screen>
7186 </para>
7187
7188 <para>
7189  Note the <literal>(?!\.com)</literal> part (a so-called negative lookahead)
7190  in the job's pattern, which means: Don't match, if the string 
7191  <quote>.com</quote> appears directly following <quote>microsoft</quote>
7192  in the page. This prevents links to microsoft.com from being trashed, while
7193  still replacing the word everywhere else.
7194 </para>
7195
7196 <para>
7197  <screen>
7198 # Buzzword Bingo (example for extended regex syntax)
7199 #
7200 s* industry[ -]leading \
7201 |  cutting[ -]edge \
7202 |  customer[ -]focused \
7203 |  market[ -]driven \
7204 |  award[ -]winning # Comments are OK, too! \
7205 |  high[ -]performance \
7206 |  solutions[ -]based \
7207 |  unmatched \
7208 |  unparalleled \
7209 |  unrivalled \
7210 *&lt;font color="red"&gt;&lt;b&gt;BINGO!&lt;/b&gt;&lt;/font&gt; \
7211 *igx</screen>
7212 </para>
7213
7214 <para>
7215  The <literal>x</literal> option in this job turns on extended syntax, and allows for
7216  e.g. the liberal use of (non-interpreted!) whitespace for nicer formatting. 
7217 </para>
7218
7219 <para>
7220  You get the idea?
7221 </para>
7222 </sect2>
7223
7224 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
7225
7226 <sect2 id="predefined-filters"><title>The Pre-defined Filters</title>
7227
7228 <!-- 
7229
7230  Note each filter is also listed in the +filter action section above. Please
7231  keep these listings in sync.
7232  
7233 -->
7234
7235 <para>
7236 The distribution <filename>default.filter</filename> file contains a selection of
7237 pre-defined filters for your convenience:
7238 </para>
7239
7240 <variablelist>
7241  <varlistentry>
7242   <term><emphasis>js-annoyances</emphasis></term>
7243   <listitem>
7244    <para>
7245     The purpose of this filter is to get rid of particularly annoying JavaScript abuse.
7246     To that end, it
7247    <itemizedlist>
7248     <listitem>
7249      <para>
7250       replaces JavaScript references to the browser's referrer information
7251       with the string "Not Your Business!". This compliments the <literal><link
7252       linkend="hide-referrer">hide-referrer</link></literal> action on the content level.
7253      </para>
7254     </listitem>
7255     <listitem>
7256      <para>
7257       removes the bindings to the DOM's
7258       <ulink url="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-eventgroupings-htmlevents">unload
7259       event</ulink> which we feel has no right to exist and is responsible for most <quote>exit consoles</quote>, i.e.
7260       nasty windows that pop up when you close another one.
7261      </para>
7262     </listitem>
7263     <listitem>
7264      <para>
7265       removes code that causes new windows to be opened with undesired properties, such as being
7266       full-screen, non-resizeable, without location, status or menu bar etc.
7267      </para>
7268     </listitem>
7269    </itemizedlist>
7270    </para>
7271    <para>
7272     Use with caution. This is an aggressive filter, and can break sites that 
7273     rely heavily on JavaScript.
7274    </para>
7275   </listitem>
7276  </varlistentry>
7277  
7278  <varlistentry>
7279   <term><emphasis>js-events</emphasis></term>
7280   <listitem>
7281    <para>
7282     This is a very radical measure. It removes virtually all JavaScript event bindings, which
7283     means that scripts can not react to user actions such as mouse movements or clicks, window
7284     resizing etc, anymore. Use with caution!
7285    </para>
7286    <para>
7287     We <emphasis>strongly discourage</emphasis> using this filter as a default since it breaks
7288     many legitimate scripts. It is meant for use only on extra-nasty sites (should you really
7289     need to go there).
7290    </para>
7291   </listitem>
7292  </varlistentry>
7293
7294 <varlistentry>
7295   <term><emphasis>html-annoyances</emphasis></term>
7296   <listitem>
7297    <para>
7298     This filter will undo many common instances of HTML based abuse.
7299    </para>
7300    <para>
7301     The <literal>BLINK</literal> and <literal>MARQUEE</literal> tags 
7302     are neutralized (yeah baby!), and browser windows will be created as
7303     resizeable (as of course they should be!), and will have location,
7304     scroll and menu bars -- even if specified otherwise.
7305    </para>
7306   </listitem>
7307  </varlistentry>
7308
7309  <varlistentry>
7310   <term><emphasis>content-cookies</emphasis></term>
7311   <listitem>
7312    <para>
7313     Most cookies are set in the HTTP dialog, where they can be intercepted
7314     by the
7315     <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal>
7316     and <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>
7317     actions. But web sites increasingly make use of HTML meta tags and JavaScript
7318     to sneak cookies to the browser on the content level.
7319    </para>
7320    <para>
7321     This filter disables most HTML and JavaScript code that reads or sets
7322     cookies. It cannot detect all clever uses of these types of code, so it 
7323     should not be relied on as an absolute fix. Use it wherever you would also
7324     use the cookie crunch actions. 
7325    </para>
7326   </listitem>
7327  </varlistentry>
7328
7329  <varlistentry>
7330   <term><emphasis>refresh tags</emphasis></term>
7331   <listitem>
7332    <para>
7333     Disable any refresh tags if the interval is greater than nine seconds (so 
7334     that redirections done via refresh tags are not destroyed). This is useful 
7335     for dial-on-demand setups, or for those who find this HTML feature
7336     annoying.
7337    </para>
7338   </listitem>
7339  </varlistentry>
7340
7341  <varlistentry>
7342   <term><emphasis>unsolicited-popups</emphasis></term>
7343   <listitem>
7344    <para>
7345     This filter attempts to prevent only <quote>unsolicited</quote> pop-up 
7346     windows from opening, yet still allow pop-up windows that the user 
7347     has explicitly chosen to open. It was added in version 3.0.1, 
7348     as an improvement over earlier such filters.
7349    </para>
7350    <para>
7351     Technical note: The filter works by redefining the window.open JavaScript
7352     function to a dummy function, <literal>PrivoxyWindowOpen()</literal>,
7353     during the loading and rendering phase of each HTML page access, and
7354     restoring the function afterward.
7355    </para>
7356    <para>
7357     This is recommended only for browsers that cannot perform this function
7358     reliably themselves. And be aware that some sites require such windows 
7359     in order to function normally. Use with caution.
7360    </para>
7361   </listitem>
7362  </varlistentry>
7363
7364  <varlistentry>
7365   <term><emphasis>all-popups</emphasis></term>
7366   <listitem>
7367    <para>
7368     Attempt to prevent <emphasis>all</emphasis> pop-up windows from opening.
7369     Note this should be used with even more discretion than the above, since
7370     it is more likely to break some sites that require pop-ups for normal
7371     usage. Use with caution.
7372    </para>
7373   </listitem>
7374  </varlistentry>
7375
7376  <varlistentry>
7377   <term><emphasis>img-reorder</emphasis></term>
7378   <listitem>
7379    <para>
7380     This is a helper filter that has no value if used alone. It makes the
7381     <literal>banners-by-size</literal> and <literal>banners-by-link</literal>
7382     (see below) filters more effective and should be enabled together with them.
7383    </para>
7384   </listitem>
7385  </varlistentry>
7386
7387  <varlistentry>
7388   <term><emphasis>banners-by-size</emphasis></term>
7389   <listitem>
7390    <para>
7391     This filter removes image tags purely based on what size they are. Fortunately 
7392     for us, many ads and banner images tend to conform to certain standardized
7393     sizes, which makes this filter quite effective for ad stripping purposes.
7394    </para>
7395    <para>
7396     Occasionally this filter will cause false positives on images that are not ads,
7397     but just happen to be of one of the standard banner sizes.
7398    </para>
7399    <para>
7400     Recommended only for those who require extreme ad blocking. The default 
7401     block rules should catch 95+% of all ads <emphasis>without</emphasis> this filter enabled.
7402    </para>
7403   </listitem>
7404  </varlistentry>
7405
7406  <varlistentry>
7407   <term><emphasis>banners-by-link</emphasis></term>
7408   <listitem>
7409    <para>
7410     This is an experimental filter that attempts to kill any banners if 
7411     their URLs seem to point to known or suspected click trackers. It is currently
7412     not of much value and is not recommended for use by default.
7413    </para>
7414   </listitem>
7415  </varlistentry>
7416
7417  <varlistentry>
7418   <term><emphasis>webbugs</emphasis></term>
7419   <listitem>
7420    <para>
7421     Webbugs are small, invisible images (technically 1X1 GIF images), that 
7422     are used to track users across websites, and collect information on them.
7423     As an HTML page is loaded by the browser, an embedded image tag causes the
7424     browser to contact a third-party site, disclosing the tracking information
7425     through the requested URL and/or cookies for that third-party domain, without
7426     the user ever becoming aware of the interaction with the third-party site.
7427     HTML-ized spam also uses a similar technique to verify email addresses.
7428    </para>
7429    <para>
7430     This filter removes the HTML code that loads such <quote>webbugs</quote>.
7431    </para>
7432   </listitem>
7433  </varlistentry>
7434
7435  <varlistentry>
7436   <term><emphasis>tiny-textforms</emphasis></term>
7437   <listitem>
7438    <para>
7439     A rather special-purpose filter that can be used to enlarge textareas (those
7440     multi-line text boxes in web forms) and turn off hard word wrap in them. 
7441     It was written for the sourceforge.net tracker system where such boxes are
7442     a nuisance, but it can be handy on other sites, too.
7443    </para>
7444    <para>
7445     It is not recommended to use this filter as a default.
7446    </para>
7447   </listitem>
7448  </varlistentry>
7449
7450  <varlistentry>
7451   <term><emphasis>jumping-windows</emphasis></term>
7452   <listitem>
7453    <para>
7454     Many consider windows that move, or resize themselves to be abusive. This filter
7455     neutralizes the related JavaScript code. Note that some sites might not display
7456     or behave as intended when using this filter. Use with caution.
7457    </para>
7458   </listitem>
7459  </varlistentry>
7460
7461  <varlistentry>
7462   <term><emphasis>frameset-borders</emphasis></term>
7463   <listitem>
7464    <para>
7465     Some web designers seem to assume that everyone in the world will view their
7466     web sites using the same browser brand and version, screen resolution etc,
7467     because only that assumption could explain why they'd use static frame sizes,
7468     yet prevent their frames from being resized by the user, should they be too
7469     small to show their whole content.
7470    </para>
7471    <para>
7472     This filter removes the related HTML code. It should only be applied to sites
7473     which need it.
7474    </para>
7475   </listitem>
7476  </varlistentry>
7477
7478  <varlistentry>
7479   <term><emphasis>demoronizer</emphasis></term>
7480   <listitem>
7481    <para>
7482     Many Microsoft products that generate HTML use non-standard extensions (read:
7483     violations) of the ISO 8859-1 aka Latin-1 character set. This can cause those
7484     HTML documents to display with errors on standard-compliant platforms. 
7485    </para>
7486    <para>
7487     This filter translates the MS-only characters into Latin-1 equivalents. 
7488     It is not necessary when using MS products, and will cause corruption of  
7489     all documents that use 8-bit character sets other than Latin-1. It's mostly
7490     worthwhile for Europeans on non-MS platforms, if weird garbage characters
7491     sometimes appear on some pages, or user agents that don't correct for this on 
7492     the fly.
7493 <!--
7494     My version of Mozilla (ancient) shows litte square boxes for quote
7495     characters, and apostrophes on moronized pages. So many pages have this, I
7496     can read them fine now. HB 08/27/06
7497 --> 
7498    </para>
7499   </listitem>
7500  </varlistentry>
7501
7502  <varlistentry>
7503   <term><emphasis>shockwave-flash</emphasis></term>
7504   <listitem>
7505    <para>
7506     A filter for shockwave haters. As the name suggests, this filter strips code
7507     out of web pages that is used to embed shockwave flash objects. 
7508    </para>
7509    <para>
7510    </para>
7511   </listitem>
7512  </varlistentry>
7513
7514  <varlistentry>
7515   <term><emphasis>quicktime-kioskmode</emphasis></term>
7516   <listitem>
7517    <para>
7518     Change HTML code that embeds Quicktime objects so that kioskmode, which
7519     prevents saving, is disabled.
7520    </para>
7521   </listitem>
7522  </varlistentry>
7523
7524  <varlistentry>
7525   <term><emphasis>fun</emphasis></term>
7526   <listitem>
7527    <para>
7528     Text replacements for subversive browsing fun. Make fun of your favorite
7529     Monopolist or play buzzword bingo.
7530    </para>
7531   </listitem>
7532  </varlistentry>
7533
7534  <varlistentry>
7535   <term><emphasis>crude-parental</emphasis></term>
7536   <listitem>
7537    <para>
7538     A demonstration-only filter that shows how <application>Privoxy</application>
7539     can be used to delete web content on a keyword basis.
7540    </para>
7541   </listitem>
7542  </varlistentry>
7543
7544  <varlistentry>
7545   <term><emphasis>ie-exploits</emphasis></term>
7546   <listitem>
7547    <para>
7548     An experimental collection of text replacements to disable malicious HTML and JavaScript
7549     code that exploits known security holes in Internet Explorer.
7550    </para>
7551    <para>
7552     Presently, it only protects against Nimda and a cross-site scripting bug, and
7553     would need active maintenance to provide more substantial protection.
7554    </para>
7555   </listitem>
7556  </varlistentry>
7557
7558  <varlistentry>
7559   <term><emphasis>site-specifics</emphasis></term>
7560   <listitem>
7561    <para>
7562     Some web sites have very specific problems, the cure for which doesn't apply
7563     anywhere else, or could even cause damage on other sites.
7564    </para>
7565    <para>
7566     This is a collection of such site-specific cures which should only be applied
7567     to the sites they were intended for, which is what the supplied
7568     <filename>default.action</filename> file does. Users shouldn't need to change
7569     anything regarding this filter.
7570    </para>
7571   </listitem>
7572  </varlistentry>
7573
7574  <varlistentry>
7575   <term><emphasis>google</emphasis></term>
7576   <listitem>
7577    <para>
7578     A CSS based block for Google text ads. Also removes a width limitation
7579     and the toolbar advertisement.
7580    </para>
7581   </listitem>
7582  </varlistentry>
7583  
7584   <varlistentry>
7585   <term><emphasis>yahoo</emphasis></term>
7586   <listitem>
7587    <para>
7588     Another CSS based block, this time for Yahoo text ads. And removes 
7589     a width limitation as well.
7590    </para>
7591   </listitem>
7592  </varlistentry>
7593
7594   <varlistentry>
7595   <term><emphasis>msn</emphasis></term>
7596   <listitem>
7597    <para>
7598     Another CSS based block, this time for MSN text ads. And removes 
7599     tracking URLs, as well as a width limitation.
7600    </para>
7601   </listitem>
7602  </varlistentry>
7603
7604  <varlistentry>
7605   <term><emphasis>blogspot</emphasis></term>
7606   <listitem>
7607    <para>
7608     Cleans up some Blogspot blogs. Read the fine print before using this one!
7609    </para>
7610    <para>
7611     This filter also intentionally removes some navigation stuff and sets the
7612     page width to 100%. As a result, some rounded <quote>corners</quote> would
7613     appear to early or not at all and as fixing this would require a browser
7614     that understands background-size (CSS3), they are removed instead.
7615    </para>
7616   </listitem>
7617  </varlistentry>
7618
7619   <varlistentry>
7620   <term><emphasis>xml-to-html</emphasis></term>
7621   <listitem>
7622    <para>
7623     Server-header filter to change the Content-Type from xml to html.
7624    </para>
7625   </listitem>
7626  </varlistentry>
7627  
7628   <varlistentry>
7629   <term><emphasis>html-to-xml</emphasis></term>
7630   <listitem>
7631    <para>
7632     Server-header filter to change the Content-Type from html to xml.
7633    </para>
7634   </listitem>
7635  </varlistentry>
7636
7637   <varlistentry>
7638   <term><emphasis>no-ping</emphasis></term>
7639   <listitem>
7640    <para>
7641     Removes the non-standard <literal>ping</literal> attribute from
7642     anchor and area HTML tags.
7643    </para>
7644   </listitem>
7645  </varlistentry>
7646
7647   <varlistentry>
7648   <term><emphasis>hide-tor-exit-notation</emphasis></term>
7649   <listitem>
7650    <para>
7651     Client-header filter to remove the <command>Tor</command> exit node notation
7652     found in Host and Referer headers.
7653    </para>
7654    <para>
7655     If &my-app; and <command>Tor</command> are chained and &my-app;
7656     is configured to use socks4a, one can use <quote>http://www.example.org.foobar.exit/</quote>
7657     to access the host <quote>www.example.org</quote> through the
7658     <command>Tor</command> exit node <quote>foobar</quote>.
7659    </para>
7660    <para>
7661     As the HTTP client isn't aware of this notation, it treats the
7662     whole string <quote>www.example.org.foobar.exit</quote> as host and uses it
7663     for the <quote>Host</quote> and <quote>Referer</quote> headers. From the
7664     server's point of view the resulting headers are invalid and can cause problems.
7665    </para>
7666    <para>
7667     An invalid <quote>Referer</quote> header can trigger <quote>hot-linking</quote>
7668     protections, an invalid <quote>Host</quote> header will make it impossible for
7669     the server to find the right vhost (several domains hosted on the same IP address).
7670    </para>
7671    <para>
7672     This client-header filter removes the <quote>foo.exit</quote> part in those headers
7673     to prevent the mentioned problems. Note that it only modifies
7674     the HTTP headers, it doesn't make it impossible for the server
7675     to detect your <command>Tor</command> exit node based on the IP address
7676     the request is coming from.
7677    </para>
7678   </listitem>
7679  </varlistentry>
7680
7681 <!--
7682  <varlistentry>
7683   <term><emphasis> </emphasis></term>
7684   <listitem>
7685    <para>
7686    </para>
7687    <para>
7688    </para>
7689   </listitem>
7690  </varlistentry>
7691 -->
7692 </variablelist>
7693
7694 </sect2>
7695 </sect1>
7696
7697 <!--  ~  End section  ~  -->
7698
7699
7700
7701 <!--   ~~~~~       New section      ~~~~~     -->
7702
7703 <sect1 id="templates">
7704 <title>Privoxy's Template Files</title>
7705 <para>
7706  All <application>Privoxy</application> built-in pages, i.e. error pages such as the 
7707  <ulink url="http://show-the-404-error.page"><quote>404 - No Such Domain</quote>
7708  error page</ulink>, the <ulink
7709  url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html"><quote>BLOCKED</quote>
7710  page</ulink>
7711  and all pages of its <ulink url="http://config.privoxy.org/">web-based
7712  user interface</ulink>, are generated from <emphasis>templates</emphasis>. 
7713  (<application>Privoxy</application> must be running for the above links to work as
7714  intended.)
7715 </para>
7716
7717 <para>
7718  These templates are stored in a subdirectory of the <link linkend="confdir">configuration
7719  directory</link> called <filename>templates</filename>. On Unixish platforms,
7720  this is typically
7721  <ulink url="file:///etc/privoxy/templates/"><filename>/etc/privoxy/templates/</filename></ulink>.
7722 </para>
7723
7724 <para>
7725  The templates are basically normal HTML files, but with place-holders (called symbols
7726  or exports), which <application>Privoxy</application> fills at run time. It
7727  is possible to edit the templates with a normal text editor, should you want
7728  to customize them. (<emphasis>Not recommended for the casual
7729  user</emphasis>). Should you create your own custom templates, you should use 
7730  the <filename>config</filename> setting <link linkend="templdir">templdir</link>
7731  to specify an alternate location, so your templates do not get overwritten
7732  during upgrades. 
7733  </para>
7734  <para>
7735  Note that just like in configuration files, lines starting
7736  with <literal>#</literal> are ignored when the templates are filled in.
7737 </para>
7738
7739 <para>
7740  The place-holders are of the form <literal>@name@</literal>, and you will
7741  find a list of available symbols, which vary from template to template,
7742  in the comments at the start of each file. Note that these comments are not
7743  always accurate, and that it's probably best to look at the existing HTML
7744  code to find out which symbols are supported and what they are filled in with.
7745 </para>
7746
7747 <para>
7748  A special application of this substitution mechanism is to make whole
7749  blocks of HTML code disappear when a specific symbol is set. We use this
7750  for many purposes, one of them being to include the beta warning in all
7751  our user interface (CGI) pages when <application>Privoxy</application>
7752  is in an alpha or beta development stage:
7753 </para>
7754
7755 <para>
7756  <screen>
7757 &lt;!-- @if-unstable-start --&gt;
7758
7759   ... beta warning HTML code goes here ...
7760
7761 &lt;!-- if-unstable-end@ --&gt;</screen>
7762 </para>
7763
7764 <para>
7765  If the "unstable" symbol is set, everything in between and including
7766  <literal>@if-unstable-start</literal> and <literal>if-unstable-end@</literal>
7767  will disappear, leaving nothing but an empty comment:
7768 </para>
7769
7770 <para>
7771  <screen>&lt;!--  --&gt;</screen>
7772 </para>
7773
7774 <para>
7775  There's also an if-then-else construct and an <literal>#include</literal>
7776  mechanism, but you'll sure find out if you are inclined to edit the
7777  templates ;-)
7778 </para>
7779
7780 <para>
7781  All templates refer to a style located at
7782  <ulink url="http://config.privoxy.org/send-stylesheet"><literal>http://config.privoxy.org/send-stylesheet</literal></ulink>.
7783  This is, of course, locally served by <application>Privoxy</application>
7784  and the source for it can be found and edited in the
7785  <filename>cgi-style.css</filename> template.
7786 </para>
7787
7788 </sect1>
7789
7790 <!--  ~  End section  ~  -->
7791
7792
7793
7794 <!--   ~~~~~       New section      ~~~~~     -->
7795
7796 <sect1 id="contact"><title>Contacting the Developers, Bug Reporting and Feature
7797 Requests</title>
7798
7799 <!-- Include contacting.sgml boilerplate: -->
7800  &contacting;
7801 <!-- end boilerplate -->
7802
7803 </sect1>
7804
7805 <!--  ~  End section  ~  -->
7806
7807
7808 <!--   ~~~~~       New section      ~~~~~     -->
7809 <sect1 id="copyright"><title>Privoxy Copyright, License and History</title>
7810
7811 <!-- Include copyright.sgml: -->
7812  &copyright;
7813 <!-- end copyright -->
7814
7815 <!--   ~~~~~       New section      ~~~~~     -->
7816 <sect2><title>License</title>
7817 <!-- Include copyright.sgml: -->
7818  &license;
7819 <!-- end copyright -->
7820 </sect2>
7821 <!--  ~  End section  ~  -->
7822
7823
7824 <!--   ~~~~~       New section      ~~~~~     -->
7825
7826 <sect2 id="history"><title>History</title>
7827 <!-- Include history.sgml: -->
7828  &history;
7829 <!-- end history -->
7830 </sect2>
7831
7832 <sect2 id="authors"><title>Authors</title>
7833 <!-- Include p-authors.sgml: -->
7834  &p-authors;
7835 <!-- end authors -->
7836 </sect2>
7837
7838 </sect1>
7839
7840 <!--  ~  End section  ~  -->
7841
7842
7843 <!--   ~~~~~       New section      ~~~~~     -->
7844 <sect1 id="seealso"><title>See Also</title>
7845 <!-- Include seealso.sgml: -->
7846  &seealso;
7847 <!-- end seealso -->
7848 </sect1>
7849
7850
7851
7852 <!--   ~~~~~       New section      ~~~~~     -->
7853 <sect1 id="appendix"><title>Appendix</title>
7854
7855
7856 <!--   ~~~~~       New section      ~~~~~     -->
7857 <sect2 id="regex">
7858 <title>Regular Expressions</title>
7859 <para>
7860  <application>Privoxy</application> uses Perl-style <quote>regular
7861  expressions</quote> in its <link linkend="actions-file">actions
7862  files</link> and <link linkend="filter-file">filter file</link>,
7863  through the <ulink url="http://www.pcre.org/">PCRE</ulink> and
7864 <!-- 
7865  dead 08/27/06
7866  <ulink url="http://www.oesterhelt.org/pcrs/">PCRS</ulink> libraries.
7867 -->
7868  <application>PCRS</application> libraries.
7869 </para>
7870
7871 <para>
7872  If you are reading this, you probably don't understand what <quote>regular
7873  expressions</quote> are, or what they can do. So this will be a very brief
7874  introduction only. A full explanation would require a <ulink
7875  url="http://www.oreilly.com/catalog/regex/">book</ulink> ;-)
7876 </para>
7877
7878 <para>
7879  Regular expressions provide a language to describe patterns that can be
7880  run against strings of characters (letter, numbers, etc), to see if they
7881  match the string or not. The  patterns are themselves (sometimes complex)
7882  strings of literal characters, combined with  wild-cards, and other special
7883  characters, called meta-characters. The <quote>meta-characters</quote> have
7884  special meanings and are used to build complex patterns to be matched against.
7885  Perl Compatible Regular Expressions are an especially convenient
7886  <quote>dialect</quote> of the regular expression language.
7887 </para>
7888
7889 <para>
7890  To make a simple analogy, we do something similar when we use wild-card
7891  characters when listing files with the <command>dir</command> command in DOS. 
7892  <literal>*.*</literal> matches all filenames. The <quote>special</quote>
7893  character here is the asterisk which matches any and all characters. We can be
7894  more specific and use <literal>?</literal> to match just individual
7895  characters. So <quote>dir file?.text</quote> would match
7896  <quote>file1.txt</quote>, <quote>file2.txt</quote>, etc. We are pattern
7897  matching, using a similar technique to <quote>regular expressions</quote>!
7898 </para>
7899
7900 <para>
7901  Regular expressions do essentially the same thing, but are much, much more
7902  powerful. There are many more <quote>special characters</quote> and ways of 
7903  building complex patterns however. Let's look at a few of the common ones,
7904  and then some examples:
7905 </para>
7906
7907 <para><simplelist>
7908  <member>
7909   <emphasis>.</emphasis> - Matches any single character, e.g. <quote>a</quote>,
7910   <quote>A</quote>, <quote>4</quote>, <quote>:</quote>, or <quote>@</quote>.
7911  </member>
7912 </simplelist></para>
7913
7914 <para><simplelist>
7915  <member>
7916   <emphasis>?</emphasis> - The preceding character or expression is matched ZERO or ONE
7917   times. Either/or.
7918  </member>
7919 </simplelist></para>
7920
7921 <para><simplelist>
7922  <member>
7923   <emphasis>+</emphasis> - The preceding character or expression is matched ONE or MORE
7924   times.
7925  </member>
7926 </simplelist></para>
7927
7928 <para><simplelist>
7929  <member>
7930   <emphasis>*</emphasis> - The preceding character or expression is matched ZERO or MORE
7931   times.
7932  </member>
7933 </simplelist></para>
7934
7935 <para><simplelist>
7936  <member>
7937   <emphasis>\</emphasis> - The <quote>escape</quote> character denotes that
7938   the following character should be taken literally. This is used where one of the 
7939   special characters (e.g. <quote>.</quote>) needs to be taken literally and
7940   not as a special meta-character. Example: <quote>example\.com</quote>, makes 
7941   sure the period is recognized only as a period (and not expanded to its 
7942   meta-character meaning of any single character).
7943  </member>
7944 </simplelist></para>
7945
7946 <para><simplelist>
7947  <member>
7948   <emphasis>[ ]</emphasis> - Characters enclosed in brackets will be matched if
7949   any of the enclosed characters are encountered. For instance, <quote>[0-9]</quote>
7950   matches any numeric digit (zero through nine). As an example, we can combine 
7951   this with <quote>+</quote> to match any digit one of more times: <quote>[0-9]+</quote>.
7952  </member>
7953 </simplelist></para>
7954
7955 <para><simplelist>
7956  <member>
7957   <emphasis>( )</emphasis> - parentheses are used to group a sub-expression,
7958   or multiple sub-expressions.
7959  </member>
7960 </simplelist></para>
7961
7962 <para><simplelist>
7963  <member>
7964   <emphasis>|</emphasis> - The <quote>bar</quote> character works like an
7965   <quote>or</quote> conditional statement. A match is successful if the
7966   sub-expression on either side of <quote>|</quote> matches. As an example:
7967   <quote>/(this|that) example/</quote> uses grouping and the bar character 
7968   and would match either <quote>this example</quote> or <quote>that
7969   example</quote>, and nothing else.
7970  </member>
7971 </simplelist></para>
7972
7973 <para>
7974  These are just some of the ones you are likely to use when matching URLs with 
7975  <application>Privoxy</application>, and is a long way from a definitive
7976  list. This is enough to get us started with a few simple examples which may
7977  be more illuminating:
7978 </para>
7979
7980 <para>
7981  <emphasis><literal>/.*/banners/.*</literal></emphasis> - A  simple example
7982  that uses the common combination of <quote>.</quote> and <quote>*</quote> to 
7983  denote any character, zero or more times. In other words, any string at all.
7984  So we start with a literal forward slash, then our regular expression pattern 
7985  (<quote>.*</quote>) another literal forward slash, the string
7986  <quote>banners</quote>, another forward slash, and lastly another
7987  <quote>.*</quote>. We are building 
7988  a directory path here. This will match any file with the path that has a
7989  directory named <quote>banners</quote> in it. The <quote>.*</quote> matches
7990  any characters, and this could conceivably be more forward slashes, so it
7991  might expand into a much longer looking path. For example, this could match:
7992  <quote>/eye/hate/spammers/banners/annoy_me_please.gif</quote>, or just
7993  <quote>/banners/annoying.html</quote>, or almost an infinite number of other
7994  possible combinations, just so it has <quote>banners</quote> in the path
7995  somewhere.
7996 </para>
7997
7998 <para>
7999  And now something a little more complex:
8000 </para>
8001
8002 <para>
8003  <emphasis><literal>/.*/adv((er)?ts?|ertis(ing|ements?))?/</literal></emphasis> - 
8004  We have several literal forward slashes again (<quote>/</quote>), so we are
8005  building another expression that is a file path statement. We have another 
8006  <quote>.*</quote>, so we are matching against any conceivable sub-path, just so
8007  it matches our expression. The only true literal that <emphasis>must
8008  match</emphasis> our pattern is <application>adv</application>, together with
8009  the forward slashes. What comes after the <quote>adv</quote> string is the
8010  interesting part. 
8011 </para>
8012
8013 <para>
8014  Remember the <quote>?</quote> means the preceding expression (either a
8015  literal character or anything grouped with <quote>(...)</quote> in this case)
8016  can exist or not, since this means either zero or one match. So
8017  <quote>((er)?ts?|ertis(ing|ements?))</quote> is optional, as are the
8018  individual sub-expressions: <quote>(er)</quote>,
8019  <quote>(ing|ements?)</quote>, and the <quote>s</quote>. The <quote>|</quote>
8020  means <quote>or</quote>. We have two of those. For instance, 
8021  <quote>(ing|ements?)</quote>, can expand to match either <quote>ing</quote> 
8022  <emphasis>OR</emphasis> <quote>ements?</quote>. What is being done here, is an
8023  attempt at matching as many variations of <quote>advertisement</quote>, and 
8024  similar, as possible. So this would expand to match just <quote>adv</quote>,
8025  or <quote>advert</quote>, or <quote>adverts</quote>, or
8026  <quote>advertising</quote>, or <quote>advertisement</quote>, or
8027  <quote>advertisements</quote>. You get the idea. But it would not match 
8028  <quote>advertizements</quote> (with a <quote>z</quote>). We could fix that by
8029  changing our regular expression to: 
8030  <quote>/.*/adv((er)?ts?|erti(s|z)(ing|ements?))?/</quote>, which would then match
8031  either spelling.
8032 </para>
8033
8034 <para>
8035  <emphasis><literal>/.*/advert[0-9]+\.(gif|jpe?g)</literal></emphasis> - Again 
8036  another path statement with forward slashes. Anything in the square brackets 
8037  <quote>[ ]</quote> can be matched. This is using <quote>0-9</quote> as a
8038  shorthand expression to mean any digit one through nine. It is the same as
8039  saying <quote>0123456789</quote>. So any digit matches. The <quote>+</quote>
8040  means one or more of the preceding expression must be included. The preceding 
8041  expression here is what is in the square brackets -- in this case, any digit 
8042  one through nine. Then, at the end, we have a grouping: <quote>(gif|jpe?g)</quote>. 
8043  This includes a <quote>|</quote>, so this needs to match the expression on
8044  either side of that bar character also. A simple <quote>gif</quote> on one side, and the other
8045  side will in turn match either <quote>jpeg</quote> or <quote>jpg</quote>,
8046  since the <quote>?</quote> means the letter <quote>e</quote> is optional and
8047  can be matched once or not at all. So we are building an expression here to
8048  match image GIF or JPEG type image file. It must include the literal
8049  string <quote>advert</quote>, then one or more digits, and a <quote>.</quote>
8050  (which is now a literal, and not a special character, since it is escaped
8051  with <quote>\</quote>), and lastly either <quote>gif</quote>, or
8052  <quote>jpeg</quote>, or <quote>jpg</quote>. Some possible matches would
8053  include: <quote>//advert1.jpg</quote>,
8054  <quote>/nasty/ads/advert1234.gif</quote>,
8055  <quote>/banners/from/hell/advert99.jpg</quote>. It would not match
8056  <quote>advert1.gif</quote> (no leading slash), or
8057  <quote>/adverts232.jpg</quote> (the expression does not include an
8058  <quote>s</quote>), or <quote>/advert1.jsp</quote> (<quote>jsp</quote> is not
8059  in the expression anywhere).
8060 </para>
8061
8062 <para>
8063  We are barely scratching the surface of regular expressions here so that you
8064  can understand the default <application>Privoxy</application>
8065  configuration files, and maybe use this knowledge to customize your own
8066  installation. There is much, much more that can be done with regular
8067  expressions. Now that you know enough to get started, you can learn more on
8068  your own :/
8069 </para>
8070
8071 <para>
8072  More reading on Perl Compatible Regular expressions: 
8073  <ulink url="http://perldoc.perl.org/perlre.html">http://perldoc.perl.org/perlre.html</ulink>
8074 </para>
8075
8076 <para>
8077  For information on regular expression based substitutions and their applications
8078  in filters, please see the <link linkend="filter-file">filter file tutorial</link>
8079  in this manual.
8080 </para>
8081 </sect2>
8082
8083 <!--  ~  End section  ~  -->
8084
8085
8086 <!--   ~~~~~       New section      ~~~~~     -->
8087 <sect2>
8088 <title>Privoxy's Internal Pages</title>
8089
8090 <para>
8091  Since <application>Privoxy</application> proxies each requested 
8092  web page, it is easy for <application>Privoxy</application> to 
8093  trap certain special URLs. In this way, we can talk directly to
8094  <application>Privoxy</application>, and see how it is 
8095  configured, see how our rules are being applied, change these 
8096  rules and other configuration options, and even turn
8097  <application>Privoxy's</application> filtering off, all with 
8098  a web browser.
8099
8100 </para>
8101
8102 <para>
8103  The URLs listed below are the special ones that allow direct access 
8104  to <application>Privoxy</application>. Of course,
8105  <application>Privoxy</application> must be running to access these. If 
8106  not, you will get a friendly error message. Internet access is not 
8107  necessary either.
8108 </para>
8109
8110 <para>
8111  <itemizedlist>
8112
8113  <listitem>
8114   <para>  
8115    Privoxy main page: 
8116   </para>
8117   <blockquote>
8118    <para> 
8119      <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
8120    </para>
8121   </blockquote>
8122   <para>
8123    There is a shortcut: <ulink url="http://p.p/">http://p.p/</ulink> (But it
8124    doesn't provide a fall-back to a real page, in case the request is not
8125    sent through <application>Privoxy</application>)
8126   </para>
8127  </listitem>
8128
8129  <listitem>
8130   <para>  
8131     Show information about the current configuration, including viewing and 
8132     editing of actions files:
8133   </para>
8134    <blockquote>
8135    <para> 
8136     <ulink url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
8137    </para>
8138   </blockquote>
8139  </listitem>
8140  
8141  <listitem>
8142   <para>  
8143     Show the source code version numbers:
8144   </para>
8145   <blockquote>
8146    <para> 
8147     <ulink url="http://config.privoxy.org/show-version">http://config.privoxy.org/show-version</ulink>
8148    </para>
8149   </blockquote>
8150  </listitem>
8151  
8152  <listitem>
8153   <para>  
8154    Show the browser's request headers:
8155   </para>
8156   <blockquote>
8157    <para> 
8158     <ulink url="http://config.privoxy.org/show-request">http://config.privoxy.org/show-request</ulink>
8159    </para>
8160   </blockquote>
8161  </listitem>
8162  
8163  <listitem>
8164   <para>  
8165    Show which actions apply to a URL and why:
8166   </para>
8167    <blockquote>
8168    <para> 
8169     <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
8170    </para>
8171   </blockquote>
8172  </listitem>
8173  
8174  <listitem>
8175   <para>  
8176    Toggle Privoxy on or off. This feature can be turned off/on in the main 
8177    <filename>config</filename> file. When toggled <quote>off</quote>, <quote>Privoxy</quote>
8178    continues to run, but only as a pass-through proxy, with no actions taking
8179    place:
8180   </para>
8181    <blockquote>
8182    <para> 
8183     <ulink url="http://config.privoxy.org/toggle">http://config.privoxy.org/toggle</ulink>
8184    </para>
8185   </blockquote>
8186   <para>
8187    Short cuts. Turn off, then on: 
8188   </para>
8189    <blockquote>
8190    <para> 
8191      <ulink url="http://config.privoxy.org/toggle?set=disable">http://config.privoxy.org/toggle?set=disable</ulink>
8192    </para>
8193   </blockquote>
8194    <blockquote>
8195    <para> 
8196      <ulink url="http://config.privoxy.org/toggle?set=enable">http://config.privoxy.org/toggle?set=enable</ulink>
8197    </para>
8198   </blockquote>
8199  </listitem>
8200  
8201  </itemizedlist>
8202 </para>
8203
8204 <para>
8205  These may be bookmarked for quick reference. See next.
8206
8207 </para>
8208
8209 <sect3 id="bookmarklets">
8210 <title>Bookmarklets</title>
8211 <para>
8212  Below are some <quote>bookmarklets</quote> to allow you to easily access a
8213  <quote>mini</quote> version of some of <application>Privoxy's</application>
8214  special pages. They are designed for MS Internet Explorer, but should work
8215  equally well in Netscape, Mozilla, and other browsers which support
8216  JavaScript. They are designed to run directly from your bookmarks - not by
8217  clicking the links below (although that should work for testing).
8218 </para>
8219 <para>
8220  To save them, right-click the link and choose <quote>Add to Favorites</quote>
8221  (IE) or <quote>Add Bookmark</quote> (Netscape). You will get a warning that
8222  the bookmark <quote>may not be safe</quote> - just click OK. Then you can run the
8223  Bookmarklet directly from your favorites/bookmarks. For even faster access,
8224  you can put them on the <quote>Links</quote> bar (IE) or the <quote>Personal
8225  Toolbar</quote> (Netscape), and run them with a single click. 
8226 </para>
8227
8228 <para>
8229  <itemizedlist>
8230
8231   <listitem>
8232    <para>
8233     <ulink
8234     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y&#38;set=enabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Enable</ulink>
8235    </para>
8236   </listitem> 
8237
8238   <listitem>
8239    <para>
8240     <ulink
8241     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y&#38;set=disabled','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Disable</ulink>
8242    </para>
8243   </listitem> 
8244
8245   <listitem>
8246    <para>
8247     <ulink
8248     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y&#38;set=toggle','ijbstatus','width=250,height=100,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Toggle Privoxy</ulink> (Toggles between enabled and disabled)
8249    </para>
8250   </listitem> 
8251
8252   <listitem>
8253    <para>
8254     <ulink
8255     url="javascript:void(window.open('http://config.privoxy.org/toggle?mini=y','ijbstatus','width=250,height=2,resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy- View Status</ulink>
8256    </para>
8257   </listitem> 
8258 <!--
8259   <listitem>
8260    <para>
8261     <ulink url="javascript:w=Math.floor(screen.width/2);h=Math.floor(screen.height*0.9);void(window.open('http://www.privoxy.org/actions/index.php?url='+escape(location.href),'Feedback','screenx='+w+',width='+w+',height='+h+',scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Submit Actions File Feedback</ulink>
8262    </para>
8263   </listitem> 
8264  --> 
8265   <listitem>
8266    <para>
8267     <ulink url="javascript:void(window.open('http://config.privoxy.org/show-url-info?url='+escape(location.href),'Why').focus());">Privoxy - Why?</ulink>
8268    </para>
8269   </listitem> 
8270  </itemizedlist>
8271 </para>
8272
8273 <para>
8274  Credit: The site which gave us the general idea for these bookmarklets is
8275  <ulink url="http://www.bookmarklets.com/">www.bookmarklets.com</ulink>. They
8276  have more information about bookmarklets. 
8277 </para>
8278
8279
8280 </sect3>
8281
8282 </sect2>
8283
8284
8285 <!--   ~~~~~       New section      ~~~~~     -->
8286 <sect2 id="chain">
8287 <title>Chain of Events</title>
8288 <para>
8289  Let's take a quick look at how some of <application>Privoxy's</application> 
8290  core features are triggered, and the ensuing sequence of events when a web
8291  page is requested by your browser:
8292 </para>
8293
8294 <para>
8295  <itemizedlist>
8296  <listitem>
8297   <para>
8298    First, your web browser requests a web page. The browser knows to send 
8299    the request to <application>Privoxy</application>, which will in turn, 
8300    relay the request to the remote web server after passing the following 
8301    tests: 
8302   </para>
8303  </listitem> 
8304  <listitem>
8305   <para>
8306    <application>Privoxy</application> traps any request for its own internal CGI 
8307    pages (e.g <ulink url="http://p.p/">http://p.p/</ulink>) and sends the CGI page back to the browser.
8308   </para>
8309  </listitem> 
8310  <listitem>
8311   <para>
8312    Next, <application>Privoxy</application> checks to see if the URL 
8313    matches any <link
8314    linkend="BLOCK"><quote>+block</quote></link> patterns. If
8315    so, the URL is then blocked, and the remote web server will not be contacted.
8316    <link linkend="HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></link> 
8317    and 
8318    <link linkend="HANDLE-AS-EMPTY-DOCUMENT"><quote>+handle-as-empty-document</quote></link>
8319    are then checked, and if there is no match, an 
8320    HTML <quote>BLOCKED</quote> page is sent back to the browser. Otherwise, if
8321    it does match, an image is returned for the former, and an empty text
8322    document for the latter. The type of image would depend on the setting of
8323    <link linkend="SET-IMAGE-BLOCKER"><quote>+set-image-blocker</quote></link>
8324    (blank, checkerboard pattern, or an HTTP redirect to an image elsewhere).
8325   </para>
8326  </listitem> 
8327  <listitem>
8328   <para>
8329    Untrusted URLs are blocked. If URLs are being added to the
8330    <filename>trust</filename> file, then that is done.
8331   </para>
8332  </listitem> 
8333  <listitem>
8334   <para>
8335    If the URL pattern matches the <link
8336    linkend="FAST-REDIRECTS"><quote>+fast-redirects</quote></link> action,
8337    it is then processed. Unwanted parts of the requested URL are stripped.
8338   </para>
8339  </listitem> 
8340  <listitem>
8341   <para>
8342    Now the rest of the client browser's request headers are processed. If any
8343    of these match any of the relevant actions (e.g. <link
8344    linkend="HIDE-USER-AGENT"><quote>+hide-user-agent</quote></link>,
8345    etc.), headers are suppressed or forged as determined by these actions and
8346    their parameters.
8347   </para>
8348  </listitem> 
8349  <listitem>
8350   <para>
8351    Now the web server starts sending its response back (i.e. typically a web
8352    page).
8353   </para>
8354  </listitem> 
8355  <listitem>
8356   <para>
8357    First, the server headers are read and processed to determine, among other
8358    things, the MIME type (document type) and encoding. The headers are then
8359    filtered as determined by the 
8360    <link linkend="CRUNCH-INCOMING-COOKIES"><quote>+crunch-incoming-cookies</quote></link>,
8361    <link linkend="SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></link>,
8362    and <link linkend="DOWNGRADE-HTTP-VERSION"><quote>+downgrade-http-version</quote></link>
8363    actions.
8364   </para>
8365  </listitem> 
8366  <listitem>
8367   <para>
8368    If the <link linkend="KILL-POPUPS"><quote>+kill-popups</quote></link>
8369    action applies, and it is an HTML or JavaScript document, the popup-code in the
8370    response is filtered on-the-fly as it is received.
8371   </para>
8372  </listitem> 
8373  <listitem>
8374   <para>
8375    If any <link linkend="FILTER"><quote>+filter</quote></link> action
8376    or <link
8377    linkend="DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></link>
8378    action applies (and the document type fits the action), the rest of the page is
8379    read into memory (up to a configurable limit). Then the filter rules (from
8380    <filename>default.filter</filename> and any other filter files) are
8381    processed against the buffered content. Filters are applied in the order
8382    they are specified in one of the filter files. Animated GIFs, if present,
8383    are reduced to either the first or last frame, depending on the action
8384    setting.The entire page, which is now filtered, is then sent by
8385    <application>Privoxy</application> back to your browser. 
8386   </para>
8387   <para>
8388    If neither a <link linkend="FILTER"><quote>+filter</quote></link> action
8389    or <link
8390    linkend="DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></link>
8391    matches, then <application>Privoxy</application> passes the raw data through 
8392    to the client browser as it becomes available.
8393   </para>
8394  </listitem> 
8395  <listitem>
8396   <para>
8397    As the browser receives the now (possibly filtered) page content, it 
8398    reads and then requests any URLs that may be embedded within the page
8399    source, e.g. ad images, stylesheets, JavaScript, other HTML documents (e.g.
8400    frames), sounds, etc. For each of these objects, the browser issues a
8401    separate request (this is easily viewable in <application>Privoxy's</application>
8402    logs). And each such request is in turn processed just as above. Note that a
8403    complex web page will have many, many such embedded URLs. If these 
8404    secondary requests are to a different server, then quite possibly a very 
8405    differing set of actions is triggered.
8406   </para>
8407  </listitem> 
8408  
8409  </itemizedlist>
8410 </para>
8411 <para>
8412  NOTE: This is somewhat of a simplistic overview of what happens with each URL
8413  request. For the sake of brevity and simplicity, we have focused on 
8414  <application>Privoxy's</application> core features only.
8415 </para>
8416
8417 </sect2>
8418
8419
8420 <!--   ~~~~~       New section      ~~~~~     -->
8421 <sect2 id="actionsanat">
8422 <title>Troubleshooting: Anatomy of an Action</title>
8423
8424 <para>
8425  The way <application>Privoxy</application> applies 
8426  <link linkend="ACTIONS">actions</link> and <link linkend="FILTER">filters</link>
8427  to any given URL can be complex, and not always so
8428  easy to understand what is happening. And sometimes we need to be able to
8429  <emphasis>see</emphasis> just what <application>Privoxy</application> is
8430  doing. Especially, if something <application>Privoxy</application> is doing
8431  is causing us a problem inadvertently. It can be a little daunting to look at
8432  the actions and filters files themselves, since they tend to be filled with
8433  <link linkend="regex">regular expressions</link> whose consequences are not
8434  always so obvious. 
8435 </para>
8436
8437 <para>
8438  One quick test to see if <application>Privoxy</application> is causing a problem 
8439  or not, is to disable it temporarily. This should be the first troubleshooting 
8440  step. See <link linkend="bookmarklets">the Bookmarklets</link> section on a quick 
8441  and easy way to do this (be sure to flush caches afterward!). Looking at the 
8442  logs is a good idea too. (Note that both the toggle feature and logging are 
8443  enabled via <filename>config</filename> file settings, and may need to be 
8444  turned <quote>on</quote>.)
8445 </para>
8446 <para>
8447  Another easy troubleshooting step to try is if you have done any
8448  customization of your installation, revert back to the installed
8449  defaults and see if that helps. There are times the developers get complaints
8450  about one thing or another, and the problem is more related to a customized
8451  configuration issue.
8452 </para>
8453
8454 <para>
8455  <application>Privoxy</application> also provides the 
8456  <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
8457  page that can show us very specifically how <application>actions</application>
8458  are being applied to any given URL. This is a big help for troubleshooting.
8459 </para>
8460
8461 <para>
8462  First, enter one URL (or partial URL) at the prompt, and then
8463  <application>Privoxy</application> will tell us 
8464  how the current configuration will handle it. This will not
8465  help with filtering effects (i.e. the <link
8466  linkend="FILTER"><quote>+filter</quote></link> action) from
8467  one of the filter files since this is handled very
8468  differently and not so easy to trap! It also will not tell you about any other
8469  URLs that may be embedded within the URL you are testing. For instance, images
8470  such as ads are expressed as URLs within the raw page source of HTML pages. So
8471  you will only get info for the actual URL that is pasted into the prompt area
8472  -- not any sub-URLs. If you want to know about embedded URLs like ads, you
8473  will have to dig those out of the HTML source. Use your browser's <quote>View
8474  Page Source</quote> option for this. Or right click on the ad, and grab the
8475  URL.
8476 </para>
8477
8478 <para>
8479  Let's try an example, <ulink url="http://google.com">google.com</ulink>, 
8480  and look at it one section at a time in a sample configuration (your real 
8481  configuration may vary):
8482 </para>
8483
8484 <para>
8485  <screen>
8486  Matches for http://www.google.com:
8487
8488  In file: default.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibutton>
8489
8490  {+deanimate-gifs {last}
8491  +fast-redirects {check-decoded-url}
8492  +filter {refresh-tags}
8493  +filter {img-reorder}
8494  +filter {banners-by-size}
8495  +filter {webbugs}
8496  +filter {jumping-windows}
8497  +filter {ie-exploits}
8498  +hide-forwarded-for-headers
8499  +hide-from-header {block}
8500  +hide-referrer {forge}
8501  +session-cookies-only
8502  +set-image-blocker {pattern}
8503 /
8504  
8505  { -session-cookies-only }
8506  .google.com
8507
8508  { -fast-redirects }
8509  .google.com
8510
8511 In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibutton>
8512 (no matches in this file)  
8513 </screen>
8514 </para>
8515
8516 <para>
8517  This is telling us how we have defined our 
8518  <link linkend="ACTIONS"><quote>actions</quote></link>, and
8519  which ones match for our test case, <quote>google.com</quote>. 
8520  Displayed is all the actions that are available to us. Remember,
8521  the <literal>+</literal> sign denotes <quote>on</quote>. <literal>-</literal>
8522  denotes <quote>off</quote>. So some are <quote>on</quote> here, but many 
8523  are <quote>off</quote>. Each example we try may provide a slightly different
8524  end result, depending on our configuration directives.
8525 </para>
8526 <para>
8527  The first listing
8528   is for our <filename>default.action</filename> file. The large, multi-line
8529   listing, is how the actions are set to match for all URLs, i.e. our default
8530   settings. If you look at your <quote>actions</quote> file, this would be the
8531   section just below the <quote>aliases</quote> section near the top. This
8532   will apply to all URLs as signified by the single forward slash at the end
8533   of the listing -- <quote> / </quote>.
8534 </para>
8535
8536 <para>
8537  But we have defined additional actions that would be exceptions to these general
8538  rules, and then we list specific URLs (or patterns) that these exceptions
8539  would apply to. Last match wins. Just below this then are two explicit
8540  matches for <quote>.google.com</quote>. The first is negating our previous
8541  cookie setting, which was for <link
8542  linkend="SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></link>
8543  (i.e. not persistent). So we will allow persistent cookies for google, at
8544  least that is how it is in this example. The second turns
8545  <emphasis>off</emphasis> any <link
8546  linkend="FAST-REDIRECTS"><quote>+fast-redirects</quote></link>
8547  action, allowing this to take place unmolested. Note that there is a leading
8548  dot here -- <quote>.google.com</quote>. This will match any hosts and
8549  sub-domains, in the google.com domain also, such as
8550  <quote>www.google.com</quote> or <quote>mail.google.com</quote>. But it would not 
8551  match <quote>www.google.de</quote>! So, apparently, we have these two actions
8552  defined as exceptions to the general rules at the top somewhere in the lower
8553  part of our <filename>default.action</filename> file, and
8554  <quote>google.com</quote> is referenced somewhere in these latter sections.
8555 </para>
8556
8557 <para>
8558  Then, for our <filename>user.action</filename> file, we again have no hits.
8559  So there is nothing google-specific that we might have added to our own, local
8560  configuration. If there was, those actions would over-rule any actions from 
8561  previously processed files, such as <filename>default.action</filename>.
8562  <filename>user.action</filename> typically has the last word. This is the
8563  best place to put hard and fast exceptions,
8564 </para>
8565
8566 <para>
8567  And finally we pull it all together in the bottom section and summarize how
8568  <application>Privoxy</application> is applying all its <quote>actions</quote> 
8569  to <quote>google.com</quote>:
8570
8571 </para>
8572
8573 <para>
8574  <screen>
8575
8576  Final results:
8577  
8578  -add-header
8579  -block
8580  -client-header-filter{hide-tor-exit-notation}
8581  -content-type-overwrite
8582  -crunch-client-header
8583  -crunch-if-none-match
8584  -crunch-incoming-cookies
8585  -crunch-outgoing-cookies
8586  -crunch-server-header
8587  +deanimate-gifs {last}
8588  -downgrade-http-version
8589  -fast-redirects
8590  -filter {js-events}
8591  -filter {content-cookies}
8592  -filter {all-popups}
8593  -filter {banners-by-link}
8594  -filter {tiny-textforms}
8595  -filter {frameset-borders}
8596  -filter {demoronizer}
8597  -filter {shockwave-flash}
8598  -filter {quicktime-kioskmode}
8599  -filter {fun}
8600  -filter {crude-parental}
8601  -filter {site-specifics}
8602  -filter {js-annoyances}
8603  -filter {html-annoyances}
8604  +filter {refresh-tags}
8605  -filter {unsolicited-popups}
8606  +filter {img-reorder}
8607  +filter {banners-by-size}
8608  +filter {webbugs}
8609  +filter {jumping-windows}
8610  +filter {ie-exploits}
8611  -filter {google}
8612  -filter {yahoo}
8613  -filter {msn}
8614  -filter {blogspot}
8615  -filter {no-ping}
8616  -force-text-mode
8617  -handle-as-empty-document
8618  -handle-as-image
8619  -hide-accept-language
8620  -hide-content-disposition
8621  +hide-forwarded-for-headers
8622  +hide-from-header {block}
8623  -hide-if-modified-since
8624  +hide-referrer {forge}
8625  -hide-user-agent
8626  -inspect-jpegs
8627  -kill-popups
8628  -limit-connect
8629  -overwrite-last-modified
8630  -prevent-compression
8631  -redirect
8632  -send-vanilla-wafer
8633  -send-wafer
8634  -server-header-filter{xml-to-html}
8635  -server-header-filter{html-to-xml} 
8636  -session-cookies-only
8637  +set-image-blocker {pattern}
8638  -treat-forbidden-connects-like-blocks </screen>
8639 </para>
8640
8641 <para>
8642  Notice the only difference here to the previous listing, is to 
8643  <quote>fast-redirects</quote> and <quote>session-cookies-only</quote>,
8644  which are activated specifically for this site in our configuration, 
8645  and thus show in the <quote>Final Results</quote>.
8646 </para>
8647
8648 <para>
8649  Now another example, <quote>ad.doubleclick.net</quote>:
8650 </para>
8651
8652 <para>
8653  <screen>
8654
8655  { +block }
8656   ad*.
8657
8658  { +block }
8659   .ad.
8660
8661  { +block +handle-as-image }
8662   .[a-vx-z]*.doubleclick.net
8663 </screen>
8664 </para>
8665
8666 <para>
8667  We'll just show the interesting part here - the explicit matches. It is 
8668  matched three different times. Two <quote>+block</quote> sections, 
8669  and a <quote>+block +handle-as-image</quote>,
8670  which is the expanded form of one of our aliases that had been defined as: 
8671  <quote>+block-as-image</quote>. (<link
8672  linkend="ALIASES"><quote>Aliases</quote></link> are defined in
8673  the first section of the actions file and typically used to combine more 
8674  than one action.)
8675 </para>
8676
8677 <para>
8678  Any one of these would have done the trick and blocked this as an unwanted 
8679  image. This is unnecessarily redundant since the last case effectively 
8680  would also cover the first. No point in taking chances with these guys 
8681  though ;-) Note that if you want an ad or obnoxious 
8682  URL to be invisible, it should be defined as <quote>ad.doubleclick.net</quote>
8683  is done here -- as both a <link
8684  linkend="BLOCK"><quote>+block</quote></link>
8685  <emphasis>and</emphasis> an 
8686  <link linkend="HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></link>.
8687  The custom alias <quote><literal>+block-as-image</literal></quote> just
8688  simplifies the process and make it more readable.
8689 </para>
8690
8691 <para>
8692  One last example. Let's try <quote>http://www.example.net/adsl/HOWTO/</quote>.
8693  This one is giving us problems. We are getting a blank page. Hmmm ...
8694 </para>
8695
8696 <para>
8697  <screen>
8698
8699  Matches for http://www.example.net/adsl/HOWTO/:
8700
8701  In file: default.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibutton>
8702
8703  {-add-header 
8704   -block
8705   -client-header-filter{hide-tor-exit-notation}
8706   -content-type-overwrite
8707   -crunch-client-header
8708   -crunch-if-none-match
8709   -crunch-incoming-cookies
8710   -crunch-outgoing-cookies
8711   -crunch-server-header
8712   +deanimate-gifs 
8713   -downgrade-http-version 
8714   +fast-redirects {check-decoded-url}
8715   -filter {js-events}
8716   -filter {content-cookies}
8717   -filter {all-popups}
8718   -filter {banners-by-link}
8719   -filter {tiny-textforms}
8720   -filter {frameset-borders}
8721   -filter {demoronizer}
8722   -filter {shockwave-flash}
8723   -filter {quicktime-kioskmode}
8724   -filter {fun}
8725   -filter {crude-parental}
8726   -filter {site-specifics}
8727   -filter {js-annoyances}
8728   -filter {html-annoyances}
8729   +filter {refresh-tags}
8730   -filter {unsolicited-popups}
8731   +filter {img-reorder}
8732   +filter {banners-by-size}
8733   +filter {webbugs}
8734   +filter {jumping-windows}
8735   +filter {ie-exploits}
8736   -filter {google}
8737   -filter {yahoo}
8738   -filter {msn}
8739   -filter {blogspot}
8740   -filter {no-ping}
8741   -force-text-mode
8742   -handle-as-empty-document
8743   -handle-as-image 
8744   -hide-accept-language
8745   -hide-content-disposition  
8746   +hide-forwarded-for-headers 
8747   +hide-from-header{block} 
8748   +hide-referer{forge} 
8749   -hide-user-agent 
8750   -inspect-jpegs
8751   -kill-popups 
8752   -overwrite-last-modified
8753   +prevent-compression 
8754   -redirect
8755   -send-vanilla-wafer 
8756   -send-wafer
8757   -server-header-filter{xml-to-html}
8758   -server-header-filter{html-to-xml} 
8759   +session-cookies-only 
8760   +set-image-blocker{blank} 
8761   -treat-forbidden-connects-like-blocks }
8762    /
8763
8764  { +block +handle-as-image }
8765   /ads
8766 </screen>
8767 </para>
8768
8769 <para>
8770  Ooops, the <quote>/adsl/</quote> is matching <quote>/ads</quote> in our 
8771  configuration! But we did not want this at all! Now we see why we get the
8772  blank page. It is actually triggering two different actions here, and 
8773  the effects are aggregated so that the URL is blocked, and &my-app; is told 
8774  to treat the block as if it were an image. But this is, of course, all wrong.
8775   We could now add a new action below this (or better in our own
8776   <filename>user.action</filename> file) that explicitly
8777   <emphasis>un</emphasis> blocks (
8778   <link linkend="BLOCK"><quote>{-block}</quote></link>) paths with
8779   <quote>adsl</quote> in them (remember, last match in the configuration
8780   wins). There are various ways to handle such exceptions. Example:
8781 </para>
8782
8783 <para>
8784  <screen>
8785
8786  { -block }
8787   /adsl
8788 </screen>
8789 </para>
8790
8791 <para>
8792  Now the page displays ;-) 
8793  Remember to flush your browser's caches when making these kinds of changes to
8794  your configuration to insure that you get a freshly delivered page! Or, try
8795  using <literal>Shift+Reload</literal>.
8796 </para>
8797
8798 <para>
8799  But now what about a situation where we get no explicit matches like 
8800  we did with:
8801 </para>
8802
8803 <para>
8804  <screen>
8805
8806  { +block +handle-as-image }
8807  /ads
8808 </screen>
8809 </para>
8810
8811 <para>
8812  That actually was very helpful and pointed us quickly to where the problem
8813  was. If you don't get this kind of match, then it means one of the default 
8814  rules in the first section of <filename>default.action</filename> is causing
8815  the problem. This would require some guesswork, and maybe a little trial and
8816  error to isolate the offending rule. One likely cause would be one of the
8817  <link linkend="FILTER"><quote>+filter</quote></link> actions.
8818  These tend to be harder to troubleshoot.
8819  Try adding the URL for the site to one of aliases that turn off
8820  <link linkend="FILTER"><quote>+filter</quote></link>:
8821 </para>
8822
8823 <para>
8824  <screen>
8825
8826  { shop }
8827  .quietpc.com
8828  .worldpay.com   # for quietpc.com
8829  .jungle.com
8830  .scan.co.uk
8831  .forbes.com
8832 </screen>
8833 </para>
8834
8835 <para>
8836  <quote><literal>{ shop }</literal></quote> is an <quote>alias</quote> that expands to 
8837  <quote><literal>{ -filter -session-cookies-only }</literal></quote>.
8838  Or you could do your own exception to negate filtering:
8839
8840 </para>
8841
8842 <para>
8843  <screen>
8844
8845  { -filter }
8846  # Disable ALL filter actions for sites in this section
8847  .forbes.com
8848  developer.ibm.com
8849  localhost
8850 </screen>
8851 </para>
8852
8853 <para>
8854  This would turn off all filtering for these sites. This is best
8855  put in <filename>user.action</filename>, for local site
8856  exceptions. Note that when a simple domain pattern is used by itself (without
8857  the subsequent path portion), all sub-pages within that domain are included 
8858  automatically in the scope of the action.
8859 </para>
8860
8861 <para>
8862  Images that are inexplicably being blocked, may well be hitting the 
8863 <link linkend="FILTER-BANNERS-BY-SIZE"><quote>+filter{banners-by-size}</quote></link>
8864  rule, which assumes 
8865  that images of certain sizes are ad banners (works well 
8866  <emphasis>most of the time</emphasis>  since these tend to be standardized).
8867 </para>
8868
8869 <para>
8870  <quote><literal>{ fragile }</literal></quote> is an alias that disables most
8871  actions that are the most likely to cause trouble. This can be used as a
8872  last resort for problem sites. 
8873 </para> 
8874 <para>
8875  <screen>
8876
8877  { fragile }
8878  # Handle with care: easy to break
8879  mail.google.
8880  mybank.example.com</screen>
8881 </para>
8882  
8883
8884 <para>
8885  <emphasis>Remember to flush caches!</emphasis> Note that the 
8886  <literal>mail.google</literal> reference lacks the TLD portion (e.g. 
8887  <quote>.com</quote>). This will effectively match any TLD with 
8888  <literal>google</literal> in it, such as <literal>mail.google.de.</literal>, 
8889  just as an example.
8890 </para>
8891 <para> 
8892  If this still does not work, you will have to go through the remaining
8893  actions one by one to find which one(s) is causing the problem.
8894 </para>
8895
8896 </sect2>
8897
8898 </sect1>
8899
8900  <!--
8901
8902  This program is free software; you can redistribute it 
8903  and/or modify it under the terms of the GNU General
8904  Public License as published by the Free Software
8905  Foundation; either version 2 of the License, or (at
8906  your option) any later version.
8907
8908  This program is distributed in the hope that it will
8909  be useful, but WITHOUT ANY WARRANTY; without even the
8910  implied warranty of MERCHANTABILITY or FITNESS FOR A
8911  PARTICULAR PURPOSE.  See the GNU General Public
8912  License for more details.
8913
8914  The GNU General Public License should be included with
8915  this file.  If not, you can view it at
8916  http://www.gnu.org/copyleft/gpl.html
8917  or write to the Free Software Foundation, Inc., 
8918  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
8919  USA
8920
8921  $Log: user-manual.sgml,v $
8922  Revision 2.59  2008/02/11 00:52:34  markm68k
8923  reflect new changes for mac os x
8924
8925  Revision 2.58  2008/02/03 21:37:40  hal9
8926  Apply patch from Mark: s/OSX/OS X/
8927
8928  Revision 2.57  2008/02/03 19:10:14  fabiankeil
8929  Mention forward-socks5.
8930
8931  Revision 2.56  2008/01/31 19:11:35  fabiankeil
8932  Let the +client-header-filter{hide-tor-exit-notation} example apply
8933  to all requests as "tainted" Referers aren't limited to exit TLDs.
8934
8935  Revision 2.55  2008/01/19 21:26:37  hal9
8936  Add IE7 to configuration section per Gerry.
8937
8938  Revision 2.54  2008/01/19 17:52:39  hal9
8939  Re-commit to fix various minor issues for new release.
8940
8941  Revision 2.53  2008/01/19 15:03:05  hal9
8942  Doc sources tagged for 3.0.8 release.
8943
8944  Revision 2.52  2008/01/17 01:49:51  hal9
8945  Change copyright notice for docs s/2007/2008/. All these will be rebuilt soon
8946  enough.
8947
8948  Revision 2.51  2007/12/23 16:48:24  fabiankeil
8949  Use more precise example descriptions for the mysterious domain patterns.
8950
8951  Revision 2.50  2007/12/08 12:44:36  fabiankeil
8952  - Remove already commented out pre-3.0.7 changes.
8953  - Update the "new log defaults" paragraph.
8954
8955  Revision 2.49  2007/12/06 18:21:55  fabiankeil
8956  Update hide-forwarded-for-headers description.
8957
8958  Revision 2.48  2007/11/24 19:07:17  fabiankeil
8959  - Mention request rewriting.
8960  - Enable the conditional-forge paragraph.
8961  - Minor rewordings.
8962
8963  Revision 2.47  2007/11/18 14:59:47  fabiankeil
8964  A few "Note to Upgraders" updates.
8965
8966  Revision 2.46  2007/11/17 17:24:44  fabiankeil
8967  - Use new action defaults.
8968  - Minor fixes and rewordings.
8969
8970  Revision 2.45  2007/11/16 11:48:46  hal9
8971  Fix one typo, and add a couple of small refinements.
8972
8973  Revision 2.44  2007/11/15 03:30:20  hal9
8974  Results of spell check.
8975
8976  Revision 2.43  2007/11/14 18:45:39  fabiankeil
8977  - Mention some more contributors in the "New in this Release" list.
8978  - Minor rewordings.
8979
8980  Revision 2.42  2007/11/12 03:32:40  hal9
8981  Updates for "What's New" and "Notes to Upgraders". Various other changes in
8982  preparation for new release. User Manual is almost ready.
8983
8984  Revision 2.41  2007/11/11 16:32:11  hal9
8985  This is primarily syncing What's New and Note to Upgraders sections with the many
8986  new features and changes (gleaned from memory but mostly from ChangeLog).
8987
8988  Revision 2.40  2007/11/10 17:10:59  fabiankeil
8989  In the first third of the file, mention several times that
8990  the action editor is disabled by default in 3.0.7 beta and later.
8991
8992  Revision 2.39  2007/11/05 02:34:49  hal9
8993  Various changes in preparation for the upcoming release. Much yet to be done.
8994
8995  Revision 2.38  2007/09/22 16:01:42  fabiankeil
8996  Update embedded show-url-info output.
8997
8998  Revision 2.37  2007/08/27 16:09:55  fabiankeil
8999  Fix pre-chroot-nslookup description which I failed to
9000  copy and paste properly. Reported by Stephen Gildea.
9001
9002  Revision 2.36  2007/08/26 16:47:14  fabiankeil
9003  Add Stephen Gildea's pre-chroot-nslookup patch [#1276666],
9004  extensive comments moved to user manual.
9005
9006  Revision 2.35  2007/08/26 14:59:49  fabiankeil
9007  Minor rewordings and fixes.
9008
9009  Revision 2.34  2007/08/05 15:19:50  fabiankeil
9010  - Don't claim HTTP/1.1 compliance.
9011  - Use $ in some of the path pattern examples.
9012  - Use a hide-user-agent example argument without
9013    leading and trailing space.
9014  - Make it clear that the cookie actions work with
9015    HTTP cookies only.
9016  - Rephrase the inspect-jpegs text to underline
9017    that it's only meant to protect against a single
9018    exploit.
9019
9020  Revision 2.33  2007/07/27 10:57:35  hal9
9021  Add references for user-agent strings for hide-user-agenet
9022
9023  Revision 2.32  2007/06/07 12:36:22  fabiankeil
9024  Apply Roland's 29_usermanual.dpatch to fix a bunch
9025  of syntax errors I collected over the last months.
9026
9027  Revision 2.31  2007/06/02 14:01:37  fabiankeil
9028  Start to document forward-override{}.
9029
9030  Revision 2.30  2007/04/25 15:10:36  fabiankeil
9031  - Describe installation for FreeBSD.
9032  - Start to document taggers and tag patterns.
9033  - Don't confuse devils and daemons.
9034
9035  Revision 2.29  2007/04/05 11:47:51  fabiankeil
9036  Some updates regarding header filtering,
9037  handling of compressed content and redirect's
9038  support for pcrs commands.
9039
9040  Revision 2.28  2006/12/10 23:42:48  hal9
9041  Fix various typos reported by Adam P. Thanks.
9042
9043  Revision 2.27  2006/11/14 01:57:47  hal9
9044  Dump all docs prior to 3.0.6 release. Various minor changes to faq and user
9045  manual.
9046
9047  Revision 2.26  2006/10/24 11:16:44  hal9
9048  Add new filters.
9049
9050  Revision 2.25  2006/10/18 10:50:33  hal9
9051  Add note that since filters are off in Cautious, compression is ON. Turn off
9052  compression to make filters work on all sites.
9053
9054  Revision 2.24  2006/10/03 11:13:54  hal9
9055  More references to the new filters. Include html this time around.
9056
9057  Revision 2.23  2006/10/02 22:43:53  hal9
9058  Contains new filter definitions from Fabian, and few other miscellaneous
9059  touch-ups.
9060
9061  Revision 2.22  2006/09/22 01:27:55  hal9
9062  Final commit of probably various minor changes here and there. Unless
9063  something changes this should be ready for pending release.
9064
9065  Revision 2.21  2006/09/20 03:21:36  david__schmidt
9066  Just the tiniest tweak.  Wafer thin!
9067
9068  Revision 2.20  2006/09/10 14:53:54  hal9
9069  Results of spell check. User manual has some updates to standard.actions file
9070  info.
9071
9072  Revision 2.19  2006/09/08 12:19:02  fabiankeil
9073  Adjust hide-if-modified-since example values
9074  to reflect the recent changes.
9075
9076  Revision 2.18  2006/09/08 02:38:57  hal9
9077  Various changes:
9078   -Fix a number of broken links.
9079   -Migrate the new Windows service command line options, and reference as
9080    needed.
9081   -Rebuild so that can be used with the new "user-manual" config capabilities.
9082   -Etc.
9083
9084  Revision 2.17  2006/09/05 13:25:12  david__schmidt
9085  Add Windows service invocation stuff (duplicated) in FAQ and in user manual under Windows startup.  One probably ought to reference the other.
9086
9087  Revision 2.16  2006/09/02 12:49:37  hal9
9088  Various small updates for new actions, filterfiles, etc.
9089
9090  Revision 2.15  2006/08/30 11:15:22  hal9
9091  More work on the new actions, especially filter-*-headers, and What's New
9092  section. User Manual is close to final form for 3.0.4 release. Some tinkering
9093  and proof reading left to do.
9094
9095  Revision 2.14  2006/08/29 10:59:36  hal9
9096  Add a "Whats New in this release" Section. Further work on multiple filter
9097  files, and assorted other minor changes.
9098
9099  Revision 2.13  2006/08/22 11:04:59  hal9
9100  Silence warnings and errors. This should build now. New filters were only
9101  stubbed in. More to be done.
9102
9103  Revision 2.12  2006/08/14 08:40:39  fabiankeil
9104  Documented new actions that were part of
9105  the "minor Privoxy improvements".
9106
9107  Revision 2.11  2006/07/18 14:48:51  david__schmidt
9108  Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
9109  with what was really the latest development (the v_3_0_branch branch)
9110
9111  Revision 1.123.2.43  2005/05/23 09:59:10  hal9
9112  Fix typo 'loose'
9113
9114  Revision 1.123.2.42  2004/12/04 14:39:57  hal9
9115  Fix two minor typos per bug SF report.
9116
9117  Revision 1.123.2.41  2004/03/23 12:58:42  oes
9118  Fixed an inaccuracy
9119
9120  Revision 1.123.2.40  2004/02/27 12:48:49  hal9
9121  Add comment re: redirecting to local file system for set-image-blocker may
9122  is dependent on browser.
9123
9124  Revision 1.123.2.39  2004/01/30 22:31:40  oes
9125  Added a hint re bookmarklets to Quickstart section
9126
9127  Revision 1.123.2.38  2004/01/30 16:47:51  oes
9128  Some minor clarifications
9129
9130  Revision 1.123.2.37  2004/01/29 22:36:11  hal9
9131  Updates for no longer filtering text/plain, and demoronizer default settings,
9132  and copyright notice dates.
9133
9134  Revision 1.123.2.36  2003/12/10 02:26:26  hal9
9135  Changed the demoronizer filter description.
9136
9137  Revision 1.123.2.35  2003/11/06 13:36:37  oes
9138  Updated link to nightly CVS tarball
9139
9140  Revision 1.123.2.34  2003/06/26 23:50:16  hal9
9141  Add a small bit on filtering and problems re: source code being corrupted.
9142
9143  Revision 1.123.2.33  2003/05/08 18:17:33  roro
9144  Use apt-get instead of dpkg to install Debian package, which is more
9145  solid, uses the correct and most recent Debian version automatically.
9146
9147  Revision 1.123.2.32  2003/04/11 03:13:57  hal9
9148  Add small note about only one filterfile (as opposed to multiple actions
9149  files).
9150
9151  Revision 1.123.2.31  2003/03/26 02:03:43  oes
9152  Updated hard-coded copyright dates
9153
9154  Revision 1.123.2.30  2003/03/24 12:58:56  hal9
9155  Add new section on Predefined Filters.
9156
9157  Revision 1.123.2.29  2003/03/20 02:45:29  hal9
9158  More problems with \-\-chroot causing markup problems :(
9159
9160  Revision 1.123.2.28  2003/03/19 00:35:24  hal9
9161  Manual edit of revision log because 'chroot' (even inside a comment) was
9162  causing Docbook to hang here (due to double hyphen and the processor thinking
9163  it was a comment).
9164
9165  Revision 1.123.2.27  2003/03/18 19:37:14  oes
9166  s/Advanced|Radical/Adventuresome/g to avoid complaints re fun filter
9167
9168  Revision 1.123.2.26  2003/03/17 16:50:53  oes
9169  Added documentation for new chroot option
9170
9171  Revision 1.123.2.25  2003/03/15 18:36:55  oes
9172  Adapted to the new filters
9173
9174  Revision 1.123.2.24  2002/11/17 06:41:06  hal9
9175  Move default profiles table from FAQ to U-M, and other minor related changes.
9176  Add faq on cookies.
9177
9178  Revision 1.123.2.23  2002/10/21 02:32:01  hal9
9179  Updates to the user.action examples section. A few new ones.
9180
9181  Revision 1.123.2.22  2002/10/12 00:51:53  hal9
9182  Add demoronizer to filter section.
9183
9184  Revision 1.123.2.21  2002/10/10 04:09:35  hal9
9185  s/Advanced/Radical/ and added very brief note.
9186
9187  Revision 1.123.2.20  2002/10/10 03:49:21  hal9
9188  Add notes to session-cookies-only and Quickstart about pre-existing
9189  cookies. Also, note content-cookies work differently.
9190
9191  Revision 1.123.2.19  2002/09/26 01:25:36  hal9
9192  More explanation on Privoxy patterns, more on content-cookies and SSL.
9193
9194  Revision 1.123.2.18  2002/08/22 23:47:58  hal9
9195  Add 'Documentation' to Privoxy Menu shot in Configuration section to match
9196  CGIs.
9197
9198  Revision 1.123.2.17  2002/08/18 01:13:05  hal9
9199  Spell checked (only one typo this time!).
9200
9201  Revision 1.123.2.16  2002/08/09 19:20:54  david__schmidt
9202  Update to Mac OS X startup script name
9203
9204  Revision 1.123.2.15  2002/08/07 17:32:11  oes
9205  Converted some internal links from ulink to link for PDF creation; no content changed
9206
9207  Revision 1.123.2.14  2002/08/06 09:16:13  oes
9208  Nits re: actions file download
9209
9210  Revision 1.123.2.13  2002/08/02 18:23:19  g_sauthoff
9211  Just 2 small corrections to the Gentoo sections
9212
9213  Revision 1.123.2.12  2002/08/02 18:17:21  g_sauthoff
9214  Added 2 Gentoo sections
9215
9216  Revision 1.123.2.11  2002/07/26 15:20:31  oes
9217  - Added version info to title
9218  - Added info on new filters
9219  - Revised parts of the filter file tutorial
9220  - Added info on where to get updated actions files
9221
9222  Revision 1.123.2.10  2002/07/25 21:42:29  hal9
9223  Add brief notes on not proxying non-HTTP protocols.
9224
9225  Revision 1.123.2.9  2002/07/11 03:40:28  david__schmidt
9226
9227  Updated Mac OS X sections due to installation location change
9228
9229  Revision 1.123.2.8  2002/06/09 16:36:32  hal9
9230  Clarifications on filtering and MIME. Hardcode 'latest release' in index.html.
9231
9232  Revision 1.123.2.7  2002/06/09 00:29:34  hal9
9233  Touch ups on filtering, in actions section and Anatomy.
9234
9235  Revision 1.123.2.6  2002/06/06 23:11:03  hal9
9236  Fix broken link. Linkchecked all docs.
9237
9238  Revision 1.123.2.5  2002/05/29 02:01:02  hal9
9239  This is break out of the entire config section from u-m, so it can
9240  eventually be used to generate the comments, etc in the main config file
9241  so that these are in sync with each other.
9242
9243  Revision 1.123.2.4  2002/05/27 03:28:45  hal9
9244  Ooops missed something from David.
9245
9246  Revision 1.123.2.3  2002/05/27 03:23:17  hal9
9247  Fix FIXMEs for OS2 and Mac OS X startup. Fix Redhat typos (should be Red Hat).
9248  That's a wrap, I think.
9249
9250  Revision 1.123.2.2  2002/05/26 19:02:09  hal9
9251  Move Amiga stuff around to take of FIXME in start up section.
9252
9253  Revision 1.123.2.1  2002/05/26 17:04:25  hal9
9254  -Spellcheck, very minor edits, and sync across branches
9255
9256  Revision 1.123  2002/05/24 23:19:23  hal9
9257  Include new image (Proxy setup). More fun with guibutton.
9258  Minor corrections/clarifications here and there.
9259
9260  Revision 1.122  2002/05/24 13:24:08  oes
9261  Added Bookmarklet for one-click pre-filled access to show-url-info
9262
9263  Revision 1.121  2002/05/23 23:20:17  oes
9264   - Changed more (all?) references to actions to the
9265     <literal><link> style.
9266   - Small fixes in the actions chapter
9267   - Small clarifications in the quickstart to ad blocking
9268   - Removed <emphasis> from <title>s since the new doc CSS
9269     renders them red (bad in TOC).
9270
9271  Revision 1.120  2002/05/23 19:16:43  roro
9272  Correct Debian specials (installation and startup).
9273
9274  Revision 1.119  2002/05/22 17:17:05  oes
9275  Added Security hint
9276
9277  Revision 1.118  2002/05/21 04:54:55  hal9
9278  -New Section: Quickstart to Ad Blocking
9279  -Reformat Actions Anatomy to match new CGI layout
9280
9281  Revision 1.117  2002/05/17 13:56:16  oes
9282   - Reworked & extended Templates chapter
9283   - Small changes to Regex appendix
9284   - #included authors.sgml into (C) and hist chapter
9285
9286  Revision 1.116  2002/05/17 03:23:46  hal9
9287  Fixing merge conflict in Quickstart section.
9288
9289  Revision 1.115  2002/05/16 16:25:00  oes
9290  Extended the Filter File chapter & minor fixes
9291
9292  Revision 1.114  2002/05/16 09:42:50  oes
9293  More ulink->link, added some hints to Quickstart section
9294
9295  Revision 1.113  2002/05/15 21:07:25  oes
9296  Extended and further commented the example actions files
9297
9298  Revision 1.112  2002/05/15 03:57:14  hal9
9299  Spell check. A few minor edits here and there for better syntax and
9300  clarification.
9301
9302  Revision 1.111  2002/05/14 23:01:36  oes
9303  Fixing the fixes   
9304
9305  Revision 1.110  2002/05/14 19:10:45  oes
9306  Restored alphabetical order of actions
9307
9308  Revision 1.109  2002/05/14 17:23:11  oes
9309  Renamed the prevent-*-cookies actions, extended aliases section and moved it before the example AFs
9310
9311  Revision 1.108  2002/05/14 15:29:12  oes
9312  Completed proofreading the actions chapter
9313
9314  Revision 1.107  2002/05/12 03:20:41  hal9
9315  Small clarifications for 127.0.0.1 vs localhost for listen-address since this
9316  apparently an important distinction for some OS's.
9317
9318  Revision 1.106  2002/05/10 01:48:20  hal9
9319  This is mostly proposed copyright/licensing additions and changes. Docs
9320  are still GPL, but licensing and copyright are more visible. Also, copyright
9321  changed in doc header comments (eliminate references to JB except FAQ).
9322
9323  Revision 1.105  2002/05/05 20:26:02  hal9
9324  Sorting out license vs copyright in these docs.
9325
9326  Revision 1.104  2002/05/04 08:44:45  swa
9327  bumped version
9328
9329  Revision 1.103  2002/05/04 00:40:53  hal9
9330  -Remove the TOC first page kludge. It's fixed proper now in ldp.dsl.in.
9331  -Some minor additions to Quickstart.
9332
9333  Revision 1.102  2002/05/03 17:46:00  oes
9334  Further proofread & reactivated short build instructions
9335
9336  Revision 1.101  2002/05/03 03:58:30  hal9
9337  Move the user-manual config directive to top of section. Add note about
9338  Privoxy needing read permissions for configs, and write for logs.
9339
9340  Revision 1.100  2002/04/29 03:05:55  hal9
9341  Add clarification on differences of new actions files.
9342
9343  Revision 1.99  2002/04/28 16:59:05  swa
9344  more structure in starting section
9345
9346  Revision 1.98  2002/04/28 05:43:59  hal9
9347  This is the break up of configuration.html into multiple files. This
9348  will probably break links elsewhere :(
9349
9350  Revision 1.97  2002/04/27 21:04:42  hal9
9351  -Rewrite of Actions File example.
9352  -Add section for user-manual directive in config.
9353
9354  Revision 1.96  2002/04/27 05:32:00  hal9
9355  -Add short section to Filter Files to tie in with +filter action.
9356  -Start rewrite of examples in Actions Examples (not finished).
9357
9358  Revision 1.95  2002/04/26 17:23:29  swa
9359  bookmarks cleaned, changed structure of user manual, screen and programlisting cleanups, and numerous other changes that I forgot
9360
9361  Revision 1.94  2002/04/26 05:24:36  hal9
9362  -Add most of Andreas suggestions to Chain of Events section.
9363  -A few other minor corrections and touch up.
9364
9365  Revision 1.92  2002/04/25 18:55:13  hal9
9366  More catchups on new actions files, and new actions names.
9367  Other assorted cleanups, and minor modifications.
9368
9369  Revision 1.91  2002/04/24 02:39:31  hal9
9370  Add 'Chain of Events' section.
9371
9372  Revision 1.90  2002/04/23 21:41:25  hal9
9373  Linuxconf is deprecated on RH, substitute chkconfig.
9374
9375  Revision 1.89  2002/04/23 21:05:28  oes
9376  Added hint for startup on Red Hat
9377
9378  Revision 1.88  2002/04/23 05:37:54  hal9
9379  Add AmigaOS install stuff.
9380
9381  Revision 1.87  2002/04/23 02:53:15  david__schmidt
9382  Updated Mac OS X installation section
9383  Added a few English tweaks here an there
9384
9385  Revision 1.86  2002/04/21 01:46:32  hal9
9386  Re-write actions section.
9387
9388  Revision 1.85  2002/04/18 21:23:23  hal9
9389  Fix ugly typo (mine).
9390
9391  Revision 1.84  2002/04/18 21:17:13  hal9
9392  Spell Redhat correctly (ie Red Hat). A few minor grammar corrections.
9393
9394  Revision 1.83  2002/04/18 18:21:12  oes
9395  Added RPM install detail
9396
9397  Revision 1.82  2002/04/18 12:04:50  oes
9398  Cosmetics
9399
9400  Revision 1.81  2002/04/18 11:50:24  oes
9401  Extended Install section - needs fixing by packagers
9402
9403  Revision 1.80  2002/04/18 10:45:19  oes
9404  Moved text to buildsource.sgml, renamed some filters, details
9405
9406  Revision 1.79  2002/04/18 03:18:06  hal9
9407  Spellcheck, and minor touchups.
9408
9409  Revision 1.78  2002/04/17 18:04:16  oes
9410  Proofreading part 2
9411
9412  Revision 1.77  2002/04/17 13:51:23  oes
9413  Proofreading, part one
9414
9415  Revision 1.76  2002/04/16 04:25:51  hal9
9416  -Added 'Note to Upgraders' and re-ordered the 'Quickstart' section.
9417  -Note about proxy may need requests to re-read config files.
9418
9419  Revision 1.75  2002/04/12 02:08:48  david__schmidt
9420  Remove OS/2 building info... it is already in the developer-manual
9421
9422  Revision 1.74  2002/04/11 00:54:38  hal9
9423  Add small section on submitting actions.
9424
9425  Revision 1.73  2002/04/10 18:45:15  swa
9426  generated
9427
9428  Revision 1.72  2002/04/10 04:06:19  hal9
9429  Added actions feedback  to Bookmarklets section
9430
9431  Revision 1.71  2002/04/08 22:59:26  hal9
9432  Version update. Spell chkconfig correctly :)
9433
9434  Revision 1.70  2002/04/08 20:53:56  swa
9435  ?
9436
9437  Revision 1.69  2002/04/06 05:07:29  hal9
9438  -Add privoxy-man-page.sgml, for man page.
9439  -Add authors.sgml for AUTHORS (and p-authors.sgml)
9440  -Reworked various aspects of various docs.
9441  -Added additional comments to sub-docs.
9442
9443  Revision 1.68  2002/04/04 18:46:47  swa
9444  consistent look. reuse of copyright, history et. al.
9445
9446  Revision 1.67  2002/04/04 17:27:57  swa
9447  more single file to be included at multiple points. make maintaining easier
9448
9449  Revision 1.66  2002/04/04 06:48:37  hal9
9450  Structural changes to allow for conditional inclusion/exclusion of content
9451  based on entity toggles, e.g. 'entity % p-not-stable  "INCLUDE"'. And
9452  definition of internal entities, e.g. 'entity p-version "2.9.13"' that will
9453  eventually be set by Makefile.
9454  More boilerplate text for use across multiple docs.
9455
9456  Revision 1.65  2002/04/03 19:52:07  swa
9457  enhance squid section due to user suggestion
9458
9459  Revision 1.64  2002/04/03 03:53:43  hal9
9460  A few minor bug fixes, and touch ups. Ready for review.
9461
9462  Revision 1.63  2002/04/01 16:24:49  hal9
9463  Define entities to include boilerplate text. See doc/source/*.
9464
9465  Revision 1.62  2002/03/30 04:15:53  hal9
9466  - Fix privoxy.org/config links.
9467  - Paste in Bookmarklets from Toggle page.
9468  - Move Quickstart nearer top, and minor rework.
9469
9470  Revision 1.61  2002/03/29 01:31:08  hal9
9471  Minor update.
9472
9473  Revision 1.60  2002/03/27 01:57:34  hal9
9474  Added more to Anatomy section.
9475
9476  Revision 1.59  2002/03/27 00:54:33  hal9
9477  Touch up intro for new name.
9478
9479  Revision 1.58  2002/03/26 22:29:55  swa
9480  we have a new homepage!
9481
9482  Revision 1.57  2002/03/24 20:33:30  hal9
9483  A few minor catch ups with name change.
9484
9485  Revision 1.56  2002/03/24 16:17:06  swa
9486  configure needs to be generated.
9487
9488  Revision 1.55  2002/03/24 16:08:08  swa
9489  we are too lazy to make a block-built
9490  privoxy logo. hence removed the option.
9491
9492  Revision 1.54  2002/03/24 15:46:20  swa
9493  name change related issue.
9494
9495  Revision 1.53  2002/03/24 11:51:00  swa
9496  name change. changed filenames.
9497
9498  Revision 1.52  2002/03/24 11:01:06  swa
9499  name change
9500
9501  Revision 1.51  2002/03/23 15:13:11  swa
9502  renamed every reference to the old name with foobar.
9503  fixed "application foobar application" tag, fixed
9504  "the foobar" with "foobar". left junkbustser in cvs
9505  comments and remarks to history untouched.
9506
9507  Revision 1.50  2002/03/23 05:06:21  hal9
9508  Touch up.
9509
9510  Revision 1.49  2002/03/21 17:01:05  hal9
9511  New section in Appendix.
9512
9513  Revision 1.48  2002/03/12 06:33:01  hal9
9514  Catching up to Andreas and re_filterfile changes.
9515
9516  Revision 1.47  2002/03/11 13:13:27  swa
9517  correct feedback channels
9518
9519  Revision 1.46  2002/03/10 00:51:08  hal9
9520  Added section on JB internal pages in Appendix.
9521
9522  Revision 1.45  2002/03/09 17:43:53  swa
9523  more distros
9524
9525  Revision 1.44  2002/03/09 17:08:48  hal9
9526  New section on Jon's actions file editor, and move some stuff around.
9527
9528  Revision 1.43  2002/03/08 00:47:32  hal9
9529  Added imageblock{pattern}.
9530
9531  Revision 1.42  2002/03/07 18:16:55  swa
9532  looks better
9533
9534  Revision 1.41  2002/03/07 16:46:43  hal9
9535  Fix a few markup problems for jade.
9536
9537  Revision 1.40  2002/03/07 16:28:39  swa
9538  provide correct feedback channels
9539
9540  Revision 1.39  2002/03/06 16:19:28  hal9
9541  Note on perceived filtering slowdown per FR.
9542
9543  Revision 1.38  2002/03/05 23:55:14  hal9
9544  Stupid I did it again. Double hyphen in comment breaks jade.
9545
9546  Revision 1.37  2002/03/05 23:53:49  hal9
9547  jade barfs on '- -' embedded in comments. - -user option broke it.
9548
9549  Revision 1.36  2002/03/05 22:53:28  hal9
9550  Add new - - user option.
9551
9552  Revision 1.35  2002/03/05 00:17:27  hal9
9553  Added section on command line options.
9554
9555  Revision 1.34  2002/03/04 19:32:07  oes
9556  Changed default port to 8118
9557
9558  Revision 1.33  2002/03/03 19:46:13  hal9
9559  Emphasis on where/how to report bugs, etc
9560
9561  Revision 1.32  2002/03/03 09:26:06  joergs
9562  AmigaOS changes, config is now loaded from PROGDIR: instead of
9563  AmiTCP:db/junkbuster/ if no configuration file is specified on the
9564  command line.
9565
9566  Revision 1.31  2002/03/02 22:45:52  david__schmidt
9567  Just tweaking
9568
9569  Revision 1.30  2002/03/02 22:00:14  hal9
9570  Updated 'New Features' list. Ran through spell-checker.
9571
9572  Revision 1.29  2002/03/02 20:34:07  david__schmidt
9573  Update OS/2 build section
9574
9575  Revision 1.28  2002/02/24 14:34:24  jongfoster
9576  Formatting changes.  Now changing the doctype to DocBook XML 4.1
9577  will work - no other changes are needed.
9578
9579  Revision 1.27  2002/01/11 14:14:32  hal9
9580  Added a very short section on Templates
9581
9582  Revision 1.26  2002/01/09 20:02:50  hal9
9583  Fix bug re: auto-detect config file changes.
9584
9585  Revision 1.25  2002/01/09 18:20:30  hal9
9586  Touch ups for *.action files.
9587
9588  Revision 1.24  2001/12/02 01:13:42  hal9
9589  Fix typo.
9590
9591  Revision 1.23  2001/12/02 00:20:41  hal9
9592  Updates for recent changes.
9593
9594  Revision 1.22  2001/11/05 23:57:51  hal9
9595  Minor update for startup now daemon mode.
9596
9597  Revision 1.21  2001/10/31 21:11:03  hal9
9598  Correct 2 minor errors
9599
9600  Revision 1.18  2001/10/24 18:45:26  hal9
9601  *** empty log message ***
9602
9603  Revision 1.17  2001/10/24 17:10:55  hal9
9604  Catching up with Jon's recent work, and a few other things.
9605
9606  Revision 1.16  2001/10/21 17:19:21  swa
9607  wrong url in documentation
9608
9609  Revision 1.15  2001/10/14 23:46:24  hal9
9610  Various minor changes. Fleshed out SEE ALSO section.
9611
9612  Revision 1.13  2001/10/10 17:28:33  hal9
9613  Very minor changes.
9614
9615  Revision 1.12  2001/09/28 02:57:04  hal9
9616  Ditto :/
9617
9618  Revision 1.11  2001/09/28 02:25:20  hal9
9619  Ditto.
9620
9621  Revision 1.9  2001/09/27 23:50:29  hal9
9622  A few changes. A short section on regular expression in appendix.
9623
9624  Revision 1.8  2001/09/25 00:34:59  hal9
9625  Some additions, and re-arranging.
9626
9627  Revision 1.7  2001/09/24 14:31:36  hal9
9628  Diddling.
9629
9630  Revision 1.6  2001/09/24 14:10:32  hal9
9631  Including David's OS/2 installation instructions.
9632
9633  Revision 1.2  2001/09/13 15:27:40  swa
9634  cosmetics
9635
9636  Revision 1.1  2001/09/12 15:36:41  swa
9637  source files for junkbuster documentation
9638
9639  Revision 1.3  2001/09/10 17:43:59  swa
9640  first proposal of a structure.
9641
9642  Revision 1.2  2001/06/13 14:28:31  swa
9643  docs should have an author.
9644
9645  Revision 1.1  2001/06/13 14:20:37  swa
9646  first import of project's documentation for the webserver.
9647
9648  -->
9649
9650 </article>