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