Extended and further commented the example actions files
[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-version "2.9.15">
13 <!entity p-status "beta">
14 <!entity % p-not-stable "INCLUDE">
15 <!entity % p-stable "IGNORE">
16 <!entity % p-text "IGNORE">        <!-- define we are not a text only doc -->
17 <!entity % p-doc "INCLUDE">        <!-- and we are a formal doc           -->
18 <!entity % p-readme "IGNORE">
19 <!entity % p-config "IGNORE">
20 <!entity % p-supp-userman "IGNORE"> <!-- Omit some from supported.sgml    -->
21 <!entity  my-copy "&copy;">         <!-- kludge for docbook2man           -->
22 ]>
23 <!--
24  File        :  $Source: /cvsroot/ijbswa/current/doc/source/user-manual.sgml,v $
25
26  Purpose     :  user manual
27                 This file belongs into
28                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
29
30  $Id: user-manual.sgml,v 1.112 2002/05/15 03:57:14 hal9 Exp $
31
32  Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org>
33  See LICENSE.
34
35  ========================================================================
36  NOTE: Please read developer-manual/documentation.html before touching 
37  anything in this, or other Privoxy documentation.
38  ========================================================================
39
40 -->
41
42 <article id="index">
43 <artheader>
44
45 <title>Privoxy User Manual</title>
46
47 <pubdate>
48  <subscript>
49 <!-- Completely the wrong markup, but very little is allowed  -->
50 <!-- in this part of an article. FIXME -->
51  <link linkend="copyright">Copyright</link> &my-copy; 2001, 2002 by 
52  <ulink url="http://www.privoxy.org">Privoxy Developers</ulink>
53  </subscript>
54 </pubdate>
55
56 <pubdate>$Id: user-manual.sgml,v 1.112 2002/05/15 03:57:14 hal9 Exp $</pubdate>
57
58 <!--
59
60 Note: the following should generate a separate page, and a live link to it,
61 all nicely done. But it doesn't for some mysterious reason. Please leave
62 commented unless it can be fixed proper. For the time being, the
63 copyright/license declarations will be in their own sgml.
64
65 Hal.
66
67 <copyright>
68   <year>2001</year>
69   <year>2002</year>
70   <holder>Privoxy Developers</holder>
71 </copyright>
72
73 <legalnotice id="legalnotice"> 
74  <para>
75   text goes here ........
76  </para>
77 </legalnotice>
78
79 -->
80
81
82 <abstract>
83
84 <![%dummy;[
85  <para>
86  <comment>
87   This is here to keep vim syntax file from breaking :/
88   If I knew enough to fix it, I would.
89   PLEASE DO NOT REMOVE! HB: hal@foobox.net
90  </comment>
91  </para>
92 ]]>
93
94  <para>
95   The user manual gives users information on how to install, configure and use
96   <ulink
97   url="http://www.privoxy.org/"><application>Privoxy</application></ulink>.
98  </para>
99
100 <!-- Include privoxy.sgml boilerplate: -->
101  &p-intro;
102 <!-- end privoxy.sgml -->
103
104  <para>
105   You can find the latest version of the user manual at  <ulink
106   url="http://www.privoxy.org/user-manual/">http://www.privoxy.org/user-manual/</ulink>.
107   Please see the <ulink url="contact.html">Contact section</ulink> on how to
108   contact the developers.
109  </para>
110
111 <!--   <para> -->
112 <!--    Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
113 <!--   </para> -->
114 </abstract>
115
116 </artheader>
117
118 <!--   ~~~~~       New section      ~~~~~     -->
119 <sect1 label="1" id="introduction"><title>Introduction</title>
120 <para>
121  This documentation is included with the current &p-status; version of
122  <application>Privoxy</application>, v.&p-version;<![%p-not-stable;[, 
123  and is mostly complete at this point. The most up to date reference for the
124  time being is still the comments in the source files and in the individual
125  configuration files. Development of version 3.0 is currently nearing
126  completion, and includes many significant changes and enhancements over
127  earlier versions. The target release date for
128  stable v3.0 is <quote>soon</quote> ;-)]]>.
129 </para>
130
131 <!-- include only in non-stable versions -->
132 <![%p-not-stable;[
133 <para>
134  Since this is a &p-status; version, not all new features are well tested. This
135  documentation may be slightly out of sync as a result (especially with 
136  CVS sources). And there <emphasis>may be</emphasis> bugs, though hopefully
137  not many! 
138 </para>
139 ]]>
140
141 <!--   ~~~~~       New section      ~~~~~     -->
142 <sect2 id="features"><title>Features</title>
143 <para>
144  In addition to <application>Internet Junkbuster's</application> traditional
145  features of ad and banner blocking and cookie management,
146  <application>Privoxy</application> provides new features<![%p-not-stable;[,
147  some of them currently under development]]>:
148 </para>
149 <!-- Include newfeatures.sgml boilerplate here: -->
150  &newfeatures;
151 <!-- end boilerplate -->
152 </sect2>
153
154 </sect1>
155
156 <!--  ~  End section  ~  -->
157
158
159 <!--   ~~~~~       New section      ~~~~~     -->
160 <sect1 id="installation"><title>Installation</title>
161
162 <para>
163  <application>Privoxy</application> is available both in convenient pre-compiled
164  packages for a wide range of operating systems, and as raw source code.
165  For most users, we recommend using the packages, which can be downloaded from our
166  <ulink url="http://sourceforge.net/projects/ijbswa/">Privoxy Project
167  Page</ulink>.
168 </para>
169
170 <para>
171  Note: If you have a previous <application>Junkbuster</application> or
172  <application>Privoxy</application> installation on your system, you
173  will need to remove it.  On some platforms, this may be done for you as part
174  of their installation procedure. (See below for your platform). In any case
175  <emphasis>be sure to backup your old configuration if it is valuable to
176  you.</emphasis> See the <link linkend="upgradersnote">note to
177  upgraders</link> section below.
178 </para>
179
180 <!--   ~~~~~       New section      ~~~~~     --> 
181 <sect2 id="installation-packages"><title>Binary Packages</title>
182 <para>
183 How to install the binary packages depends on your operating system:
184 </para>
185
186 <!--   ~~~~~       New section      ~~~~~     -->
187 <sect3 id="installation-pack-rpm"><title>Red Hat, SuSE RPMs and Conectiva</title>
188
189 <para>
190  RPMs can be installed with <literal>rpm -Uvh privoxy-&p-version;-1.rpm</literal>,
191  and will use <filename>/etc/privoxy</filename> for the location 
192  of configuration files.
193 </para>
194
195 <para>
196  Note that on Red Hat, <application>Privoxy</application> will
197  <emphasis>not</emphasis> be automatically started on system boot. You will
198  need to enable that using <command>chkconfig</command>,
199  <command>ntsysv</command>, or similar methods. Note that SuSE will 
200 automatically start Privoxy in the boot process.
201 </para>
202
203 <para>
204  If you have problems with failed dependencies, try rebuilding the SRC RPM: 
205  <literal>rpm --rebuild privoxy-&p-version;-1.src.rpm;</literal>. This 
206  will use your locally installed libraries and RPM version. 
207 </para>
208
209 <para>
210  Also note that if you have a <application>Junkbuster</application> RPM installed
211  on your system, you need to remove it first, because the packages conflict.
212  Otherwise, RPM will try to remove <application>Junkbuster</application>
213  automatically, before installing <application>Privoxy</application>.
214 </para>
215 </sect3>
216
217 <!--   ~~~~~       New section      ~~~~~     -->
218 <sect3 id="installation-deb"><title>Debian</title>
219 <para>
220  FIXME.
221 </para>
222 </sect3>
223
224 <!--   ~~~~~       New section      ~~~~~     -->
225 <sect3 id="installation-pack-win"><title>Windows</title>
226
227 <para>
228  Just double-click the installer, which will guide you through
229  the installation process. You will find the configuration files
230  in the same directory as you installed Privoxy in. We do not
231  use the registry of Windows. 
232 </para>
233 </sect3>
234
235 <!--   ~~~~~       New section      ~~~~~     -->
236 <sect3 id="installation-pack-bintgz"><title>Solaris, NetBSD, FreeBSD, HP-UX</title>
237
238 <para>
239  Create a new directory, <literal>cd</literal> to it, then unzip and
240  untar the archive. For the most part, you'll have to figure out where
241  things go. FIXME.
242 </para>
243 </sect3>
244
245 <!--   ~~~~~       New section      ~~~~~     -->
246 <sect3 id="installation-os2"><title>OS/2</title>
247
248 <para>
249  First, make sure that no previous installations of
250  <application>Junkbuster</application> and / or 
251  <application>Privoxy</application> are left on your
252  system. You can do this by 
253 </para>
254
255 <para>
256  Then, just double-click the WarpIN self-installing archive, which will
257  guide you through the installation process. A shadow of the
258  <application>Privoxy</application> executable will be placed in your
259  startup folder so it will start automatically whenever OS/2 starts.
260 </para>
261
262 <para>
263  The directory you choose to install <application>Privoxy</application>
264  into will contain all of the configuration files.
265 </para>
266 </sect3>
267
268 <!--   ~~~~~       New section      ~~~~~     -->
269 <sect3 id="installation-mac"><title>Max OSX</title>
270 <para>
271  Unzip the downloaded package (you can either double-click on the file
272  in the finder, or on the desktop if you downloaded it there).  Then,
273  double-click on the package installer icon and follow the installation
274  process.
275  <application>Privoxy</application> will be installed in the subdirectory
276  <literal>/Applications/Privoxy.app</literal>.
277  <application>Privoxy</application> will set itself up to start 
278  automatically on system bring-up via
279  <literal>/System/Library/StartupItems/Privoxy</literal>.
280 </para>
281 </sect3>
282
283 <!--   ~~~~~       New section      ~~~~~     -->
284 <sect3 id="installation-amiga"><title>AmigaOS</title>
285 <para>
286  Copy and then unpack the <filename>lha</filename> archive to a suitable location. 
287  All necessary files will be installed into <application>Privoxy</application>
288  directory, including all configuration and log files. To uninstall, just 
289  remove this directory.
290 </para>
291 <para>
292  Start <application>Privoxy</application> (with RUN &lt;&gt;NIL:) in your
293  <filename>startnet</filename> script (AmiTCP), in
294  <filename>s:user-startup</filename> (RoadShow), as startup program in your
295  startup script (Genesis), or as startup action (Miami and MiamiDx). 
296  <application>Privoxy</application> will automatically quit when you quit your
297  TCP/IP stack (just ignore the harmless warning your TCP/IP stack may display that
298  <application>Privoxy</application> is still running).
299 </para>
300 </sect3>
301 </sect2>
302
303 <!--   ~~~~~       New section      ~~~~~     -->
304 <sect2 id="installation-source"><title>Building from Source</title>
305
306 <para>
307  The most convenient way to obtain the <application>Privoxy</application> sources
308  is to download the source tarball from our <ulink url="http://sf.net/projects/ijbswa/">project
309  page</ulink>.
310 </para>
311
312 <para>
313  If you like to live on the bleeding edge and are not afraid of using
314  possibly unstable development versions, you can check out the up-to-the-minute
315  version directly from <ulink url="http://sourceforge.net/cvs/?group_id=11118">the
316  CVS repository</ulink> or simply download <ulink
317  url="http://cvs.sourceforge.net/cvstarballs/ijbswa-cvsroot.tar.gz">the nightly CVS
318  tarball.</ulink>
319 </para>
320
321 <!-- include buildsource.sgml boilerplate: -->
322 &buildsource;
323 <!-- end boilerplate -->
324
325 </sect2>
326
327 </sect1>
328
329 <!--  ~  End section  ~  -->
330
331 <!--   ~~~~~       New section      ~~~~~     -->
332 <sect1 id="upgradersnote">
333 <title>Note to Upgraders</title>
334 <para>
335  There are very significant changes from earlier 
336  <application>Junkbuster</application> versions to the current
337  <application>Privoxy</application>. The number, names, syntax, and
338  purposes of configuration files have substantially  changed.
339  <application>Junkbuster 2.0.x</application> configuration
340  files will not migrate, <application>Junkbuster 2.9.x</application>
341  and <application>Privoxy</application> configurations will need to be
342  ported. The functionalities of the old <filename>blockfile</filename>,
343  <filename>cookiefile</filename> and <filename>imagelist</filename> 
344  are now combined into the <ulink url="actions-file.html"><quote>actions
345  files</quote></ulink>.  
346  <filename>default.action</filename>, is the main actions file. Local
347  exceptions should best be put into <filename>user.action</filename>.
348 </para>
349 <para>
350  A <ulink url="filter-file.html"><quote>filter file</quote></ulink> (typically
351  <filename>default.filter</filename>) is new as of <application>Privoxy
352  2.9.x</application>, and provides some of the new sophistication (explained
353  below). <filename>config</filename> is much the same as before.
354 </para>
355 <para>
356  If upgrading from a 2.0.x version, you will have to use the new config 
357  files, and possibly adapt any personal rules from your older files.
358  When porting personal rules over from the old <filename>blockfile</filename>
359  to the new actions files, please note that even the pattern syntax has
360  changed. If upgrading from 2.9.x development versions, it is still
361  recommended to use the new configuration files.
362 </para>
363 <para>
364  A quick list of things to be aware of before upgrading: 
365 </para>
366
367 <para>
368  <itemizedlist>
369
370  <listitem>
371   <para>
372    The default listening port is now 8118 due to a conflict with another 
373    service (NAS).
374   </para>
375  </listitem>  
376  <listitem>
377   <para>  
378     Some installers may remove earlier versions completely. Save any 
379     important configuration files!
380   </para>
381  </listitem>
382  <listitem>
383   <para>
384    <application>Privoxy</application> is controllable with a web browser 
385    at the special URL: <ulink
386    url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
387    (Shortcut: <ulink url="http://p.p/">http://p.p/</ulink>). Many
388    aspects of configuration can be done here, including temporarily disabling
389    <application>Privoxy</application>.
390   </para>
391  </listitem> 
392  <listitem>
393   <para>
394    The primary configuration file for cookie management, ad and banner 
395    blocking, and many other aspects of <application>Privoxy</application>
396    configuration is in the <ulink url="actions-file.html">actions
397    files</ulink>. It is strongly recommended to become familiar with the new
398    actions concept below, before modifying these files. Locally defined rules 
399    should go into <filename>user.action</filename>.
400   </para>
401  </listitem> 
402   <listitem>
403   <para>
404 <!-- I think it is best to keep this somewhat vague, in case  -->
405 <!-- the situation changes under our feet. -->   
406    Some installers may not automatically start
407    <application>Privoxy</application> after installation.
408   </para>
409  </listitem> 
410
411  </itemizedlist>
412 </para>
413 </sect1>
414
415 <!--   ~~~~~       New section      ~~~~~     -->
416 <sect1 id="quickstart"><title>Quickstart to Using <application>Privoxy</application></title>
417 <para>
418  <itemizedlist>
419
420  <listitem>
421   <para>
422    If upgrading, please back up any configuration files. See 
423    the <link linkend="upgradersnote">Note to Upgraders</link> Section.
424   </para>
425 </listitem> 
426  <listitem>
427   <para>
428   Install <application>Privoxy</application>. See the <link
429   linkend="installation">Installation Section</link> for platform specific
430   information. 
431  </para>
432  </listitem>  
433
434  <listitem>
435   <para>
436   Start <application>Privoxy</application>, if the installation program has
437   not done this already. See the section <link linkend="startup">Starting
438   <application>Privoxy</application></link>.
439   </para>
440  </listitem>  
441
442  <listitem>
443   <para>
444   Set your browser to use <application>Privoxy</application> as HTTP and HTTPS
445   proxy by setting the proxy configuration for address of
446   <literal>127.0.0.1</literal> and port <literal>8118</literal>.
447   (<application>Junkbuster</application> and earlier versions of
448   <application>Privoxy</application> used port 8000.) See the section <link
449   linkend="startup">Starting <application>Privoxy</application></link>.
450   </para>
451  </listitem>  
452
453  <listitem>
454   <para>
455     Flush your browser's caches, to remove any cached ad images.
456   </para>
457 </listitem> 
458
459  <listitem>
460   <para>
461   Enjoy surfing with enhanced comfort and privacy.  You may want to customize the
462   <link linkend="actions-file"><filename>user.action</filename></link> file to
463   personalize your new browsing experience. See the <link
464   linkend="configuration">Configuration section</link> for more configuration
465   options, and how to further customize your installation.
466   </para>
467  </listitem> 
468  
469  <listitem>
470   <para>
471    If you experience problems with sites that <quote>misbehave</quote>, see
472    the <link linkend="actionsanat">Anatomy of an Action</link> section in the
473    Appendix.
474   </para>
475  </listitem> 
476  
477  <listitem>
478   <para>
479    Please see the section <link linkend="contact">Contacting the
480    Developers</link> on how to report bugs or problems with websites or to get
481    help. 
482   </para>
483  </listitem> 
484
485  </itemizedlist>
486 </para>
487
488 </sect1>
489
490 <!--   ~~~~~       New section      ~~~~~     -->
491 <sect1 id="startup">
492 <title>Starting <application>Privoxy</application></title>
493 <para>
494  Before launching <application>Privoxy</application> for the first time, you
495  will want to configure your browser(s) to use
496  <application>Privoxy</application> as a HTTP and HTTPS proxy. The default is
497  127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
498  used port 8000). This is the one configuration step that must be done!
499 </para>
500  
501 <para> 
502  With <application>Netscape</application> (and
503  <application>Mozilla</application>), this can be set under <literal>Edit
504  -&gt; Preferences -&gt; Advanced -&gt; Proxies -&gt; HTTP Proxy</literal>.
505  For <application>Internet Explorer</application>: <literal>Tools -&gt;
506  Internet Properties -&gt; Connections -&gt; LAN Setting</literal>. Then,
507  check <quote>Use Proxy</quote> and fill in the appropriate info (Address:
508  127.0.0.1, Port: 8118). Include if HTTPS proxy support too.
509 </para>
510
511 <para>
512  After doing this, flush your browser's disk and memory caches to force a
513  re-reading of all pages and to get rid of any ads that may be cached. You 
514  are now ready to start enjoying the benefits of using
515  <application>Privoxy</application>!
516 </para>
517
518 <para>
519  <application>Privoxy</application> is typically started by specifying the
520  main configuration file to be used on the command line. If no configuration
521  file is specified on the command line, <application>Privoxy</application>
522  will look for a file named <filename>config</filename> in the current
523  directory. Except on Win32 where it will try <filename>config.txt</filename>.
524 </para>
525
526 <sect2 id="start-redhatdebian">
527 <title>RedHat, Conectiva and Debian</title>
528 <para>
529 We use a script. Note that RedHat does not start Privoxy upon booting per
530 default. It will use the file <filename>/etc/privoxy/config</filename> as its
531 main configuration file. FIXME: Debian??
532 </para>
533 <para>
534  <screen>
535  # /etc/rc.d/init.d/privoxy start
536 </screen>
537 </para>
538 </sect2>
539
540 <sect2 id="start-suse">
541 <title>SuSE</title>
542 <para>
543 We use a script. It will use the file <filename>/etc/privoxy/config</filename>
544 as its main configuration file. Note that SuSE starts Privoxy upon booting
545 your PC.
546 </para>
547 <para>
548  <screen>
549  # rcprivoxy start
550 </screen>
551 </para>
552 </sect2>
553
554 <sect2 id="start-windows">
555 <title>Windows</title>
556 <para>
557 Click on the Privoxy Icon to start Privoxy. If no configuration file is
558  specified on the command line, <application>Privoxy</application> will look
559  for a file named <filename>config.txt</filename>. Note that Windows will
560  automatically start Privoxy upon booting you PC.
561 </para>
562 </sect2>
563
564 <sect2 id="start-unices">
565 <title>Solaris, NetBSD, FreeBSD, HP-UX and others</title>
566 <para>
567 Example Unix startup command:
568 </para>
569 <para>
570  <screen>
571  # /usr/sbin/privoxy /etc/privoxy/config
572 </screen>
573 </para>
574 </sect2>
575
576 <sect2 id="start-os2">
577 <title>OS/2</title>
578 <para>
579 FIXME.
580 </para>
581 </sect2>
582
583 <sect2 id="start-macosx">
584 <title>MAX OSX</title>
585 <para>
586 FIXME.
587 </para>
588 </sect2>
589
590
591 <sect2 id="start-amigaos">
592 <title>AmigaOS</title>
593 <para>
594 FIXME.
595 </para>
596 </sect2>
597
598 <!--
599
600 <para>
601  See the section <link linkend="cmdoptions">Command line options</link> for
602  furher info.
603 </para>
604
605 must find a better place for this paragraph
606
607 <para>
608  The included default configuration files should give a reasonable starting
609  point. Most of the per site configuration is done in the
610  <ulink url="actions-file.html"><quote>actions</quote></ulink> files. These are
611  where various cookie actions are defined, ad and banner blocking, and other
612  aspects of <application>Privoxy</application> configuration. There are several
613  such files included, with varying levels of aggressiveness. 
614 </para>
615
616 <para>
617  You will probably want to keep an eye out for sites for which you may prefer
618  persistent cookies, and add these to your actions configuration as needed. By
619  default, most of these will be accepted only during the current browser
620  session (aka <quote>session cookies</quote>), unless you add them to the
621  configuration. If you want the browser to handle this instead, you will need
622  to edit <filename>user.action</filename> (or through the web based interface)
623  and disable this feature. If you use more than one browser, it would make
624  more sense to let <application>Privoxy</application> handle this. In which
625  case, the browser(s) should be set to accept all cookies.
626 </para>
627
628 <para>
629  Another feature where you will probably want to define exceptions for trusted
630  sites is the popup-killing (through the <ulink
631  url="actions-file.html#KILL-POPUPS"><quote>+kill-popups</quote></ulink> and
632  <ulink
633  url="actions-file.html#FILTER-POPUPS"><quote>+filter{popups}</quote></ulink>
634  actions), because your favorite shopping, banking, or leisure site may need
635  popups (explained below). 
636 </para>
637
638 <para>
639  <application>Privoxy</application> is HTTP/1.1 compliant,  but not all of
640  the optional 1.1 features are as yet supported. In the unlikely event that
641  you experience inexplicable problems with browsers that use HTTP/1.1 per default
642  (like <application>Mozilla</application> or recent versions of I.E.), you might
643  try to force HTTP/1.0 compatibility. For Mozilla, look under <literal>Edit -&gt;
644  Preferences -&gt; Debug -&gt; Networking</literal>.
645  Alternatively, set the <quote>+downgrade-http-version</quote> config option in
646  <filename>default.action</filename> which will downgrade your browser's HTTP
647  requests from HTTP/1.1 to HTTP/1.0 before processing them.
648 </para>
649
650 <para>
651  After running <application>Privoxy</application> for a while, you can 
652  start to fine tune the configuration to suit your personal, or site, 
653  preferences and requirements. There are many, many aspects that can 
654  be customized. <quote>Actions</quote> 
655  can be adjusted by pointing your browser to 
656  <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
657  (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>), 
658  and then follow the link to <quote>View &#38; Change the Current Configuration</quote>. 
659  (This is an internal page and does not require Internet access.)
660 </para>
661
662 <para>
663  In fact, various aspects of <application>Privoxy</application>
664  configuration can be viewed from this page, including 
665  current configuration parameters, source code version numbers, 
666  the browser's request headers, and <quote>actions</quote> that apply 
667  to a given URL. In addition to the actions file 
668  editor mentioned above, <application>Privoxy</application> can also 
669  be turned <quote>on</quote> and <quote>off</quote> (toggled) from this page.
670 </para>
671
672 <para>
673  If you encounter problems, try loading the page without
674  <application>Privoxy</application>. If that helps, enter the URL where
675  you have the problems into <ulink url="http://p.p/show-url-info">the browser
676  based rule tracing utility</ulink>. See which rules apply and why, and
677  then try turning them off for that site one after the other, until the problem
678  is gone. When you have found the culprit, you might want to turn the rest on
679  again.
680 </para>
681
682 <para>
683  If the above paragraph sounds gibberish to you, you might want to <ulink
684  url="actions-file.html#ACTIONSFILE">read more about the actions concept</ulink>
685  or even dive deep into the <ulink url="appendix.html#ACTIONSANAT">Appendix
686  on actions</ulink>.
687 </para>
688
689 <para>
690  If you can't get rid of the problem at all, think you've found a bug in
691  Privoxy, want to propose a new feature or smarter rules, please see the 
692  section <ulink url="contact.html"><quote>Contacting the
693  Developers</quote></ulink> below. 
694 </para>
695
696 -->
697
698 <!--   ~~~~~       New section      ~~~~~     -->
699 <sect2 id="cmdoptions">
700 <title>Command Line Options</title>
701 <para>
702  <application>Privoxy</application> may be invoked with the following
703  command-line options:
704 </para>
705
706 <para>
707  <itemizedlist>
708
709  <listitem>
710   <para>
711     <emphasis>--version</emphasis>
712   </para>
713   <para>
714      Print version info and exit. Unix only.
715   </para>
716  </listitem> 
717  <listitem>
718   <para>
719     <emphasis>--help</emphasis>
720   </para>
721   <para>
722    Print short usage info and exit. Unix only.
723   </para>
724  </listitem> 
725  <listitem>
726   <para>
727    <emphasis>--no-daemon</emphasis>
728   </para>
729   <para>
730    Don't become a daemon, i.e. don't fork and become process group
731    leader, and don't detach from controlling tty. Unix only.
732   </para>
733  </listitem> 
734  <listitem>
735   <para>
736    <emphasis>--pidfile FILE</emphasis>
737   
738   </para>
739   <para>
740    On startup, write the process ID to <emphasis>FILE</emphasis>. Delete the
741    <emphasis>FILE</emphasis> on exit. Failure to create or delete the
742    <emphasis>FILE</emphasis> is non-fatal. If no <emphasis>FILE</emphasis>
743    option is given, no PID file will be used. Unix only.
744   </para>
745  </listitem> 
746  <listitem>
747   <para>
748    <emphasis>--user USER[.GROUP]</emphasis>
749   
750   </para>
751   <para>
752    After (optionally) writing the PID file, assume the user  ID  of
753    <emphasis>USER</emphasis>, and if included the GID of GROUP.  Exit if the
754    privileges are not sufficient to do so. Unix only.
755   </para>
756  </listitem> 
757  <listitem>
758   <para>
759     <emphasis>configfile</emphasis>
760   </para>
761   <para>
762     If no <emphasis>configfile</emphasis> is included on the command line, 
763     <application>Privoxy</application> will look for a file named 
764     <quote>config</quote> in the current directory (except on Win32 
765     where it will look for <quote>config.txt</quote> instead). Specify 
766     full path to avoid confusion. If no config file is found, 
767     <application>Privoxy</application> will fail to start.
768   </para>
769  </listitem> 
770
771  </itemizedlist>
772 </para>
773
774 </sect2>
775
776 </sect1>
777
778 <!--  ~  End section  ~  -->
779
780
781 <!--   ~~~~~       New section      ~~~~~     -->
782 <sect1 id="configuration"><title><application>Privoxy</application> Configuration</title>
783  <para>
784   All <application>Privoxy</application> configuration is stored  
785   in text files. These files can be edited with a text editor.
786   Many important aspects of <application>Privoxy</application> can 
787   also be controlled easily with a web browser.
788  </para>
789
790
791 <!--   ~~~~~       New section      ~~~~~     -->
792
793 <sect2>
794 <title>Controlling <application>Privoxy</application> with Your Web Browser</title>
795 <para>
796  <application>Privoxy</application>'s user interface can be reached through the special 
797  URL <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
798  (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>), 
799  which is a built-in page and works without Internet access.
800  You will see the following section:
801
802 </para>
803
804 <!-- Needs to be put in a table and colorized  -->
805 <screen>
806  <msgtext>
807  <bridgehead renderas="sect2">Privoxy Menu</bridgehead>
808
809  <simplelist>
810  <member>
811   &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>
812  </member>
813  <member>
814   &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>
815  </member>
816  <member>
817   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/show-request">View the request headers.</ulink>
818  </member>
819  <member>
820   &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>
821  </member>
822  <member>
823   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&squf;&nbsp;&nbsp;<ulink url="http://config.privoxy.org/toggle">Toggle Privoxy on or off</ulink>
824  </member>
825  </simplelist>
826  </msgtext>
827 </screen>
828
829
830 <para>
831  This should be self-explanatory. Note the first item leads to an editor for the
832  <link linkend="actions-file">actions files</link>, which is where the ad, banner,
833  cookie, and URL blocking magic is configured as well as other advanced features of
834  <application>Privoxy</application>. This is an easy way to adjust various
835  aspects of <application>Privoxy</application> configuration. The actions
836  file, and other configuration files, are explained in detail below. 
837 </para>
838
839 <para>
840  <quote>Toggle Privoxy On or Off</quote> is handy for sites that might 
841  have problems with your current actions and filters. You can in fact use
842  it as a test to see whether it is <application>Privoxy</application> 
843  causing the problem or not. <application>Privoxy</application> continues 
844  to run as a proxy in this case, but all manipulation is disabled, i.e.
845  <application>Privoxy</application> acts like a normal forwarding proxy. There
846  is even a toggle <link linkend="bookmarklets">Bookmarklet</link> offered, so
847  that you can toggle <application>Privoxy</application> with one click from
848  your browser.
849 </para>
850
851 </sect2>
852
853 <!--  ~  End section  ~  -->
854
855
856
857
858 <!--   ~~~~~       New section      ~~~~~     -->
859
860 <sect2 id="confoverview">
861 <title>Configuration Files Overview</title>
862 <para>
863  For Unix, *BSD and Linux, all configuration files are located in
864  <filename>/etc/privoxy/</filename> by default. For MS Windows, OS/2, and
865  AmigaOS these are all in the same directory as the 
866  <application>Privoxy</application> executable. <![%p-not-stable;[ The name
867  and number of configuration files has changed from previous versions, and is
868  subject to change as development progresses.]]>
869 </para>
870
871 <para>
872  The installed defaults provide a reasonable starting point, though 
873  some settings may be aggressive by some standards. For the time being, the
874  principle configuration files are:
875 </para>
876
877 <para>
878  <itemizedlist>
879
880   <listitem>
881    <para>
882      The <link linkend="config">main configuration file</link> is named <filename>config</filename>
883      on Linux, Unix, BSD, OS/2, and AmigaOS and <filename>config.txt</filename>
884      on Windows. This is a required file.
885    </para>
886   </listitem> 
887
888   <listitem>
889    <para>
890     <filename>default.action</filename> (the main <link linkend="actions-file">actions file</link>)
891     is used to define which <quote>actions</quote> relating to banner-blocking, images, pop-ups,
892     content modification, cookie handling etc should be applied by default. It also defines many
893     exceptions (both positive and negative) from this default set of actions that enable 
894     <application>Privoxy</application> to selectively eliminate the junk, and only the junk, on
895     as many websites as possible.
896    </para>
897    <para>
898     Multiple actions files may be defined in <filename>config</filename>. These 
899     are processed in the order they are defined. Local customizations and locally 
900     preferred exceptions to the default policies  as defined in
901     <filename>default.action</filename> (which you will most probably want
902     to define sooner or later) are probably best applied in
903     <filename>user.action</filename>, where you can preserve them across
904     upgrades. <filename>standard.action</filename> is for
905     <application>Privoxy's</application> internal use.
906    </para>
907    <para>    
908     There is also a web based editor that can be accessed from
909     <ulink
910     url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
911     (Shortcut: <ulink
912     url="http://p.p/show-status">http://p.p/show-status</ulink>) for the
913     various actions files. 
914    </para>
915   </listitem> 
916
917   <listitem>
918    <para>
919     <filename>default.filter</filename> (the <link linkend="filter-file">filter
920     file</link>) can be used to re-write the raw page content, including
921     viewable text as well as embedded HTML and JavaScript, and whatever else
922     lurks on any given web page. The filtering jobs are only pre-defined here;
923     whether to apply them or not is up to the actions files.
924    </para>
925   </listitem> 
926
927  </itemizedlist>
928 </para>
929
930 <para>
931  All files use the <quote><literal>#</literal></quote> character to denote a
932  comment (the rest of the line will be ignored) and understand line continuation
933  through placing a backslash ("<literal>\</literal>") as the very last character
934  in a line. If the <literal>#</literal> is preceded by a backslash, it looses
935  its special function. Placing a <literal>#</literal> in front of an otherwise
936  valid configuration line to prevent it from being interpreted is called "commenting
937  out" that line.
938 </para>
939
940 <para>
941  The actions files and <filename>default.filter</filename> 
942  can use Perl style <link linkend="regex">regular expressions</link> for
943  maximum flexibility. 
944 </para>
945
946 <para>
947  After making any changes, there is no need to restart
948  <application>Privoxy</application> in order for the changes to take
949  effect. <application>Privoxy</application> detects such changes 
950  automatically. Note, however, that it may take one or two additional
951  requests for the change to take effect. When changing the listening address
952  of <application>Privoxy</application>, these <quote>wake up</quote> requests
953  must obviously be sent to the <emphasis>old</emphasis> listening address.
954 </para>
955
956 <![%p-not-stable;[
957 <para>
958  While under development, the configuration content is subject to change. 
959  The below documentation may not be accurate by the time you read this. 
960  Also, what constitutes a <quote>default</quote> setting, may change, so 
961  please check all your configuration files on important issues.
962 </para>
963 ]]>
964
965 </sect2>
966 </sect1>
967 <!--  ~  End section  ~  -->
968
969
970 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
971
972 <sect1 id="config">
973 <title>The Main Configuration File</title>
974
975 <para>
976  Again, the main configuration file is named <filename>config</filename> on
977  Linux/Unix/BSD and OS/2, and <filename>config.txt</filename> on Windows.
978  Configuration lines consist of an initial keyword followed by a list of
979  values, all separated by whitespace (any number of spaces or tabs). For
980  example:
981 </para>
982
983 <para>
984  <literal>
985   <msgtext> 
986    <literallayout>
987   <emphasis>confdir /etc/privoxy</emphasis></literallayout>
988   </msgtext>
989  </literal> 
990 </para>
991
992 <para>
993  Assigns the value <literal>/etc/privoxy</literal> to the option
994  <literal>confdir</literal> and thus indicates that the configuration
995  directory is named <quote>/etc/privoxy/</quote>.
996 </para>
997
998 <para>
999  All options in the config file except for <literal>confdir</literal> and
1000  <literal>logdir</literal> are optional. Watch out in the below description
1001  for what happens if you leave them unset.
1002 </para>
1003
1004 <para>
1005  The main config file controls all aspects of <application>Privoxy</application>'s
1006  operation that are not location dependent (i.e. they apply universally, no matter
1007  where you may be surfing).
1008 </para>
1009
1010
1011 <!--   ~~~~~       New section      ~~~~~     -->
1012
1013 <sect2 id="conf-log-loc">
1014 <title>Configuration and Log File Locations</title>
1015
1016 <para>
1017  <application>Privoxy</application> can (and normally does) use a number of
1018  other files for additional configuration, help and logging.
1019  This section of the configuration file tells <application>Privoxy</application>
1020  where to find those other files. 
1021 </para>
1022
1023 <para>
1024  The user running Privoxy, must have read permission for all 
1025  configuration files, and write permission to any files that would 
1026  be modified, such as log files.
1027 </para>
1028
1029 <sect3 renderas="sect4" id="confdir"><title>confdir</title>
1030
1031 <variablelist>
1032  <varlistentry>
1033   <term>Specifies:</term>
1034   <listitem>
1035    <para>The directory where the other configuration files are located</para>
1036   </listitem>
1037  </varlistentry>
1038  <varlistentry>
1039   <term>Type of value:</term>
1040   <listitem>
1041    <para>Path name</para>
1042   </listitem>
1043  </varlistentry>
1044  <varlistentry>
1045   <term>Default value:</term>
1046   <listitem>
1047    <para>/etc/privoxy (Unix) <emphasis>or</emphasis> <application>Privoxy</application> installation dir (Windows) </para>
1048   </listitem>
1049  </varlistentry>
1050  <varlistentry>
1051   <term>Effect if unset:</term>
1052   <listitem>
1053    <para><emphasis>Mandatory</emphasis></para>
1054   </listitem>
1055  </varlistentry>
1056  <varlistentry>
1057   <term>Notes:</term>
1058   <listitem>
1059    <para>
1060     No trailing <quote><literal>/</literal></quote>, please
1061    </para>
1062    <para>
1063     When development goes modular and multi-user, the blocker, filter, and
1064     per-user config will be stored in subdirectories of <quote>confdir</quote>.
1065     For now, the configuration directory structure is flat, except for 
1066     <filename>confdir/templates</filename>, where the HTML templates for CGI 
1067     output reside (e.g. <application>Privoxy's</application> 404 error page). 
1068    </para>
1069   </listitem>
1070  </varlistentry>
1071 </variablelist>
1072 </sect3>
1073
1074
1075 <sect3 renderas="sect4" id="logdir"><title>logdir</title>
1076
1077 <variablelist>
1078  <varlistentry>
1079   <term>Specifies:</term>
1080   <listitem>
1081    <para>
1082     The directory where all logging takes place (i.e. where <filename>logfile</filename> and 
1083     <filename>jarfile</filename> are located) 
1084    </para>
1085   </listitem>
1086  </varlistentry>
1087  <varlistentry>
1088   <term>Type of value:</term>
1089   <listitem>
1090    <para>Path name</para>
1091   </listitem>
1092  </varlistentry>
1093  <varlistentry>
1094   <term>Default value:</term>
1095   <listitem>
1096    <para>/var/log/privoxy (Unix) <emphasis>or</emphasis> <application>Privoxy</application> installation dir (Windows) </para>
1097   </listitem>
1098  </varlistentry>
1099  <varlistentry>
1100   <term>Effect if unset:</term>
1101   <listitem>
1102    <para><emphasis>Mandatory</emphasis></para>
1103   </listitem>
1104  </varlistentry>
1105  <varlistentry>
1106   <term>Notes:</term>
1107   <listitem>
1108    <para>
1109     No trailing <quote><literal>/</literal></quote>, please
1110    </para>
1111   </listitem>
1112  </varlistentry>
1113 </variablelist>
1114 </sect3>
1115
1116 <sect3 renderas="sect4" id="actionsfile"><title>
1117 actionsfile
1118 </title>
1119 <anchor id="default.action">
1120 <anchor id="standard.action">
1121 <anchor id="user.action">
1122 <!-- Note: slightly modified this section 04/28/02, hal. See NOTE. -->
1123 <variablelist>
1124  <varlistentry>
1125   <term>Specifies:</term>
1126   <listitem>
1127    <para>
1128     The <link linkend="actions-file">actions file(s)</link> to use
1129    </para>
1130   </listitem>
1131  </varlistentry>
1132  <varlistentry>
1133   <term>Type of value:</term>
1134   <listitem>
1135    <para>File name, relative to <literal>confdir</literal>, without the <literal>.action</literal> suffix</para>
1136   </listitem>
1137  </varlistentry>
1138  <varlistentry>
1139   <term>Default value:</term>
1140   <listitem>
1141    <simplelist>
1142     <member>
1143      <msgtext><literallayout>  standard     # Internal purposes, no editing recommended</literallayout></msgtext>
1144     </member>
1145     <member>
1146      <msgtext><literallayout>  default      # Main actions file</literallayout></msgtext>
1147     </member>
1148     <member>
1149      <msgtext><literallayout>  user         # User customizations</literallayout></msgtext>
1150     </member>
1151    </simplelist>
1152   </listitem>
1153  </varlistentry>
1154  <varlistentry>
1155   <term>Effect if unset:</term>
1156   <listitem>
1157    <para>
1158     No actions are taken at all. Simple neutral proxying. 
1159    </para>
1160   </listitem>
1161  </varlistentry>
1162  <varlistentry>
1163   <term>Notes:</term>
1164   <listitem>
1165    <para>
1166     Multiple <literal>actionsfile</literal> lines are permitted, and are in fact recommended!
1167    </para>
1168    <para> 
1169     The default values include standard.action, which is used for internal
1170     purposes and should be loaded, default.action, which is the
1171     <quote>main</quote> actions file maintained by the developers, and
1172     <filename>user.action</filename>, where you can make your personal additions.
1173    </para>
1174    <para> 
1175     Actions files are where all the per site and per URL configuration is done for 
1176     ad blocking, cookie management, privacy considerations, etc.
1177     There is no point in using <application>Privoxy</application> without at 
1178     least one actions file.
1179    </para>
1180   </listitem>
1181  </varlistentry>
1182 </variablelist>
1183 </sect3>
1184
1185 <sect3 renderas="sect4" id="filterfile"><title>filterfile</title>
1186 <anchor id="default.filter">
1187 <variablelist>
1188  <varlistentry>
1189   <term>Specifies:</term>
1190   <listitem>
1191    <para>
1192     The <link linkend="filter">filter</link> file to use
1193    </para>
1194   </listitem>
1195  </varlistentry>
1196  <varlistentry>
1197   <term>Type of value:</term>
1198   <listitem>
1199    <para>File name, relative to <literal>confdir</literal></para>
1200   </listitem>
1201  </varlistentry>
1202  <varlistentry>
1203   <term>Default value:</term>
1204   <listitem>
1205    <para>default.filter (Unix) <emphasis>or</emphasis> default.filter.txt (Windows)</para>
1206   </listitem>
1207  </varlistentry>
1208  <varlistentry>
1209   <term>Effect if unset:</term>
1210   <listitem>
1211    <para>
1212     No textual content filtering takes place, i.e. all
1213     <literal>+filter{<replaceable class="parameter">name</replaceable>}</literal>
1214     actions in the actions files are turned neutral.
1215    </para>
1216   </listitem>
1217  </varlistentry>
1218  <varlistentry>
1219   <term>Notes:</term>
1220   <listitem>
1221    <para>
1222     The <quote>default.filter</quote> file contains content modification rules 
1223     that use <quote>regular expressions</quote>. These rules permit powerful
1224     changes on the content of Web pages, e.g., you could disable your favorite
1225     JavaScript annoyances, re-write the actual displayed text, or just have some
1226     fun replacing <quote>Microsoft</quote> with <quote>MicroSuck</quote> wherever
1227     it appears on a Web page.
1228    </para>
1229   </listitem>
1230  </varlistentry>
1231 </variablelist>
1232 </sect3>
1233
1234 <sect3 renderas="sect4" id="logfile"><title>logfile</title>
1235
1236 <variablelist>
1237  <varlistentry>
1238   <term>Specifies:</term>
1239   <listitem>
1240    <para>
1241     The log file to use
1242    </para>
1243   </listitem>
1244  </varlistentry>
1245  <varlistentry>
1246   <term>Type of value:</term>
1247   <listitem>
1248    <para>File name, relative to <literal>logdir</literal></para>
1249   </listitem>
1250  </varlistentry>
1251  <varlistentry>
1252   <term>Default value:</term>
1253   <listitem>
1254    <para>logfile (Unix) <emphasis>or</emphasis> privoxy.log (Windows)</para>
1255   </listitem>
1256  </varlistentry>
1257  <varlistentry>
1258   <term>Effect if unset:</term>
1259   <listitem>
1260    <para>
1261     No log file is used, all log messages go to the console (<literal>stderr</literal>).
1262    </para>
1263   </listitem>
1264  </varlistentry>
1265  <varlistentry>
1266   <term>Notes:</term>
1267   <listitem>
1268    <para>
1269     The windows version will additionally log to the console.
1270    </para>
1271    <para>
1272     The logfile is where all logging and error messages are written. The level
1273     of detail and number of messages are set with the <literal>debug</literal>
1274     option (see below). The logfile can be useful for tracking down a problem with
1275     <application>Privoxy</application> (e.g., it's not blocking an ad you
1276     think it should block) but in most cases you probably will never look at it.
1277    </para>
1278    <para>
1279     Your logfile will grow indefinitely, and you will probably want to
1280     periodically remove it.  On Unix systems, you can do this with a cron job
1281     (see <quote>man cron</quote>). For Red Hat, a <command>logrotate</command> 
1282     script has been included.
1283    </para> 
1284    <para>
1285     On SuSE Linux systems, you can place a line like <quote>/var/log/privoxy.*
1286     +1024k 644 nobody.nogroup</quote> in <filename>/etc/logfiles</filename>, with
1287     the effect that cron.daily will automatically archive, gzip, and empty the
1288     log, when it exceeds 1M size.
1289    </para>
1290    <para>
1291     Any log files must be writable by whatever user <application>Privoxy</application>
1292     is being run as (default on UNIX, user id is <quote>privoxy</quote>).
1293    </para>
1294   </listitem>
1295  </varlistentry>
1296 </variablelist>
1297 </sect3>
1298
1299 <sect3 renderas="sect4" id="jarfile"><title>jarfile</title>
1300
1301 <variablelist>
1302  <varlistentry>
1303   <term>Specifies:</term>
1304   <listitem>
1305    <para>
1306     The file to store intercepted cookies in
1307    </para>
1308   </listitem>
1309  </varlistentry>
1310  <varlistentry>
1311   <term>Type of value:</term>
1312   <listitem>
1313    <para>File name, relative to <literal>logdir</literal></para>
1314   </listitem>
1315  </varlistentry>
1316  <varlistentry>
1317   <term>Default value:</term>
1318   <listitem>
1319    <para>jarfile (Unix) <emphasis>or</emphasis> privoxy.jar (Windows)</para>
1320   </listitem>
1321  </varlistentry>
1322  <varlistentry>
1323   <term>Effect if unset:</term>
1324   <listitem>
1325    <para>
1326     Intercepted cookies are not stored at all.
1327    </para>
1328   </listitem>
1329  </varlistentry>
1330  <varlistentry>
1331   <term>Notes:</term>
1332   <listitem>
1333    <para>
1334     The jarfile may grow to ridiculous sizes over time.
1335    </para>
1336   </listitem>
1337  </varlistentry>
1338 </variablelist>
1339 </sect3>
1340
1341 <sect3 renderas="sect4" id="trustfile"><title>trustfile</title>
1342 <variablelist>
1343  <varlistentry>
1344   <term>Specifies:</term>
1345   <listitem>
1346    <para>
1347     The trust file to use
1348    </para>
1349   </listitem>
1350  </varlistentry>
1351  <varlistentry>
1352   <term>Type of value:</term>
1353   <listitem>
1354    <para>File name, relative to <literal>confdir</literal></para>
1355   </listitem>
1356  </varlistentry>
1357  <varlistentry>
1358   <term>Default value:</term>
1359   <listitem>
1360    <para><emphasis>Unset (commented out)</emphasis>. When activated: trust (Unix) <emphasis>or</emphasis> trust.txt (Windows)</para>
1361   </listitem>
1362  </varlistentry>
1363  <varlistentry>
1364   <term>Effect if unset:</term>
1365   <listitem>
1366    <para>
1367     The whole trust mechanism is turned off.
1368    </para>
1369   </listitem>
1370  </varlistentry>
1371  <varlistentry>
1372   <term>Notes:</term>
1373   <listitem>
1374    <para>
1375     The trust mechanism is an experimental feature for building white-lists and should
1376     be used with care. It is <emphasis>NOT</emphasis> recommended for the casual user.
1377    </para>
1378    <para>
1379     If you specify a trust file, <application>Privoxy</application> will only allow
1380     access to sites that are named in the trustfile. 
1381     You can also mark sites as trusted referrers (with <literal>+</literal>), with
1382     the effect that access to untrusted sites will be granted, if a link from a
1383     trusted referrer was used.
1384     The link target will then be added to the <quote>trustfile</quote>.
1385     Possible applications include limiting Internet access for children.
1386    </para>
1387    <para>
1388     If you use <literal>+</literal> operator in the trust file, it may grow considerably over time.
1389    </para>
1390   </listitem>
1391  </varlistentry>
1392 </variablelist>
1393 </sect3>
1394 </sect2>
1395
1396 <!--  ~  End section  ~  -->
1397
1398
1399
1400 <!--   ~~~~~       New section      ~~~~~     -->
1401
1402 <sect2 id="local-set-up">
1403 <title>Local Set-up Documentation</title>
1404
1405   <para>
1406     If you intend to operate <application>Privoxy</application> for more users
1407     than just yourself, it might be a good idea to let them know how to reach
1408     you, what you block and why you do that, your policies, etc.
1409    </para>
1410
1411 <sect3 renderas="sect4" id="user-manual"><title>user-manual</title>
1412 <variablelist>
1413  <varlistentry>
1414   <term>Specifies:</term>
1415   <listitem>
1416    <para>
1417     Location of the <application>Privoxy</application> User Manual.
1418    </para>
1419   </listitem>
1420  </varlistentry>
1421  <varlistentry>
1422   <term>Type of value:</term>
1423   <listitem>
1424    <para>A fully qualified URI</para>
1425   </listitem>
1426  </varlistentry>
1427  <varlistentry>
1428   <term>Default value:</term>
1429   <listitem>
1430    <para><emphasis>Unset</emphasis></para>
1431   </listitem>
1432  </varlistentry>
1433  <varlistentry>
1434   <term>Effect if unset:</term>
1435   <listitem>
1436    <para>
1437     <ulink url="http://www.privoxy.org/user-manual/">http://www.privoxy.org/<replaceable class="parameter">version</replaceable>/user-manual/</ulink>
1438     will be used, where <replaceable class="parameter">version</replaceable> is the <application>Privoxy</application> version.
1439    </para>
1440   </listitem>
1441  </varlistentry>
1442  <varlistentry>
1443   <term>Notes:</term>
1444   <listitem>
1445     <para>
1446     The User Manual URI is used for help links from some of the internal CGI pages. 
1447     The manual itself is normally packaged with the binary distributions, so you probably want
1448     to set this to a locally installed copy. For multi-user setups, you could provide a copy on
1449     a local webserver for all your users and use the corresponding URL here.
1450    </para>
1451    <para>
1452     Examples:
1453    </para>
1454   <para>
1455    Unix, in local filesystem:
1456   </para>
1457   <para>
1458    <screen>user-manual&nbsp;&nbsp;file:///usr/share/doc/privoxy-&p-version;/user-manual/</screen>
1459   </para>
1460   <para>
1461    Any platform, on local webserver (called <quote>local-webserver</quote>):
1462   </para>
1463   <para>
1464    <screen>user-manual&nbsp;&nbsp;http://local-webserver/privoxy-user-manual/</screen>
1465   </para>
1466   <warning>
1467    <para>
1468      If set, this option should be <emphasis>the first option in the config file</emphasis>, because
1469      it is used while the config file is being read.
1470    </para>
1471   </warning>     
1472  </listitem>
1473  </varlistentry>
1474 </variablelist>
1475 </sect3>
1476
1477 <sect3 renderas="sect4" id="trust-info-url"><title>trust-info-url</title>
1478
1479 <variablelist>
1480  <varlistentry>
1481   <term>Specifies:</term>
1482   <listitem>
1483    <para>
1484     A URL to be displayed in the error page that users will see if access to an untrusted page is denied.    
1485    </para>
1486   </listitem>
1487  </varlistentry>
1488  <varlistentry>
1489   <term>Type of value:</term>
1490   <listitem>
1491    <para>URL</para>
1492   </listitem>
1493  </varlistentry>
1494  <varlistentry>
1495   <term>Default value:</term>
1496   <listitem>
1497    <para>Two example URL are provided</para>
1498   </listitem>
1499  </varlistentry>
1500  <varlistentry>
1501   <term>Effect if unset:</term>
1502   <listitem>
1503    <para>
1504     No links are displayed on the "untrusted" error page.
1505    </para>
1506   </listitem>
1507  </varlistentry>
1508  <varlistentry>
1509   <term>Notes:</term>
1510   <listitem>
1511    <para>
1512     The value of this option only matters if the experimental trust mechanism has been
1513     activated. (See <link linkend="trustfile"><emphasis>trustfile</emphasis></link> above.)
1514    </para>
1515    <para>
1516     If you use the trust mechanism, it is a good idea to write up some on-line
1517     documentation about your trust policy and to specify the URL(s) here.
1518     Use multiple times for multiple URLs.
1519    </para>
1520    <para>
1521     The URL(s) should be added to the trustfile as well, so users don't end up
1522     locked out from the information on why they were locked out in the first place!
1523    </para>
1524   </listitem>
1525  </varlistentry>
1526 </variablelist>
1527 </sect3>
1528
1529 <sect3 renderas="sect4" id="admin-address"><title>admin-address</title>
1530
1531 <variablelist>
1532  <varlistentry>
1533   <term>Specifies:</term>
1534   <listitem>
1535    <para>
1536     An email address to reach the proxy administrator.
1537    </para>
1538   </listitem>
1539  </varlistentry>
1540  <varlistentry>
1541   <term>Type of value:</term>
1542   <listitem>
1543    <para>Email address</para>
1544   </listitem>
1545  </varlistentry>
1546  <varlistentry>
1547   <term>Default value:</term>
1548   <listitem>
1549    <para><emphasis>Unset</emphasis></para>
1550   </listitem>
1551  </varlistentry>
1552  <varlistentry>
1553   <term>Effect if unset:</term>
1554   <listitem>
1555    <para>
1556     No email address is displayed on error pages and the CGI user interface.
1557    </para>
1558   </listitem>
1559  </varlistentry>
1560  <varlistentry>
1561   <term>Notes:</term>
1562   <listitem>
1563     <para>
1564     If both <literal>admin-address</literal> and <literal>proxy-info-url</literal>
1565     are unset, the whole "Local Privoxy Support" box on all generated pages will
1566     not be shown.
1567    </para>  
1568   </listitem>
1569  </varlistentry>
1570 </variablelist>
1571 </sect3>
1572
1573 <sect3 renderas="sect4" id="proxy-info-url"><title>proxy-info-url</title>
1574
1575 <variablelist>
1576  <varlistentry>
1577   <term>Specifies:</term>
1578   <listitem>
1579    <para>
1580     A URL to documentation about the local <application>Privoxy</application> setup,
1581     configuration or policies.
1582    </para>
1583   </listitem>
1584  </varlistentry>
1585  <varlistentry>
1586   <term>Type of value:</term>
1587   <listitem>
1588    <para>URL</para>
1589   </listitem>
1590  </varlistentry>
1591  <varlistentry>
1592   <term>Default value:</term>
1593   <listitem>
1594    <para><emphasis>Unset</emphasis></para>
1595   </listitem>
1596  </varlistentry>
1597  <varlistentry>
1598   <term>Effect if unset:</term>
1599   <listitem>
1600    <para>
1601     No link to local documentation is displayed on error pages and the CGI user interface.
1602    </para>
1603   </listitem>
1604  </varlistentry>
1605  <varlistentry>
1606   <term>Notes:</term>
1607   <listitem>
1608    <para>
1609     If both <literal>admin-address</literal> and <literal>proxy-info-url</literal>
1610     are unset, the whole "Local Privoxy Support" box on all generated pages will
1611     not be shown.
1612    </para>  
1613    <para>
1614     This URL shouldn't be blocked ;-)
1615    </para> 
1616   </listitem>
1617  </varlistentry>
1618 </variablelist>
1619 </sect3>
1620
1621 </sect2>
1622 <!--  ~  End section  ~  -->
1623
1624 <!--   ~~~~~       New section      ~~~~~     -->
1625
1626 <sect2 id="debugging">
1627 <title>Debugging</title>
1628
1629  <para>
1630   These options are mainly useful when tracing a problem.
1631   Note that you might also want to invoke
1632   <application>Privoxy</application> with the <literal>--no-daemon</literal>
1633   command line option when debugging.
1634  </para>
1635
1636 <sect3 renderas="sect4" id="debug"><title>debug</title>
1637
1638 <variablelist>
1639  <varlistentry>
1640   <term>Specifies:</term>
1641   <listitem>
1642    <para>
1643     Key values that determine what information gets logged to the 
1644     <link linkend="logfile"><emphasis>logfile</emphasis></link>.
1645    </para>
1646   </listitem>
1647  </varlistentry>
1648  <varlistentry>
1649   <term>Type of value:</term>
1650   <listitem>
1651    <para>Integer values</para>
1652   </listitem>
1653  </varlistentry>
1654  <varlistentry>
1655   <term>Default value:</term>
1656   <listitem>
1657    <para>12289 (i.e.: URLs plus informational and warning messages)</para>
1658   </listitem>
1659  </varlistentry>
1660  <varlistentry>
1661   <term>Effect if unset:</term>
1662   <listitem>
1663    <para>
1664     Nothing gets logged.
1665    </para>
1666   </listitem>
1667  </varlistentry>
1668  <varlistentry>
1669   <term>Notes:</term>
1670   <listitem>
1671    <para>
1672     The available debug levels are:
1673    </para>
1674    <para>
1675     <programlisting>
1676   debug         1 # show each GET/POST/CONNECT request
1677   debug         2 # show each connection status
1678   debug         4 # show I/O status
1679   debug         8 # show header parsing
1680   debug        16 # log all data into the logfile
1681   debug        32 # debug force feature
1682   debug        64 # debug regular expression filter 
1683   debug       128 # debug fast redirects
1684   debug       256 # debug GIF de-animation
1685   debug       512 # Common Log Format
1686   debug      1024 # debug kill pop-ups
1687   debug      4096 # Startup banner and warnings.
1688   debug      8192 # Non-fatal errors
1689 </programlisting>
1690    </para>
1691    <para>
1692     To select multiple debug levels, you can either add them or use
1693     multiple <literal>debug</literal> lines.
1694    </para>
1695    <para>
1696     A debug level of 1 is informative because it will show you each request
1697     as it happens. <emphasis>1, 4096 and 8192 are highly recommended</emphasis>
1698     so that you will notice when things go wrong. The other levels are probably
1699     only of interest if you are hunting down a specific problem. They can produce
1700     a hell of an output (especially 16).
1701     <!-- LOL -->
1702    </para>
1703    <para>
1704     The reporting of <emphasis>fatal</emphasis> errors (i.e. ones which crash 
1705     <application>Privoxy</application>) is always on and cannot be disabled.
1706    </para>
1707    <para>
1708     If you want to use CLF (Common Log Format), you should set <quote>debug
1709     512</quote> <emphasis>ONLY</emphasis> and not enable anything else.
1710    </para>
1711   </listitem>
1712  </varlistentry>
1713 </variablelist>
1714 </sect3>
1715
1716 <sect3 renderas="sect4" id="single-threaded"><title>single-threaded</title>
1717
1718 <variablelist>
1719  <varlistentry>
1720   <term>Specifies:</term>
1721   <listitem>
1722    <para>
1723     Whether to run only one server thread
1724    </para>
1725   </listitem>
1726  </varlistentry>
1727  <varlistentry>
1728   <term>Type of value:</term>
1729   <listitem>
1730    <para><emphasis>None</emphasis></para>
1731   </listitem>
1732  </varlistentry>
1733  <varlistentry>
1734   <term>Default value:</term>
1735   <listitem>
1736    <para><emphasis>Unset</emphasis></para>
1737   </listitem>
1738  </varlistentry>
1739  <varlistentry>
1740   <term>Effect if unset:</term>
1741   <listitem>
1742    <para>
1743     Multi-threaded (or, where unavailable: forked) operation, i.e. the ability to
1744     serve multiple requests simultaneously.
1745    </para>
1746   </listitem>
1747  </varlistentry>
1748  <varlistentry>
1749   <term>Notes:</term>
1750   <listitem>
1751    <para>
1752     This option is only there for debug purposes and you should never
1753     need to use it. <emphasis>It will drastically reduce performance.</emphasis>
1754    </para>
1755   </listitem>
1756  </varlistentry>
1757 </variablelist>
1758 </sect3>
1759
1760 </sect2>
1761
1762 <!--   ~~~~~       New section      ~~~~~     -->
1763
1764 <sect2 id="access-control">
1765 <title>Access Control and Security</title>
1766
1767  <para>
1768   This section of the config file controls the security-relevant aspects
1769   of <application>Privoxy</application>'s configuration.
1770  </para>
1771
1772 <sect3 renderas="sect4" id="listen-address"><title>listen-address</title>
1773
1774 <variablelist>
1775  <varlistentry>
1776   <term>Specifies:</term>
1777   <listitem>
1778    <para>
1779     The IP address and TCP port on which <application>Privoxy</application> will
1780     listen for client requests.
1781    </para>
1782   </listitem>
1783  </varlistentry>
1784  <varlistentry>
1785   <term>Type of value:</term>
1786   <listitem>
1787    <para>[<replaceable class="parameter">IP-Address</replaceable>]:<replaceable class="parameter">Port</replaceable></para>
1788   </listitem>
1789  </varlistentry>
1790
1791  <varlistentry>
1792   <term>Default value:</term>
1793   <listitem>
1794    <para>127.0.0.1:8118</para>
1795   </listitem>
1796  </varlistentry>
1797  <varlistentry>
1798   <term>Effect if unset:</term>
1799   <listitem>
1800    <para>
1801     Bind to 127.0.0.1 (localhost), port 8118. This is suitable and recommended for
1802     home users who run <application>Privoxy</application> on the same machine as
1803     their browser.
1804    </para>
1805   </listitem>
1806  </varlistentry>
1807  <varlistentry>
1808   <term>Notes:</term>
1809   <listitem>
1810    <para>
1811     You will need to configure your browser(s) to this proxy address and port.
1812    </para>
1813    <para>
1814     If you already have another service running on port 8118, or if you want to
1815     serve requests from other machines (e.g. on your local network) as well, you
1816     will need to override the default.
1817    </para>
1818    <para>
1819     If you leave out the IP address, <application>Privoxy</application> will
1820     bind to all interfaces (addresses) on your machine and may become reachable
1821     from the Internet. In that case, consider using access control lists (ACL's)
1822     (see <quote>ACLs</quote> below), or a firewall.
1823    </para>
1824   </listitem>
1825  </varlistentry>
1826  <varlistentry>
1827   <term>Example:</term>
1828   <listitem>
1829    <para>
1830      Suppose you are running <application>Privoxy</application> on
1831      a machine which has the address 192.168.0.1 on your local private network
1832      (192.168.0.0) and has another outside connection with a different address.
1833      You want it to serve requests from inside only:
1834    </para>
1835    <para>
1836     <programlisting>
1837   listen-address  192.168.0.1:8118
1838 </programlisting>
1839    </para>
1840   </listitem>
1841  </varlistentry>
1842 </variablelist>
1843 </sect3>
1844
1845 <sect3 renderas="sect4" id="toggle"><title>toggle</title>
1846
1847 <variablelist>
1848  <varlistentry>
1849   <term>Specifies:</term>
1850   <listitem>
1851    <para>
1852     Initial state of "toggle" status
1853    </para>
1854   </listitem>
1855  </varlistentry>
1856  <varlistentry>
1857   <term>Type of value:</term>
1858   <listitem>
1859    <para>1 or 0</para>
1860   </listitem>
1861  </varlistentry>
1862  <varlistentry>
1863   <term>Default value:</term>
1864   <listitem>
1865    <para>1</para>
1866   </listitem>
1867  </varlistentry>
1868  <varlistentry>
1869   <term>Effect if unset:</term>
1870   <listitem>
1871    <para>
1872     Act as if toggled on
1873    </para>
1874   </listitem>
1875  </varlistentry>
1876  <varlistentry>
1877   <term>Notes:</term>
1878   <listitem>
1879    <para>
1880     If set to 0, <application>Privoxy</application> will start in
1881     <quote>toggled off</quote> mode, i.e. behave like a normal, content-neutral
1882     proxy where all ad blocking, filtering, etc are disabled. See
1883     <literal>enable-remote-toggle</literal> below. This is not really useful
1884     anymore, since toggling is much easier via <ulink
1885     url="http://config.privoxy.org/toggle">the web interface</ulink> than via
1886     editing the <filename>conf</filename> file.
1887    </para>
1888    <para>
1889     The windows version will only display the toggle icon in the system tray
1890     if this option is present.
1891    </para>
1892   </listitem>
1893  </varlistentry>
1894 </variablelist>
1895 </sect3>
1896
1897
1898 <sect3 renderas="sect4" id="enable-remote-toggle"><title>enable-remote-toggle</title>
1899 <variablelist>
1900  <varlistentry>
1901   <term>Specifies:</term>
1902   <listitem>
1903    <para>
1904     Whether or not the <ulink url="http://config.privoxy.org/toggle">web-based toggle
1905     feature</ulink> may be used
1906    </para>
1907   </listitem>
1908  </varlistentry>
1909  <varlistentry>
1910   <term>Type of value:</term>
1911   <listitem>
1912    <para>0 or 1</para>
1913   </listitem>
1914  </varlistentry>
1915  <varlistentry>
1916   <term>Default value:</term>
1917   <listitem>
1918    <para>1</para>
1919   </listitem>
1920  </varlistentry>
1921  <varlistentry>
1922   <term>Effect if unset:</term>
1923   <listitem>
1924    <para>
1925     The web-based toggle feature is disabled.
1926    </para>
1927   </listitem>
1928  </varlistentry>
1929  <varlistentry>
1930   <term>Notes:</term>
1931   <listitem>
1932    <para>
1933     When toggled off, <application>Privoxy</application> acts like a normal,
1934     content-neutral proxy, i.e. it acts as if none of the actions applied to
1935     any URL.
1936    </para>
1937    <para>
1938     For the time being, access to the toggle feature can <emphasis>not</emphasis> be
1939     controlled separately by <quote>ACLs</quote> or HTTP authentication,
1940     so that everybody who can access <application>Privoxy</application> (see
1941     <quote>ACLs</quote> and <literal>listen-address</literal> above) can
1942     toggle it for all users. So this option is <emphasis>not recommended</emphasis>
1943     for multi-user environments with untrusted users.
1944    </para>
1945    <para>
1946     Note that you must have compiled <application>Privoxy</application> with
1947     support for this feature, otherwise this option has no effect. 
1948    </para>
1949   </listitem>
1950  </varlistentry>
1951 </variablelist>
1952 </sect3>
1953
1954
1955 <sect3 renderas="sect4" id="enable-edit-actions"><title>enable-edit-actions</title>
1956 <variablelist>
1957  <varlistentry>
1958   <term>Specifies:</term>
1959   <listitem>
1960    <para>
1961     Whether or not the <ulink url="http://config.privoxy.org/show-status">web-based actions
1962     file editor</ulink> may be used
1963    </para>
1964   </listitem>
1965  </varlistentry>
1966  <varlistentry>
1967   <term>Type of value:</term>
1968   <listitem>
1969    <para>0 or 1</para>
1970   </listitem>
1971  </varlistentry>
1972  <varlistentry>
1973   <term>Default value:</term>
1974   <listitem>
1975    <para>1</para>
1976   </listitem>
1977  </varlistentry>
1978  <varlistentry>
1979   <term>Effect if unset:</term>
1980   <listitem>
1981    <para>
1982     The web-based actions file editor is disabled.
1983    </para>
1984   </listitem>
1985  </varlistentry>
1986  <varlistentry>
1987   <term>Notes:</term>
1988   <listitem>
1989    <para>
1990     For the time being, access to the editor can <emphasis>not</emphasis> be
1991     controlled separately by <quote>ACLs</quote> or HTTP authentication,
1992     so that everybody who can access <application>Privoxy</application> (see
1993     <quote>ACLs</quote> and <literal>listen-address</literal> above) can
1994     modify its configuration for all users. So this option is <emphasis>not
1995     recommended</emphasis> for multi-user environments with untrusted users.
1996    </para>
1997    <para>
1998     Note that you must have compiled <application>Privoxy</application> with
1999     support for this feature, otherwise this option has no effect. 
2000    </para>
2001   </listitem>
2002  </varlistentry>
2003 </variablelist>
2004 </sect3>
2005
2006 <sect3 renderas="sect4" id="acls"><title>
2007 ACLs: permit-access and deny-access</title>
2008 <anchor id="permit-acces">
2009 <anchor id="deny-acces">
2010
2011 <variablelist>
2012  <varlistentry>
2013   <term>Specifies:</term>
2014   <listitem>
2015    <para>
2016     Who can access what.
2017    </para>
2018   </listitem>
2019  </varlistentry>
2020  <varlistentry>
2021   <term>Type of value:</term>
2022   <listitem>
2023    <para>
2024     <replaceable class="parameter">src_addr</replaceable>[/<replaceable class="parameter">src_masklen</replaceable>]
2025     [<replaceable class="parameter">dst_addr</replaceable>[/<replaceable class="parameter">dst_masklen</replaceable>]]
2026    </para>
2027    <para>
2028     Where <replaceable class="parameter">src_addr</replaceable> and 
2029    <replaceable class="parameter">dst_addr</replaceable> are IP addresses in dotted decimal notation or valid
2030     DNS names, and <replaceable class="parameter">src_masklen</replaceable> and
2031     <replaceable class="parameter">dst_masklen</replaceable> are subnet masks in CIDR notation, i.e. integer
2032     values from 2 to 30 representing the length (in bits) of the network address. The masks and the whole
2033     destination part are optional.
2034    </para>
2035   </listitem>
2036  </varlistentry>
2037  <varlistentry>
2038   <term>Default value:</term>
2039   <listitem>
2040    <para><emphasis>Unset</emphasis></para>
2041   </listitem>
2042  </varlistentry>
2043  <varlistentry>
2044   <term>Effect if unset:</term>
2045   <listitem>
2046    <para>
2047     Don't restrict access further than implied by <literal>listen-address</literal>
2048    </para>
2049   </listitem>
2050  </varlistentry>
2051  <varlistentry>
2052   <term>Notes:</term>
2053   <listitem>
2054    <para>
2055     Access controls are included at the request of ISPs and systems
2056     administrators, and <emphasis>are not usually needed by individual users</emphasis>.
2057     For a typical home user, it will normally suffice to ensure that 
2058     <application>Privoxy</application> only listens on the localhost
2059     (127.0.0.1) or internal (home) network address by means of the
2060     <link linkend="listen-address"><emphasis>listen-address</emphasis></link>
2061     option. 
2062    </para>
2063    <para>
2064     Please see the warnings in the FAQ that this proxy is not intended to be a substitute
2065     for a firewall or to encourage anyone to defer addressing basic security
2066     weaknesses.
2067    </para>
2068    <para>
2069     Multiple ACL lines are OK.
2070     If any ACLs are specified, then the <application>Privoxy</application>
2071     talks only to IP addresses that match at least one <literal>permit-access</literal> line
2072     and don't match any subsequent <literal>deny-access</literal> line. In other words, the
2073     last match wins, with the default being <literal>deny-access</literal>.
2074    </para>
2075    <para>
2076     If <application>Privoxy</application> is using a forwarder (see <literal>forward</literal> below)
2077     for a particular destination URL, the <replaceable class="parameter">dst_addr</replaceable>
2078     that is examined is the address of the forwarder and <emphasis>NOT</emphasis> the address
2079     of the ultimate target. This is necessary because it may be impossible for the local
2080     <application>Privoxy</application> to determine the IP address of the
2081     ultimate target (that's often what gateways are used for).
2082    </para>
2083    <para>
2084     You should prefer using IP addresses over DNS names, because the address lookups take
2085     time. All DNS names must resolve! You can <emphasis>not</emphasis> use domain patterns
2086     like <quote>*.org</quote> or partial domain names. If a DNS name resolves to multiple
2087     IP addresses, only the first one is used.
2088    </para>
2089    <para>
2090     Denying access to particular sites by ACL may have undesired side effects
2091     if the site in question is hosted on a machine which also hosts other sites.
2092    </para>
2093   </listitem>
2094  </varlistentry>
2095  <varlistentry>
2096   <term>Examples:</term>
2097   <listitem>
2098    <para>
2099     Explicitly define the default behavior if no ACL and
2100     <literal>listen-address</literal> are set: <quote>localhost</quote>
2101     is OK. The absence of a <replaceable class="parameter">dst_addr</replaceable> implies that
2102     <emphasis>all</emphasis> destination addresses are OK:
2103    </para>
2104    <para>
2105     <screen>
2106   permit-access  localhost
2107 </screen>
2108    </para>
2109    <para>
2110     Allow any host on the same class C subnet as www.privoxy.org access to
2111     nothing but www.example.com:
2112    </para>
2113    <para>
2114     <screen>
2115   permit-access  www.privoxy.org/24 www.example.com/32
2116 </screen>
2117    </para>
2118    <para>
2119     Allow access from any host on the 26-bit subnet 192.168.45.64 to anywhere,
2120     with the exception that 192.168.45.73 may not access www.dirty-stuff.example.com:
2121    </para>
2122    <para>
2123     <screen>
2124   permit-access  192.168.45.64/26
2125   deny-access    192.168.45.73    www.dirty-stuff.example.com
2126 </screen>
2127    </para>
2128   </listitem>
2129  </varlistentry>
2130 </variablelist>
2131 </sect3>
2132
2133 <sect3 renderas="sect4" id="buffer-limit"><title>buffer-limit</title>
2134
2135 <variablelist>
2136  <varlistentry>
2137   <term>Specifies:</term>
2138   <listitem>
2139    <para>
2140     Maximum size of the buffer for content filtering.
2141    </para>
2142   </listitem>
2143  </varlistentry>
2144  <varlistentry>
2145   <term>Type of value:</term>
2146   <listitem>
2147    <para>Size in Kbytes</para>
2148   </listitem>
2149  </varlistentry>
2150  <varlistentry>
2151   <term>Default value:</term>
2152   <listitem>
2153    <para>4096</para>
2154   </listitem>
2155  </varlistentry>
2156  <varlistentry>
2157   <term>Effect if unset:</term>
2158   <listitem>
2159    <para>
2160     Use a 4MB (4096 KB) limit.
2161    </para>
2162   </listitem>
2163  </varlistentry>
2164  <varlistentry>
2165   <term>Notes:</term>
2166   <listitem>
2167    <para>
2168     For content filtering, i.e. the <literal>+filter</literal> and
2169     <literal>+deanimate-gif</literal> actions, it is necessary that 
2170     <application>Privoxy</application> buffers the entire document body.
2171     This can be potentially dangerous, since a server could just keep sending
2172     data indefinitely and wait for your RAM to exhaust -- with nasty consequences.
2173     Hence this option.
2174    </para>
2175    <para>
2176     When a document buffer size reaches the <literal>buffer-limit</literal>, it is
2177     flushed to the client unfiltered and no further attempt to
2178     filter the rest of the document is made. Remember that there may be multiple threads
2179     running, which might require up to <literal>buffer-limit</literal> Kbytes
2180     <emphasis>each</emphasis>, unless you have enabled <quote>single-threaded</quote>
2181     above.
2182    </para>
2183   </listitem>
2184  </varlistentry>
2185 </variablelist>
2186 </sect3>
2187
2188 </sect2>
2189
2190 <!--  ~  End section  ~  -->
2191
2192
2193 <!--   ~~~~~       New section      ~~~~~     -->
2194
2195 <sect2 id="forwarding">
2196 <title>Forwarding</title>
2197
2198 <para>
2199  This feature allows routing of HTTP requests through a chain of
2200  multiple proxies.
2201  It can be used to better protect privacy and confidentiality when
2202  accessing specific domains by routing requests to those domains
2203  through an anonymous public proxy (see e.g. <ulink
2204  url="http://www.multiproxy.org/anon_list.htm">http://www.multiproxy.org/anon_list.htm</ulink>)
2205  Or to use a caching proxy to speed up browsing. Or chaining to a parent
2206  proxy may be necessary because the machine that <application>Privoxy</application>
2207  runs on has no direct Internet access.
2208 </para>
2209
2210 <para>
2211  Also specified here are SOCKS proxies. <application>Privoxy</application>
2212  supports the SOCKS 4 and SOCKS 4A protocols.
2213 </para>
2214
2215 <sect3 renderas="sect4" id="forward"><title>forward</title>
2216 <variablelist>
2217  <varlistentry>
2218   <term>Specifies:</term>
2219   <listitem>
2220    <para>
2221     To which parent HTTP proxy specific requests should be routed.
2222    </para>
2223   </listitem>
2224  </varlistentry>
2225  <varlistentry>
2226   <term>Type of value:</term>
2227   <listitem>
2228    <para>
2229     <replaceable class="parameter">target_domain</replaceable>[:<replaceable class="parameter">port</replaceable>]
2230     <replaceable class="parameter">http_parent</replaceable>[/<replaceable class="parameter">port</replaceable>]
2231    </para>
2232    <para>
2233     Where <replaceable class="parameter">target_domain</replaceable> is a domain name pattern (see the
2234     chapter on domain matching in the <filename>default.action</filename> file),
2235     <replaceable class="parameter">http_parent</replaceable> is the address of the parent HTTP proxy
2236     as an IP addresses in dotted decimal notation or as a valid DNS name (or <quote>.</quote> to denote
2237     <quote>no forwarding</quote>, and the optional 
2238     <replaceable class="parameter">port</replaceable> parameters are TCP ports, i.e. integer
2239     values from 1 to 64535
2240    </para>
2241   </listitem>
2242  </varlistentry>
2243  <varlistentry>
2244   <term>Default value:</term>
2245   <listitem>
2246    <para><emphasis>Unset</emphasis></para>
2247   </listitem>
2248  </varlistentry>
2249  <varlistentry>
2250   <term>Effect if unset:</term>
2251   <listitem>
2252    <para>
2253     Don't use parent HTTP proxies.
2254    </para>
2255   </listitem>
2256  </varlistentry>
2257  <varlistentry>
2258   <term>Notes:</term>
2259   <listitem>
2260    <para>
2261     If <replaceable class="parameter">http_parent</replaceable> is <quote>.</quote>, then requests are not
2262     forwarded to another HTTP proxy but are made directly to the web servers.
2263    </para>
2264    <para>
2265     Multiple lines are OK, they are checked in sequence, and the last match wins.
2266    </para>
2267   </listitem>
2268  </varlistentry>
2269  <varlistentry>
2270   <term>Examples:</term>
2271   <listitem>
2272    <para>
2273     Everything goes to an example anonymizing proxy, except SSL on port 443 (which it doesn't handle):
2274    </para>
2275    <para>
2276     <screen>
2277   forward   .*     anon-proxy.example.org:8080
2278   forward   :443   .
2279 </screen>
2280    </para>
2281    <para>
2282     Everything goes to our example ISP's caching proxy, except for requests
2283     to that ISP's sites:
2284    </para>
2285    <para>
2286     <screen>
2287   forward   .*.                caching-proxy.example-isp.net:8000
2288   forward   .example-isp.net   .
2289 </screen>
2290    </para>
2291   </listitem>
2292  </varlistentry>
2293 </variablelist>
2294 </sect3>
2295
2296 <sect3 renderas="sect4" id="socks"><title>
2297 forward-socks4 and forward-socks4a</title>
2298 <anchor id="forward-socks4">
2299 <anchor id="forward-socks4a">
2300
2301 <variablelist>
2302  <varlistentry>
2303   <term>Specifies:</term>
2304   <listitem>
2305    <para>
2306     Through which SOCKS proxy (and to which parent HTTP proxy) specific requests should be routed.
2307    </para>
2308   </listitem>
2309  </varlistentry>
2310  <varlistentry>
2311   <term>Type of value:</term>
2312   <listitem>
2313    <para>
2314     <replaceable class="parameter">target_domain</replaceable>[:<replaceable class="parameter">port</replaceable>]
2315     <replaceable class="parameter">socks_proxy</replaceable>[/<replaceable class="parameter">port</replaceable>]
2316     <replaceable class="parameter">http_parent</replaceable>[/<replaceable class="parameter">port</replaceable>]
2317    </para>
2318    <para>
2319     Where <replaceable class="parameter">target_domain</replaceable> is a domain name pattern (see the
2320     chapter on domain matching in the <filename>default.action</filename> file),
2321     <replaceable class="parameter">http_parent</replaceable> and <replaceable class="parameter">socks_proxy</replaceable>
2322     are IP addresses in dotted decimal notation or valid DNS names (<replaceable class="parameter">http_parent</replaceable>
2323     may be <quote>.</quote> to denote <quote>no HTTP forwarding</quote>), and the optional 
2324     <replaceable class="parameter">port</replaceable> parameters are TCP ports, i.e. integer values from 1 to 64535
2325    </para>
2326   </listitem>
2327  </varlistentry>
2328  <varlistentry>
2329   <term>Default value:</term>
2330   <listitem>
2331    <para><emphasis>Unset</emphasis></para>
2332   </listitem>
2333  </varlistentry>
2334  <varlistentry>
2335   <term>Effect if unset:</term>
2336   <listitem>
2337    <para>
2338     Don't use SOCKS proxies.
2339    </para>
2340   </listitem>
2341  </varlistentry>
2342  <varlistentry>
2343   <term>Notes:</term>
2344   <listitem>
2345    <para>
2346     Multiple lines are OK, they are checked in sequence, and the last match wins.
2347    </para>
2348    <para>
2349     The difference between <literal>forward-socks4</literal> and <literal>forward-socks4a</literal>
2350     is that in the SOCKS 4A protocol, the DNS resolution of the target hostname happens on the SOCKS
2351     server, while in SOCKS 4 it happens locally.
2352    </para>
2353    <para>
2354     If <replaceable class="parameter">http_parent</replaceable> is <quote>.</quote>, then requests are not
2355     forwarded to another HTTP proxy but are made (HTTP-wise) directly to the web servers, albeit through
2356     a SOCKS proxy.
2357    </para>
2358   </listitem>
2359  </varlistentry>
2360  <varlistentry>
2361   <term>Examples:</term>
2362   <listitem>
2363    <para>
2364      From the company example.com, direct connections are made to all
2365      <quote>internal</quote> domains, but everything outbound goes through
2366      their ISP's proxy by way of example.com's corporate SOCKS 4A gateway to
2367      the Internet.
2368    </para>
2369    <para>
2370     <screen>
2371   forward-socks4a   .*.            socks-gw.example.com:1080  www-cache.example-isp.net:8080
2372   forward           .example.com   .
2373 </screen>
2374    </para>
2375    <para>
2376     A rule that uses a SOCKS 4 gateway for all destinations but no HTTP parent looks like this:
2377    </para>
2378    <para>
2379     <screen>
2380   forward-socks4   .*.            socks-gw.example.com:1080  .
2381 </screen>
2382    </para>
2383   </listitem>
2384  </varlistentry>
2385 </variablelist>
2386 </sect3>
2387
2388 <sect3 renderas="sect4" id="advanced-forwarding-examples"><title>Advanced Forwarding Examples</title>
2389
2390 <para>
2391  If you have links to multiple ISPs that provide various special content 
2392  only to their subscribers, you can configure multiple <application>Privoxies</application>
2393  which have connections to the respective ISPs to act as forwarders to each other, so that
2394  <emphasis>your</emphasis> users can see the internal content of all ISPs.
2395 </para>
2396
2397 <para>
2398  Assume that host-a has a PPP connection to isp-a.net. And host-b has a PPP connection to
2399  isp-b.net. Both run <application>Privoxy</application>. Their forwarding
2400  configuration can look like this:
2401 </para>
2402
2403 <para>
2404  host-a:
2405 </para>
2406
2407 <para>
2408  <screen>
2409   forward    .*.         .
2410   forward    .isp-b.net  host-b:8118
2411 </screen>
2412 </para>
2413
2414 <para>
2415  host-b:
2416 </para>
2417
2418 <para>
2419  <screen>
2420   forward    .*.         .
2421   forward    .isp-a.net  host-a:8118
2422 </screen>
2423 </para>
2424
2425 <para>
2426  Now, your users can set their browser's proxy to use either
2427  host-a or host-b and be able to browse the internal content
2428  of both isp-a and isp-b.
2429 </para>
2430
2431 <para>
2432  If you intend to chain <application>Privoxy</application> and 
2433  <application>squid</application> locally, then chain as 
2434  <literal>browser -> squid -> privoxy</literal> is the recommended way. 
2435 </para>
2436
2437 <para>
2438  Assuming that <application>Privoxy</application> and <application>squid</application>
2439  run on the same box, your squid configuration could then look like this:
2440 </para>
2441
2442 <para>
2443  <screen>
2444   # Define Privoxy as parent proxy (without ICP) 
2445   cache_peer 127.0.0.1 parent 8118 7 no-query 
2446
2447   # Define ACL for protocol FTP 
2448   acl ftp proto FTP 
2449
2450   # Do not forward FTP requests to Privoxy
2451   always_direct allow ftp 
2452
2453   # Forward all the rest to Privoxy
2454   never_direct allow all</screen>
2455 </para>
2456
2457 <para>
2458  You would then need to change your browser's proxy settings to <application>squid</application>'s address and port.
2459  Squid normally uses port 3128. If unsure consult <literal>http_port</literal> in <filename>squid.conf</filename>.
2460 </para>
2461
2462 </sect3>
2463
2464 </sect2>
2465
2466 <!--  ~  End section  ~  -->
2467
2468
2469 <!--   ~~~~~       New section      ~~~~~     -->
2470
2471 <sect2 id="windows-gui">
2472 <title>Windows GUI Options</title>
2473 <para>
2474  <application>Privoxy</application> has a number of options specific to the
2475  Windows GUI interface:
2476 </para>
2477
2478 <anchor id="activity-animation">
2479 <para>
2480  If <quote>activity-animation</quote> is set to 1, the
2481  <application>Privoxy</application> icon will animate when
2482  <quote>Privoxy</quote> is active. To turn off, set to 0.
2483 </para>
2484
2485 <para>
2486  <literal>
2487   <msgtext> 
2488    <literallayout>
2489   <emphasis>activity-animation   1</emphasis>
2490    </literallayout>
2491   </msgtext> 
2492  </literal>
2493 </para>
2494
2495 <anchor id="log-messages">
2496 <para>
2497  If <quote>log-messages</quote> is set to 1,
2498  <application>Privoxy</application> will log messages to the console
2499  window:
2500 </para>
2501
2502 <para>
2503  <literal>
2504   <msgtext> 
2505    <literallayout>
2506   <emphasis>log-messages       1</emphasis>
2507    </literallayout>
2508   </msgtext> 
2509  </literal>
2510 </para>
2511
2512 <anchor id="log-buffer-size">
2513 <para> 
2514  If <quote>log-buffer-size</quote> is set to 1, the size of the log buffer,
2515  i.e. the amount of memory used for the log messages displayed in the
2516  console window, will be limited to <quote>log-max-lines</quote> (see below).
2517 </para>
2518
2519 <para>
2520  Warning: Setting this to 0 will result in the buffer to grow infinitely and
2521  eat up all your memory!
2522 </para>
2523
2524 <para>
2525  <literal>
2526   <msgtext> 
2527    <literallayout>
2528   <emphasis>log-buffer-size      1</emphasis>
2529    </literallayout>
2530   </msgtext> 
2531  </literal>
2532 </para>
2533
2534 <anchor id="log-max-lines">
2535 <para>
2536  <application>log-max-lines</application> is the maximum number of lines held
2537  in the log buffer. See above.
2538 </para>
2539
2540 <para>
2541  <literal>
2542   <msgtext> 
2543    <literallayout>
2544   <emphasis>log-max-lines      200</emphasis>
2545    </literallayout>
2546   </msgtext> 
2547  </literal>
2548 </para>
2549
2550 <anchor id="log-highlight-messages">
2551 <para>
2552  If <quote>log-highlight-messages</quote> is set to 1,
2553  <application>Privoxy</application> will highlight portions of the log
2554  messages with a bold-faced font:
2555 </para>
2556
2557 <para>
2558  <literal>
2559   <msgtext> 
2560    <literallayout>
2561   <emphasis>log-highlight-messages   1</emphasis>
2562    </literallayout>
2563   </msgtext> 
2564  </literal>
2565 </para>
2566
2567 <anchor id="log-font-name">
2568 <para>
2569  The font used in the console window:
2570 </para>
2571
2572 <para>
2573  <literal>
2574   <msgtext> 
2575    <literallayout>
2576   <emphasis>log-font-name        Comic Sans MS</emphasis>
2577    </literallayout>
2578   </msgtext> 
2579  </literal>
2580 </para>
2581
2582 <anchor id="log-font-size">
2583 <para>
2584  Font size used in the console window:
2585 </para>
2586
2587 <para>
2588  <literal>
2589   <msgtext> 
2590    <literallayout>
2591   <emphasis>log-font-size        8</emphasis>
2592    </literallayout>
2593   </msgtext> 
2594  </literal>
2595 </para>
2596
2597 <anchor id="show-on-task-bar">
2598 <para>  
2599  <quote>show-on-task-bar</quote> controls whether or not
2600  <application>Privoxy</application> will appear as a button on the Task bar
2601  when minimized:
2602 </para>
2603
2604 <para>
2605  <literal>
2606   <msgtext> 
2607    <literallayout>
2608   <emphasis>show-on-task-bar     0</emphasis>
2609    </literallayout>
2610   </msgtext> 
2611  </literal>
2612 </para>
2613
2614 <anchor id="close-button-minimizes">
2615 <para>
2616  If <quote>close-button-minimizes</quote> is set to 1, the Windows close
2617  button will minimize <application>Privoxy</application> instead of closing
2618  the program (close with the exit option on the File menu).
2619 </para>
2620
2621 <para>
2622  <literal>
2623   <msgtext> 
2624    <literallayout>
2625   <emphasis>close-button-minimizes  1</emphasis>
2626    </literallayout>
2627   </msgtext> 
2628  </literal>
2629 </para>
2630
2631 <anchor id="hide-console">
2632 <para>
2633  The <quote>hide-console</quote> option is specific to the MS-Win console
2634  version of <application>Privoxy</application>. If this option is used,
2635  <application>Privoxy</application> will disconnect from and hide  the
2636  command console.
2637 </para>
2638
2639 <para>
2640  <literal>
2641   <msgtext> 
2642    <literallayout>
2643   #<emphasis>hide-console</emphasis>
2644    </literallayout>
2645   </msgtext> 
2646  </literal>
2647 </para>
2648
2649 </sect2>
2650 </sect1>
2651
2652 <!--  ~  End section  ~  -->
2653
2654
2655
2656 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
2657
2658 <sect1 id="actions-file"><title>Actions Files</title>
2659
2660 <para>
2661  The actions files are used to define what actions
2662  <application>Privoxy</application> takes for which URLs, and thus determine
2663  how ad images, cookies and various other aspects of HTTP content and
2664  transactions are handled, and on which sites (or even parts thereof). There 
2665  are three such files included with <application>Privoxy</application> (as of 
2666  version 2.9.15), with differing purposes:
2667  </para>
2668  
2669  <para>
2670   <itemizedlist>
2671    <listitem>
2672     <para>
2673      <filename>default.action</filename> - is the primary action file 
2674      that sets the initial values for all actions. It is intended to 
2675      provide a base level of functionality for
2676      <application>Privoxy's</application> array of features. So it is 
2677      a set of broad rules that should work reasonably well for users everywhere.
2678      This is the file that the developers are keeping updated, and making 
2679      available to users.
2680     </para>
2681    </listitem> 
2682    <listitem>
2683     <para>
2684      <filename>user.action</filename> - is intended to be for local site 
2685      preferences and exceptions. As an example, if your ISP or your bank
2686      has specific requirements, and need special handling, this kind of 
2687      thing should go here. This file will not be upgraded.
2688     </para>
2689   </listitem> 
2690    <listitem>
2691     <para>
2692      <filename>standard.action</filename> - is used by the web based editor, 
2693      to set various pre-defined sets of rules for the default actions section
2694      in <filename>default.action</filename>. These have increasing levels of
2695      aggressiveness <emphasis>and have no influence on your browsing unless
2696      you select them explicitly in the editor</emphasis>. It is not recommend
2697      to edit this file.
2698     </para>
2699    </listitem> 
2700   </itemizedlist>
2701  </para> 
2702
2703 <para>
2704  The list of actions files to be used are defined in the main configuration 
2705  file, and are processed in the order they are defined. The content of these
2706  can all be viewed and edited from <ulink
2707  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
2708 </para>
2709
2710 <para>
2711  An actions file typically has multiple sections. If you want to use
2712  <quote>aliases</quote> in an actions file, you have to place the (optional)
2713  <link linkend="aliases">alias section</link> at the top of that file.
2714  Then comes the default set of rules which will apply universally to all
2715  sites and pages (be <emphasis>very careful</emphasis> with using such a
2716  universal set in <filename>user.action</filename> or any other actions file after 
2717  <filename>default.action</filename>, because it will override the result
2718  from consulting any previous file). And then below that,
2719  exceptions to the defined universal policies. You can regard
2720  <filename>user.action</filename> as an appendix to <filename>default.action</filename>,
2721  with the advantage that is a separate file, which makes preserving your
2722  personal settings across <application>Privoxy</application> upgrades easier.
2723 </para>
2724
2725 <para> 
2726  Actions can be used to block anything you want, including ads, banners, or
2727  just some obnoxious URL that you would rather not see. Cookies can be accepted
2728  or rejected, or accepted only during the current browser session (i.e. not
2729  written to disk), content can be modified, JavaScripts tamed, user-tracking
2730  fooled, and much more. See below for a <link linkend="actions">complete list
2731  of actions</link>.
2732 </para>
2733
2734 <!--   ~~~~~       New section      ~~~~~     -->
2735 <sect2>
2736 <title>Finding the Right Mix</title>
2737 <para>
2738  Note that some <link linkend="actions">actions</link>, like cookie suppression
2739  or script disabling, may render some sites unusable that rely on these
2740  techniques to work properly. Finding the right mix of actions is not always easy and
2741  certainly a matter of personal taste. In general, it can be said that the more
2742  <quote>aggressive</quote> your default settings (in the top section of the
2743  actions file) are, the more exceptions for <quote>trusted</quote> sites you
2744  will have to make later. If, for example, you want to kill popup windows per
2745  default, you'll have to make exceptions from that rule for sites that you
2746  regularly use and that require popups for actually useful content, like maybe
2747  your bank, favorite shop, or newspaper.
2748 </para>
2749
2750 <para>
2751  We have tried to provide you with reasonable rules to start from in the
2752  distribution actions files. But there is no general rule of thumb on these
2753  things. There just are too many variables, and sites are constantly changing.
2754  Sooner or later you will want to change the rules (and read this chapter again :).
2755 </para>
2756 </sect2>
2757
2758 <!--   ~~~~~       New section      ~~~~~     -->
2759 <sect2>
2760 <title>How to Edit</title>
2761 <para>
2762  The easiest way to edit the actions files is with a browser by
2763  using our browser-based editor, which can be reached from <ulink
2764  url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
2765  The editor allows both fine-grained control over every single feature on a
2766  per-URL basis, and easy choosing from wholesale sets of defaults like
2767  <quote>Cautious</quote>, <quote>Medium</quote> or <quote>Advanced</quote>.
2768 </para>
2769
2770 <para>
2771  If you prefer plain text editing to GUIs, you can of course also directly edit the
2772  the actions files. Look at <filename>default.action</filename> which is richly
2773  commented.
2774 </para>
2775 </sect2>
2776
2777
2778 <sect2 id="actions-apply">
2779 <title>How Actions are Applied to URLs</title>
2780 <para>
2781  Actions files are divided into sections. There are special sections,
2782  like the <quote><link linkend="aliases">alias</link></quote> sections which will be discussed later. For now
2783  let's concentrate on regular sections: They have a heading line (often split
2784  up to multiple lines for readability) which consist of a list of actions,
2785  separated by whitespace and enclosed in curly braces. Below that, there
2786  is a list of URL patterns, each on a separate line.
2787 </para>
2788
2789 <para>
2790  To determine which actions apply to a request, the URL of the request is
2791  compared to all patterns in each action file file. Every time it matches, the list of
2792  applicable actions for the URL is incrementally updated, using the heading
2793  of the section in which the pattern is located. If multiple matches for
2794  the same URL set the same action differently, the last match wins. If not, 
2795  the effects are aggregated (e.g. a URL might match both the 
2796  <ulink url="actions-file.html#HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></ulink>
2797  and <ulink url="actions-file.html#BLOCK"><quote>+block</quote></ulink> actions).
2798  
2799 </para>
2800
2801 <para>
2802  You can trace this process for any given URL by visiting <ulink
2803  url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>.
2804 </para>
2805
2806 <para>
2807  More detail on this is provided in the Appendix, <link linkend="ACTIONSANAT">
2808  Anatomy of an Action</link>.
2809 </para>
2810 </sect2>
2811
2812 <!--   ~~~~~       New section      ~~~~~     -->
2813 <sect2 id="af-patterns">
2814 <title>Patterns</title>
2815 <para>
2816  Generally, a pattern has the form <literal>&lt;domain&gt;/&lt;path&gt;</literal>,
2817  where both the <literal>&lt;domain&gt;</literal> and <literal>&lt;path&gt;</literal>
2818  are optional. (This is why the pattern <literal>/</literal> matches all URLs).
2819 </para>
2820
2821 <variablelist>
2822  <varlistentry>
2823   <term><literal>www.example.com/</literal></term>
2824   <listitem>
2825    <para>
2826     is a domain-only pattern and will match any request to <literal>www.example.com</literal>,
2827     regardless of which document on that server is requested.
2828    </para>
2829   </listitem>
2830  </varlistentry>
2831  <varlistentry>
2832   <term><literal>www.example.com</literal></term>
2833   <listitem>
2834    <para>
2835     means exactly the same. For domain-only patterns, the trailing <literal>/</literal> may
2836     be omitted.
2837    </para>
2838   </listitem>
2839  </varlistentry>
2840  <varlistentry>
2841   <term><literal>www.example.com/index.html</literal></term>
2842   <listitem>
2843    <para>
2844     matches only the single document <literal>/index.html</literal>
2845     on <literal>www.example.com</literal>.
2846    </para>
2847   </listitem>
2848  </varlistentry>
2849  <varlistentry>
2850   <term><literal>/index.html</literal></term>
2851   <listitem>
2852    <para>
2853     matches the document <literal>/index.html</literal>, regardless of the domain,
2854     i.e. on <emphasis>any</emphasis> web server.
2855    </para>
2856   </listitem>
2857  </varlistentry>
2858  <varlistentry>
2859   <term><literal>index.html</literal></term>
2860   <listitem>
2861    <para>
2862     matches nothing, since it would be  interpreted as a domain name and
2863     there is no top-level domain called <literal>.html</literal>.
2864    </para>
2865   </listitem>
2866  </varlistentry>
2867 </variablelist>
2868
2869
2870 <!--   ~~~~~       New section      ~~~~~     -->
2871 <sect3><title>The Domain Pattern</title>
2872
2873 <para>
2874  The matching of the domain part offers some flexible options: if the
2875  domain starts or ends with a dot, it becomes unanchored at that end. 
2876  For example:
2877 </para>
2878
2879 <variablelist>
2880  <varlistentry>
2881   <term><literal>.example.com</literal></term>
2882   <listitem>
2883    <para>
2884     matches any domain that <emphasis>ENDS</emphasis> in
2885     <literal>.example.com</literal>
2886    </para>
2887   </listitem>
2888  </varlistentry>
2889  <varlistentry>
2890   <term><literal>www.</literal></term>
2891   <listitem>
2892    <para>
2893     matches any domain that <emphasis>STARTS</emphasis> with
2894     <literal>www.</literal>
2895    </para>
2896   </listitem>
2897  </varlistentry>
2898  <varlistentry>
2899   <term><literal>.example.</literal></term>
2900   <listitem>
2901    <para>
2902     matches any domain that <emphasis>CONTAINS</emphasis> <literal>.example.</literal>
2903     (Correctly speaking: It matches any FQDN that contains <literal>example</literal> as a domain.)
2904    </para>
2905   </listitem>
2906  </varlistentry>
2907 </variablelist>
2908
2909 <para>
2910  Additionally, there are wild-cards that you can use in the domain names
2911  themselves. They work pretty similar to shell wild-cards: <quote>*</quote>
2912  stands for zero or more arbitrary characters, <quote>?</quote> stands for
2913  any single character, you can define character classes in square
2914  brackets and all of that can be freely mixed:
2915 </para>
2916
2917 <variablelist>
2918  <varlistentry>
2919   <term><literal>ad*.example.com</literal></term>
2920   <listitem>
2921    <para>
2922     matches <quote>adserver.example.com</quote>, 
2923     <quote>ads.example.com</quote>, etc but not <quote>sfads.example.com</quote>
2924    </para>
2925   </listitem>
2926  </varlistentry>
2927  <varlistentry>
2928   <term><literal>*ad*.example.com</literal></term>
2929   <listitem>
2930    <para>
2931     matches all of the above, and then some.
2932    </para>
2933   </listitem>
2934  </varlistentry>
2935  <varlistentry>
2936   <term><literal>.?pix.com</literal></term>
2937   <listitem>
2938    <para>
2939     matches <literal>www.ipix.com</literal>,
2940     <literal>pictures.epix.com</literal>, <literal>a.b.c.d.e.upix.com</literal> etc. 
2941    </para>
2942   </listitem>
2943  </varlistentry>
2944  <varlistentry>
2945   <term><literal>www[1-9a-ez].example.c*</literal></term>
2946   <listitem>
2947    <para>
2948      matches <literal>www1.example.com</literal>, 
2949      <literal>www4.example.cc</literal>, <literal>wwwd.example.cy</literal>, 
2950      <literal>wwwz.example.com</literal> etc., but <emphasis>not</emphasis> 
2951      <literal>wwww.example.com</literal>.
2952    </para>
2953   </listitem>
2954  </varlistentry>
2955 </variablelist>
2956
2957 </sect3>
2958
2959 <!--  ~  End section  ~  -->
2960
2961
2962 <!--   ~~~~~       New section      ~~~~~     -->
2963 <sect3><title>The Path Pattern</title>
2964
2965 <para>
2966  <application>Privoxy</application> uses Perl compatible regular expressions
2967  (through the <ulink url="http://www.pcre.org/">PCRE</ulink> library) for
2968  matching the path.
2969 </para>
2970
2971 <para>
2972  There is an <link linkend="regex">Appendix</link> with a brief quick-start into regular
2973  expressions, and full (very technical) documentation on PCRE regex syntax is available on-line
2974  at <ulink url="http://www.pcre.org/man.txt">http://www.pcre.org/man.txt</ulink>.
2975  You might also find the Perl man page on regular expressions (<literal>man perlre</literal>)
2976  useful, which is available on-line at <ulink
2977  url="http://www.perldoc.com/perl5.6/pod/perlre.html">http://www.perldoc.com/perl5.6/pod/perlre.html</ulink>.
2978 </para>
2979
2980 <para>
2981  Note that the path pattern is automatically left-anchored at the <quote>/</quote>,
2982  i.e. it matches as if it would start with a <quote>^</quote> (regular expression speak 
2983  for the beginning of a line).
2984 </para>
2985
2986 <para>
2987  Please also note that matching in the path is case
2988  <emphasis>INSENSITIVE</emphasis> by default, but you can switch to case
2989  sensitive at any point in the pattern by using the 
2990  <quote>(?-i)</quote> switch:
2991  <literal>www.example.com/(?-i)PaTtErN.*</literal> will match only
2992  documents whose path starts with <literal>PaTtErN</literal> in
2993  <emphasis>exactly</emphasis> this capitalization.
2994 </para>
2995 </sect3>
2996
2997 </sect2>
2998
2999 <!--  ~  End section  ~  -->
3000
3001
3002 <!--   ~~~~~       New section      ~~~~~     -->
3003
3004 <sect2 id="actions">
3005 <title>Actions</title>
3006 <para>
3007  All actions are disabled by default, until they are explicitly enabled
3008  somewhere in an actions file. Actions are turned on if preceded with a
3009  <quote>+</quote>, and turned off if preceded with a <quote>-</quote>. So a
3010  <literal>+action</literal> means <quote>do that action</quote>, e.g.
3011  <literal>+block</literal> means <quote>please block URLs that match the
3012  following patterns</quote>, and <literal>-block</literal> means <quote>don't
3013  block URLs that match the following patterns, even if <literal>+block</literal>
3014  previously applied.</quote>
3015
3016 </para>
3017
3018 <para> 
3019  Again, actions are invoked by placing them on a line, enclosed in curly braces and
3020  separated by whitespace, like in 
3021  <literal>{+some-action -some-other-action{some-parameter}}</literal>,
3022  followed by a list of URL patterns, one per line, to which they apply.
3023  Together, the actions line and the following pattern lines make up a section
3024  of the actions file. 
3025 </para>
3026
3027 <para> 
3028  There are three classes of actions:
3029 </para>
3030
3031 <para>
3032  <itemizedlist>
3033  <listitem>
3034   <para>  
3035    Boolean, i.e the action can only be <quote>enabled</quote> or
3036    <quote>disabled</quote>. Syntax:
3037   </para>
3038   <para>
3039    <screen>
3040   +<replaceable class="function">name</replaceable>        # enable action <replaceable class="parameter">name</replaceable>
3041   -<replaceable class="function">name</replaceable>        # disable action <replaceable class="parameter">name</replaceable></screen>
3042   </para>
3043   <para>  
3044    Example: <literal>+block</literal>
3045   </para>
3046  </listitem>
3047
3048
3049  <listitem>
3050   <para>  
3051    Parameterized, where some value is required in order to enable this type of action.
3052    Syntax:
3053   </para>
3054   <para>
3055    <screen>
3056   +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}  # enable action and set parameter to <replaceable class="parameter">param</replaceable>,
3057                # overwriting parameter from previous match if necessary
3058   -<replaceable class="function">name</replaceable>         # disable action. The parameter can be omitted</screen>
3059   </para>
3060   <para>
3061    Note that if the URL matches multiple positive forms of a parameterized action,
3062    the last match wins, i.e. the params from earlier matches are simply ignored.
3063   </para>
3064   <para>  
3065    Example: <literal>+hide-user-agent{ Mozilla 1.0 }</literal>
3066   </para>
3067  </listitem>
3068  
3069  <listitem>
3070   <para>  
3071    Multi-value. These look exactly like parameterized actions,
3072    but they behave differently: If the action applies multiple times to the
3073    same URL, but with different parameters, <emphasis>all</emphasis> the parameters
3074    from <emphasis>all</emphasis> matches are remembered. This is used for actions
3075    that can be executed for the same request repeatedly, like adding multiple
3076    headers, or filtering through multiple filters. Syntax:
3077   </para>
3078   <para>
3079    <screen>
3080   +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}   # enable action and add <replaceable class="parameter">param</replaceable> to the list of parameters
3081   -<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>}   # remove the parameter <replaceable class="parameter">param</replaceable> from the list of parameters
3082                 # If it was the last one left, disable the action.
3083   <replaceable class="parameter">-name</replaceable>          # disable this action completely and remove all parameters from the list</screen>
3084   </para>
3085   <para>  
3086    Examples: <literal>+add-header{X-Fun-Header: Some text}</literal> and
3087    <literal>+filter{html-annoyances}</literal>
3088   </para>
3089  </listitem>
3090
3091  </itemizedlist>
3092 </para>
3093
3094 <para>
3095  If nothing is specified in any actions file, no <quote>actions</quote> are
3096  taken. So in this case <application>Privoxy</application> would just be a
3097  normal, non-blocking, non-anonymizing proxy. You must specifically enable the
3098  privacy and blocking features you need (although the provided default actions
3099  files will give a good starting point).
3100 </para>
3101
3102 <para>
3103  Later defined actions always over-ride earlier ones.  So exceptions 
3104  to any rules you make, should come in the latter part of the file (or 
3105  in a file that is processed later when using multiple actions files). For
3106  multi-valued actions, the actions are applied in the order they are specified.
3107  Actions files are processed in the order they are defined in
3108  <filename>config</filename> (the default installation has three actions
3109  files). It also quite possible for any given URL pattern to match more than
3110  one pattern and thus more than one set of actions!
3111 </para>
3112
3113 <!-- start actions listing -->
3114 <para>
3115  The list of valid <application>Privoxy</application> actions are:
3116 </para>
3117
3118
3119 <!-- ********************************************************** -->
3120 <!-- Please note the below defined actions use id's that are    -->
3121 <!-- probably linked from other places, so please don't change. -->
3122 <!--                                                            -->
3123 <!-- ********************************************************** -->
3124
3125
3126 <!--   ~~~~~       New section      ~~~~~     -->
3127
3128 <sect3 renderas="sect4" id="add-header">
3129 <title><emphasis>add-header</emphasis></title>
3130
3131 <variablelist>
3132  <varlistentry>
3133   <term>Typical use:</term>
3134   <listitem>
3135    <para>Confuse log analysis, custom applications</para>
3136   </listitem>
3137  </varlistentry>
3138
3139  <varlistentry>
3140   <term>Effect:</term>
3141   <listitem>
3142    <para>
3143     Sends a user defined HTTP header to the web server.
3144    </para>
3145   </listitem>
3146  </varlistentry>
3147
3148  <varlistentry>
3149   <term>Type:</term>
3150   <!-- boolean, parameterized, Multi-value -->
3151   <listitem>
3152    <para>Multi-value.</para>
3153   </listitem>
3154  </varlistentry>
3155  
3156  <varlistentry>
3157   <term>Parameter:</term>
3158   <listitem>
3159    <para>
3160     Any string value is possible. Validity of the defined HTTP headers is not checked.
3161     It is recommended that you use the <quote><literal>X-</literal></quote> prefix
3162     for custom headers.
3163    </para>
3164   </listitem>
3165  </varlistentry>
3166  
3167 <varlistentry>
3168   <term>Notes:</term>
3169   <listitem>
3170    <para>
3171     This action may be specified multiple times, in order to define multiple 
3172     headers. This is rarely needed for the typical user. If you don't know what 
3173     <quote>HTTP headers</quote> are, you definitely don't need to worry about this 
3174     one.
3175    </para>
3176   </listitem>
3177  </varlistentry>
3178
3179  <varlistentry>
3180   <term>Example usage:</term>
3181   <listitem>
3182     <para>
3183      <screen>+add-header{X-User-Tracking: sucks}</screen>
3184    </para>
3185   </listitem>
3186  </varlistentry>
3187 </variablelist>
3188 </sect3>
3189
3190
3191 <!--   ~~~~~       New section      ~~~~~     -->
3192 <sect3 renderas="sect4" id="block">
3193 <title><emphasis>block</emphasis></title>
3194
3195 <variablelist>
3196  <varlistentry>
3197   <term>Typical use:</term>
3198   <listitem>
3199    <para>Block ads or other obnoxious content</para>
3200   </listitem>
3201  </varlistentry>
3202
3203  <varlistentry>
3204   <term>Effect:</term>
3205   <listitem>
3206    <para>
3207     Requests for URLs to which this action applies are blocked, i.e. the requests are not
3208     forwarded to the remote server, but answered locally with a substitute page or image,
3209     as determined by the <literal><link linkend="handle-as-image">handle-as-image</link></literal>
3210     and <literal><link linkend="set-image-blocker">set-image-blocker</link></literal> actions.
3211    </para>
3212   </listitem>
3213  </varlistentry>
3214
3215  <varlistentry>
3216   <term>Type:</term>
3217   <!-- boolean, parameterized, Multi-value -->
3218   <listitem>
3219    <para>Boolean.</para>
3220   </listitem>
3221  </varlistentry>
3222
3223  <varlistentry>
3224   <term>Parameter:</term>
3225   <listitem>
3226    <para>N/A</para>
3227   </listitem>
3228  </varlistentry>
3229  
3230 <varlistentry>
3231   <term>Notes:</term>
3232   <listitem>
3233    <para>
3234     <application>Privoxy</application> sends a special <quote>BLOCKED</quote> page
3235     for requests to blocked pages. This page contains links to find out why the request
3236     was blocked, and a click-through to the blocked content (the latter only if compiled with the
3237     force feature enabled). The <quote>BLOCKED</quote> page adapts to the available
3238     screen space -- it displays full-blown if space allows, or miniaturized and text-only
3239     if loaded into a small frame or window. If you are using <application>Privoxy</application>
3240     right now, you can take a look at the 
3241     <ulink url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html"><quote>BLOCKED</quote>
3242     page</ulink>.
3243    </para>
3244    <para> 
3245     A very important exception occurs if <emphasis>both</emphasis> 
3246     <literal>block</literal> and <literal><link linkend="handle-as-image">handle-as-image</link></literal>,
3247     apply to the same request: it will then be replaced by an image. If 
3248     <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
3249     (see below) also applies, the type of image will be determined by its parameter,
3250     if not, the standard checkerboard pattern is sent.
3251    </para>
3252    <para>
3253     It is important to understand this process, in order 
3254     to understand how <application>Privoxy</application> deals with 
3255     ads and other unwanted content.
3256    </para>
3257    <para>
3258     The <literal><link linkend="filter">filter</link></literal>
3259     action can perform a very similar task, by <quote>blocking</quote>
3260     banner images and other content through rewriting the relevant URLs in the
3261     document's HTML source, so they don't get requested in the first place.
3262     Note that this is a totally different technique, and it's easy to confuse the two.
3263    </para>
3264   </listitem>
3265  </varlistentry>
3266
3267  <varlistentry>
3268   <term>Example usage (section):</term>
3269   <listitem>
3270     <para>
3271      <screen>{+block}      # Block and replace with "blocked" page
3272 .nasty-stuff.example.com
3273
3274 {+block +handle-as-image} # Block and replace with image
3275 .ad.doubleclick.net
3276 .ads.r.us</screen>
3277     </para>
3278   </listitem>
3279  </varlistentry>
3280
3281
3282 </variablelist>
3283 </sect3>
3284
3285 <!--   ~~~~~       New section      ~~~~~     -->
3286 <sect3 renderas="sect4" id="crunch-incoming-cookies">
3287 <title><emphasis>crunch-incoming-cookies</emphasis></title>
3288
3289 <variablelist>
3290  <varlistentry>
3291   <term>Typical use:</term>
3292   <listitem>
3293    <para>
3294     Prevent the web server from setting any cookies on your system
3295    </para>
3296   </listitem>
3297  </varlistentry>
3298
3299  <varlistentry>
3300   <term>Effect:</term>
3301   <listitem>
3302    <para>
3303     Deletes any <quote>Set-Cookie:</quote> HTTP headers from server replies.
3304    </para>
3305   </listitem>
3306  </varlistentry>
3307
3308  <varlistentry>
3309   <term>Type:</term>
3310   <!-- Boolean, Parameterized, Multi-value -->
3311   <listitem>
3312    <para>Boolean.</para>
3313   </listitem>
3314  </varlistentry>
3315
3316  <varlistentry>
3317   <term>Parameter:</term>
3318   <listitem>
3319    <para>
3320     N/A
3321    </para>
3322   </listitem>
3323  </varlistentry>
3324  
3325  <varlistentry>
3326   <term>Notes:</term>
3327   <listitem>
3328    <para>
3329     This action is only concerned with <emphasis>incoming</emphasis> cookies. For
3330     <emphasis>outgoing</emphasis> cookies, use
3331     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>.
3332     Use <emphasis>both</emphasis> to disable cookies completely.
3333    </para>
3334    <para>
3335     It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3336     with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3337     since it would prevent the session cookies from being set.
3338    </para>
3339   </listitem>
3340  </varlistentry>
3341
3342  <varlistentry>
3343   <term>Example usage:</term>
3344   <listitem>
3345    <para>
3346     <screen>+crunch-incoming-cookies</screen>
3347    </para>
3348   </listitem>
3349  </varlistentry>
3350 </variablelist>
3351 </sect3>
3352
3353
3354 <!--   ~~~~~       New section      ~~~~~     -->
3355 <sect3 renderas="sect4" id="crunch-outgoing-cookies">
3356 <title><emphasis>crunch-outgoing-cookies</emphasis></title>
3357
3358 <variablelist>
3359  <varlistentry>
3360   <term>Typical use:</term>
3361   <listitem>
3362    <para>
3363     Prevent the web server from reading any cookies from your system
3364    </para>
3365   </listitem>
3366  </varlistentry>
3367
3368  <varlistentry>
3369   <term>Effect:</term>
3370   <listitem>
3371    <para>
3372     Deletes any <quote>Cookie:</quote> HTTP headers from client requests.
3373    </para>
3374   </listitem>
3375  </varlistentry>
3376
3377  <varlistentry>
3378   <term>Type:</term>
3379   <!-- Boolean, Parameterized, Multi-value -->
3380   <listitem>
3381    <para>Boolean.</para>
3382   </listitem>
3383  </varlistentry>
3384
3385  <varlistentry>
3386   <term>Parameter:</term>
3387   <listitem>
3388    <para>
3389     N/A
3390    </para>
3391   </listitem>
3392  </varlistentry>
3393  
3394  <varlistentry>
3395   <term>Notes:</term>
3396   <listitem>
3397    <para>
3398     This action is only concerned with <emphasis>outgoing</emphasis> cookies. For
3399     <emphasis>incoming</emphasis> cookies, use
3400     <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal>.
3401     Use <emphasis>both</emphasis> to disable cookies completely.
3402    </para>
3403    <para>
3404     It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3405     with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3406     since it would prevent the session cookies from being read.
3407    </para>
3408   </listitem>
3409  </varlistentry>
3410
3411  <varlistentry>
3412   <term>Example usage:</term>
3413   <listitem>
3414    <para>
3415     <screen>+crunch-outgoing-cookies</screen>
3416    </para>
3417   </listitem>
3418  </varlistentry>
3419
3420 </variablelist>
3421 </sect3>
3422
3423
3424 <!--   ~~~~~       New section      ~~~~~     -->
3425 <sect3 renderas="sect4" id="deanimate-gifs">
3426 <title><emphasis>deanimate-gifs</emphasis></title>
3427
3428 <variablelist>
3429  <varlistentry>
3430   <term>Typical use:</term>
3431   <listitem>
3432    <para>Stop those annoying, distracting animated GIF images.</para>
3433   </listitem>
3434  </varlistentry>
3435
3436  <varlistentry>
3437   <term>Effect:</term>
3438   <listitem>
3439    <para>
3440     De-animate GIF animations, i.e. reduce them to their first or last image.
3441    </para>
3442   </listitem>
3443  </varlistentry>
3444
3445  <varlistentry>
3446   <term>Type:</term>
3447   <!-- boolean, parameterized, Multi-value -->
3448   <listitem>
3449    <para>Parameterized.</para>
3450   </listitem>
3451  </varlistentry>
3452
3453  <varlistentry>
3454   <term>Parameter:</term>
3455   <listitem>
3456    <para>
3457     <quote>last</quote> or <quote>first</quote>
3458    </para>
3459   </listitem>
3460  </varlistentry>
3461  
3462  <varlistentry>
3463   <term>Notes:</term>
3464   <listitem>
3465    <para>
3466     This will also shrink the images considerably (in bytes, not pixels!). If
3467     the option <quote>first</quote> is given, the first frame of the animation
3468     is used as the replacement. If <quote>last</quote> is given, the last
3469     frame of the animation is used instead, which probably makes more sense for
3470     most banner animations, but also has the risk of not showing the entire
3471     last frame (if it is only a delta to an earlier frame).
3472    </para>
3473    <para>
3474     You can safely use this action with patterns that will also match non-GIF
3475     objects, because no attempt will be made at anything that doesn't look like
3476     a GIF.
3477    </para>
3478   </listitem>
3479  </varlistentry>
3480
3481  <varlistentry>
3482   <term>Example usage:</term>
3483   <listitem>
3484     <para>
3485       <screen>+deanimate-gifs{last}</screen>
3486     </para>
3487   </listitem>
3488  </varlistentry>
3489 </variablelist>
3490 </sect3>
3491
3492 <!--   ~~~~~       New section      ~~~~~     -->
3493 <sect3 renderas="sect4" id="downgrade-http-version">
3494 <title><emphasis>downgrade-http-version</emphasis></title>
3495
3496 <variablelist>
3497  <varlistentry>
3498   <term>Typical use:</term>
3499   <listitem>
3500    <para>Work around (very rare) problems with HTTP/1.1</para>
3501   </listitem>
3502  </varlistentry>
3503
3504  <varlistentry>
3505   <term>Effect:</term>
3506   <listitem>
3507    <para>
3508     Downgrades HTTP/1.1 client requests and server replies to HTTP/1.0.
3509    </para>
3510   </listitem>
3511  </varlistentry>
3512
3513  <varlistentry>
3514   <term>Type:</term>
3515   <!-- boolean, parameterized, Multi-value -->
3516   <listitem>
3517    <para>Boolean.</para>
3518   </listitem>
3519  </varlistentry>
3520
3521  <varlistentry>
3522   <term>Parameter:</term>
3523   <listitem>
3524    <para>
3525     N/A
3526    </para>
3527   </listitem>
3528  </varlistentry>
3529  
3530 <varlistentry>
3531   <term>Notes:</term>
3532   <listitem>
3533    <para>
3534     This is a left-over from the time when <application>Privoxy</application>
3535     didn't support important HTTP/1.1 features well. It is left here for the
3536     unlikely case that you experience HTTP/1.1 related problems with some server
3537     out there. Not all (optional) HTTP/1.1 features are supported yet, so there
3538     is a chance you might need this action.
3539    </para>
3540   </listitem>
3541  </varlistentry>
3542
3543  <varlistentry>
3544   <term>Example usage (section):</term>
3545   <listitem>
3546     <para>
3547      <screen>{+downgrade-http-version}
3548 problem-host.example.com</screen>
3549     </para>
3550   </listitem>
3551  </varlistentry>
3552
3553 </variablelist>
3554 </sect3>
3555
3556 <!--   ~~~~~       New section      ~~~~~     -->
3557 <sect3 renderas="sect4" id="fast-redirects">
3558 <title><emphasis>fast-redirects</emphasis></title>
3559
3560 <variablelist>
3561  <varlistentry>
3562   <term>Typical use:</term>
3563   <listitem>
3564    <para>Fool some click-tracking scripts and speed up indirect links</para>
3565   </listitem>
3566  </varlistentry>
3567
3568  <varlistentry>
3569   <term>Effect:</term>
3570   <listitem>
3571    <para>
3572     Cut off all but the last valid URL from requests.
3573    </para>
3574   </listitem>
3575  </varlistentry>
3576
3577  <varlistentry>
3578   <term>Type:</term>
3579   <!-- boolean, parameterized, Multi-value -->
3580   <listitem>
3581    <para>Boolean.</para>
3582   </listitem>
3583  </varlistentry>
3584
3585  <varlistentry>
3586   <term>Parameter:</term>
3587   <listitem>
3588    <para>
3589     N/A
3590    </para>
3591   </listitem>
3592  </varlistentry>
3593
3594  <varlistentry>
3595   <term>Notes:</term>
3596   <listitem>
3597    <para>  
3598     Many sites, like yahoo.com, don't just link to other sites. Instead, they
3599     will link to some script on their own servers, giving the destination as a
3600     parameter, which will then redirect you to the final target. URLs
3601     resulting from this scheme typically look like:
3602     <emphasis>http://some.place/click-tracker.cgi?target=http://some.where.else</emphasis>.
3603   </para>
3604    <para>
3605     Sometimes, there are even multiple consecutive redirects encoded in the
3606     URL. These redirections via scripts make your web browsing more traceable,
3607     since the server from which you follow such a link can see where you go
3608     to. Apart from that, valuable bandwidth and time is wasted, while your
3609     browser ask the server for one redirect after the other. Plus, it feeds
3610     the advertisers.
3611    </para>
3612    <para>
3613     This feature is currently not very smart and is scheduled for improvement.
3614     It is likely to break some sites. You should expect to need possibly 
3615     many exceptions to this action, if it is enabled by default in
3616     <filename>default.action</filename>. Some sites just don't work without 
3617     it.
3618    </para>
3619   </listitem>
3620  </varlistentry>
3621
3622  <varlistentry>
3623   <term>Example usage:</term>
3624   <listitem>
3625     <para>
3626      <screen>{+fast-redirects}</screen>
3627     </para>
3628   </listitem>
3629  </varlistentry>
3630
3631 </variablelist>
3632 </sect3>
3633
3634
3635 <!--   ~~~~~       New section      ~~~~~     -->
3636 <sect3 renderas="sect4" id="filter">
3637 <title><emphasis>filter</emphasis></title>
3638
3639 <variablelist>
3640  <varlistentry>
3641   <term>Typical use:</term>
3642   <listitem>
3643    <para>Get rid of HTML and JavaScript annoyances, banner advertisements (by size), do fun text replacements, etc.</para>
3644   </listitem>
3645  </varlistentry>
3646
3647  <varlistentry>
3648   <term>Effect:</term>
3649   <listitem>
3650    <para>
3651     Text documents, including HTML and JavaScript, to which this action applies, are filtered on-the-fly
3652     through the specified regular expression based substitutions.    
3653    </para>
3654   </listitem>
3655  </varlistentry>
3656
3657  <varlistentry>
3658   <term>Type:</term>
3659   <!-- boolean, parameterized, Multi-value -->
3660   <listitem>
3661    <para>Parameterized.</para>
3662   </listitem>
3663  </varlistentry>
3664
3665  <varlistentry>
3666   <term>Parameter:</term>
3667   <listitem>
3668    <para>
3669     The name of a filter, as defined in the <link linkend="filter-file">filter file</link>
3670     (typically <filename>default.filter</filename>, set by the
3671     <literal><link linkend="filterfile">filterfile</link></literal>
3672     option in the <link linkend="config">config file</link>)
3673    </para>
3674   </listitem>
3675  </varlistentry>
3676  
3677  <varlistentry>
3678   <term>Notes:</term>
3679   <listitem>
3680    <para>
3681     For your convenience, there are a bunch of pre-defined filters available 
3682     in the distribution filter file that you can use. See the example below for
3683     a list.
3684    </para>
3685    <para>
3686     This is potentially a very powerful feature!  But <quote>rolling your own</quote>
3687     filters requires a knowledge of regular expressions and HTML.
3688    </para>
3689    <para>
3690     Filtering requires buffering the page content, which may appear to
3691     slow down page rendering since nothing is displayed until all content has
3692     passed the filters. (It does not really take longer, but seems that way
3693     since the page is not incrementally displayed.) This effect will be more
3694     noticeable on slower connections.
3695    </para>
3696    <para>
3697     At this time, <application>Privoxy</application> cannot (yet!) uncompress compressed
3698     documents. If you want filtering to work on all documents, even those that
3699     would normally be sent compressed, use the
3700     <literal><link linkend="prevent-compression">prevent-compression</link></literal>
3701     action in conjunction with <literal>filter</literal>.
3702    </para>
3703    <para>
3704     Filtering can achieve some of the effects as the 
3705     <literal><link linkend="block">block</link></literal>
3706     action, i.e. it can be used to block ads and banners. 
3707    </para>
3708    <para>
3709     <link linkend="contact">Feedback</link> with suggestions for new or improved filters is particularly
3710     welcome!
3711    </para>
3712   </listitem>
3713  </varlistentry>
3714
3715  <varlistentry>
3716   <term>Example usage (with filters from the distribution <filename>default.filter</filename> file):</term>
3717   <listitem>
3718    <para>
3719     <anchor id="filter-html-annoyances">
3720     <screen>+filter{html-annoyances}     # Get rid of particularly annoying HTML abuse.</screen>
3721    </para>
3722    <para>
3723     <anchor id="filter-js-annoyances">
3724     <screen>+filter{js-annoyances}       # Get rid of particularly annoying JavaScript abuse</screen>
3725    </para>
3726    <para>
3727     <anchor id="filter-banners-by-size">
3728     <screen>+filter{banners-by-size}     # Kill banners by size (<emphasis>very</emphasis> efficient!)</screen>
3729    </para>
3730    <para>
3731     <anchor id="filter-content-cookies">
3732     <screen>+filter{content-cookies}     # Kill cookies that come sneaking in the HTML or JS content</screen>
3733    </para>
3734    <para>
3735     <anchor id="filter-popups">
3736     <screen>+filter{popups}              # Kill all popups in JS and HTML</screen>
3737    </para>
3738    <para>
3739     <anchor id="filter-webbugs">
3740     <screen>+filter{webbugs}             # Squish WebBugs (1x1 invisible GIFs used for user tracking)</screen>
3741    </para>
3742    <para>
3743     <anchor id="filter-fun">
3744     <screen>+filter{fun}                 # Text replacements for subversive browsing fun!</screen>
3745    </para>
3746    <para>
3747     <anchor id="filter-frameset-borders">
3748     <screen>+filter{frameset-borders}    # Give frames a border and make them resizeable</screen> 
3749    </para>
3750    <para>
3751     <anchor id="filter-refresh-tags">
3752     <screen>+filter{refresh-tags}        # Kill automatic refresh tags (for dial-on-demand setups)</screen>
3753    </para>
3754    <para>
3755     <anchor id="filter-nimda">
3756     <screen>+filter{nimda}               # Remove Nimda (virus) code.</screen>
3757    </para>
3758    <para>
3759     <anchor id="filter-shockwave-flash">
3760     <screen>+filter{shockwave-flash}     # Kill embedded Shockwave Flash objects</screen>
3761    </para>
3762    <para>
3763     <anchor id="filter-crude-parental">
3764     <screen>+filter{crude-parental}      # Kill all web pages that contain the words "sex" or "warez"</screen>
3765    </para>
3766   </listitem>
3767  </varlistentry>
3768 </variablelist>
3769 </sect3>
3770
3771
3772 <!--   ~~~~~       New section      ~~~~~     -->
3773 <sect3 renderas="sect4" id="handle-as-image">
3774 <title><emphasis>handle-as-image</emphasis></title>
3775
3776 <variablelist>
3777  <varlistentry>
3778   <term>Typical use:</term>
3779   <listitem>
3780    <para>Mark URLs as belonging to images (so they'll be replaced by images <emphasis>if they get blocked</emphasis>)</para>
3781   </listitem>
3782  </varlistentry>
3783
3784  <varlistentry>
3785   <term>Effect:</term>
3786   <listitem>
3787    <para>
3788     This action alone doesn't do anything noticeable. It just marks URLs as images.
3789     If the <literal><link linkend="block">block</link></literal> action <emphasis>also applies</emphasis>,
3790     the presence or absence of this mark decides whether an HTML <quote>blocked</quote>
3791     page, or a replacement image (as determined by the <literal><link
3792     linkend="set-image-blocker">set-image-blocker</link></literal> action) will be sent to the
3793     client as a substitute for the blocked content.
3794    </para>
3795   </listitem>
3796  </varlistentry>
3797
3798  <varlistentry>
3799   <term>Type:</term>
3800   <!-- Boolean, Parameterized, Multi-value -->
3801   <listitem>
3802    <para>Boolean.</para>
3803   </listitem>
3804  </varlistentry>
3805
3806  <varlistentry>
3807   <term>Parameter:</term>
3808   <listitem>
3809    <para>
3810     N/A
3811    </para>
3812   </listitem>
3813  </varlistentry>
3814  
3815  <varlistentry>
3816   <term>Notes:</term>
3817   <listitem>
3818    <para>
3819     The below generic example section is actually part of <filename>default.action</filename>.
3820     It marks all URLs with well-known image file name extensions as images and should
3821     be left intact. 
3822    </para>
3823    <para>
3824     Users will probably only want to use the handle-as-image action in conjunction with
3825     <literal><link linkend="block">block</link></literal>, to block sources of banners, whose URLs don't
3826     reflect the file type, like in the second example section.
3827    </para>
3828    <para>
3829     Note that you cannot treat HTML pages as images in most cases. For instance, (inline) ad
3830     frames require an HTML page to be sent, or they won't display properly.
3831     Forcing <literal>handle-as-image</literal> in this situation will not replace the
3832     ad frame with an image, but lead to error messages.
3833    </para>
3834   </listitem>
3835  </varlistentry>
3836
3837  <varlistentry>
3838   <term>Example usage (sections):</term>
3839   <listitem>
3840    <para>
3841      <screen># Generic image extensions:
3842 #
3843 {+handle-as-image}
3844 /.*\.(gif|jpg|jpeg|png|bmp|ico)$
3845
3846 # These don't look like images, but they're banners and should be
3847 # blocked as images:
3848 #
3849 {+block +handle-as-image}
3850 some.nasty-banner-server.com/junk.cgi?output=trash
3851
3852 # Banner source! Who cares if they also have non-image content?
3853 ad.doubleclick.net 
3854 </screen>
3855    </para>
3856   </listitem>
3857  </varlistentry>
3858 </variablelist>
3859 </sect3>
3860
3861
3862 <!--   ~~~~~       New section      ~~~~~     -->
3863 <sect3 renderas="sect4" id="hide-forwarded-for-headers">
3864 <title><emphasis>hide-forwarded-for-headers</emphasis></title>
3865
3866 <variablelist>
3867  <varlistentry>
3868   <term>Typical use:</term>
3869   <listitem>
3870    <para>Improve privacy by hiding the true source of the request</para>
3871   </listitem>
3872  </varlistentry>
3873
3874  <varlistentry>
3875   <term>Effect:</term>
3876   <listitem>
3877    <para>
3878     Deletes any existing <quote>X-Forwarded-for:</quote> HTTP header from client requests,
3879     and prevents adding a new one.
3880    </para>
3881   </listitem>
3882  </varlistentry>
3883
3884  <varlistentry>
3885   <term>Type:</term>
3886   <!-- Boolean, Parameterized, Multi-value -->
3887   <listitem>
3888    <para>Boolean.</para>
3889   </listitem>
3890  </varlistentry>
3891
3892  <varlistentry>
3893   <term>Parameter:</term>
3894   <listitem>
3895    <para>
3896     N/A
3897    </para>
3898   </listitem>
3899  </varlistentry>
3900  
3901  <varlistentry>
3902   <term>Notes:</term>
3903   <listitem>
3904    <para>
3905     It is fairly safe to leave this on.
3906    </para>
3907    <para>
3908     This action is scheduled for improvement: It should be able to generate forged 
3909     <quote>X-Forwarded-for:</quote> headers using random IP addresses from a specified network,
3910     to make successive requests from the same client look like requests from a pool of different
3911     users sharing the same proxy.
3912    </para>
3913   </listitem>
3914  </varlistentry>
3915
3916  <varlistentry>
3917   <term>Example usage:</term>
3918   <listitem>
3919     <para>
3920      <screen>+hide-forwarded-for-headers</screen>
3921    </para>
3922   </listitem>
3923  </varlistentry>
3924 </variablelist>
3925 </sect3>
3926
3927
3928 <!--   ~~~~~       New section      ~~~~~     -->
3929 <sect3 renderas="sect4" id="hide-from-header">
3930 <title><emphasis>hide-from-header</emphasis></title>
3931
3932 <variablelist>
3933  <varlistentry>
3934   <term>Typical use:</term>
3935   <listitem>
3936    <para>Keep your (old and ill) browser from telling web servers your email address</para>
3937   </listitem>
3938  </varlistentry>
3939
3940  <varlistentry>
3941   <term>Effect:</term>
3942   <listitem>
3943    <para>
3944     Deletes any existing <quote>From:</quote> HTTP header, or replaces it with the
3945     specified string.
3946    </para>
3947   </listitem>
3948  </varlistentry>
3949
3950  <varlistentry>
3951   <term>Type:</term>
3952   <!-- Boolean, Parameterized, Multi-value -->
3953   <listitem>
3954    <para>Parameterized.</para>
3955   </listitem>
3956  </varlistentry>
3957
3958  <varlistentry>
3959   <term>Parameter:</term>
3960   <listitem>
3961    <para>
3962     Keyword: <quote>block</quote>, or any user defined value.
3963    </para>
3964   </listitem>
3965  </varlistentry>
3966  
3967  <varlistentry>
3968   <term>Notes:</term>
3969   <listitem>
3970    <para>
3971     The keyword <quote>block</quote> will completely remove the header 
3972     (not to be confused with the <literal><link linkend="block">block</link></literal>
3973     action).
3974    </para>
3975    <para>
3976     Alternately, you can specify any value you prefer to be sent to the web
3977     server. If you do, it is a matter of fairness not to use any address that
3978     is actually used by a real person.
3979    </para>
3980    <para>
3981     This action is rarely needed, as modern web browsers don't send
3982     <quote>From:</quote> headers anymore.
3983    </para>
3984   </listitem>
3985  </varlistentry>
3986
3987  <varlistentry>
3988   <term>Example usage:</term>
3989   <listitem>
3990    <para>
3991     <screen>+hide-from-header{block}</screen> or
3992     <screen>+hide-from-header{spam-me-senseless@sittingduck.example.com}</screen>
3993    </para>
3994   </listitem>
3995  </varlistentry>
3996 </variablelist>
3997 </sect3>
3998
3999
4000 <!--   ~~~~~       New section      ~~~~~     -->
4001 <sect3 renderas="sect4" id="hide-referrer">
4002 <title><emphasis>hide-referrer</emphasis></title>
4003 <anchor id="hide-referer">
4004 <variablelist>
4005  <varlistentry>
4006   <term>Typical use:</term>
4007   <listitem>
4008    <para>Conceal which link you followed to get to a particular site</para>
4009   </listitem>
4010  </varlistentry>
4011
4012  <varlistentry>
4013   <term>Effect:</term>
4014   <listitem>
4015    <para>
4016     Deletes the <quote>Referer:</quote> (sic) HTTP header from the client request,
4017     or replaces it with a forged one.
4018    </para>
4019   </listitem>
4020  </varlistentry>
4021
4022  <varlistentry>
4023   <term>Type:</term>
4024   <!-- Boolean, Parameterized, Multi-value -->
4025   <listitem>
4026    <para>Parameterized.</para>
4027   </listitem>
4028  </varlistentry>
4029
4030  <varlistentry>
4031   <term>Parameter:</term>
4032   <listitem>
4033    <itemizedlist>
4034     <listitem>
4035      <para><quote>block</quote> to delete the header completely.</para>
4036     </listitem>
4037     <listitem>
4038      <para><quote>forge</quote> to pretend to be coming from the homepage of the server we are talking to.</para>
4039     </listitem>
4040     <listitem>
4041      <para>Any other string to set a user defined referrer.</para>
4042     </listitem>
4043    </itemizedlist>
4044   </listitem>
4045  </varlistentry>
4046  
4047  <varlistentry>
4048   <term>Notes:</term>
4049   <listitem>
4050    <para>
4051     <quote>forge</quote> is the preferred option here, since some servers will
4052     not send images back otherwise, in an attempt to prevent their valuable
4053     content from being embedded elsewhere (and hence, without being surrounded
4054     by <emphasis>their</emphasis> banners).
4055    </para>
4056   <para>  
4057    <literal>hide-referer</literal> is an alternate spelling of
4058    <literal>hide-referrer</literal> and the two can be can be freely
4059    substituted with each other. (<quote>referrer</quote> is the
4060    correct English spelling, however the HTTP specification has a bug - it
4061    requires it to be spelled as <quote>referer</quote>.) 
4062   </para>
4063   </listitem>
4064  </varlistentry>
4065
4066  <varlistentry>
4067   <term>Example usage:</term>
4068   <listitem>
4069    <para>
4070      <screen>+hide-referrer{forge}</screen> or
4071      <screen>+hide-referrer{http://www.yahoo.com/}</screen>
4072    </para>
4073   </listitem>
4074  </varlistentry>
4075 </variablelist>
4076 </sect3>
4077
4078
4079 <!--   ~~~~~       New section      ~~~~~     -->
4080 <sect3 renderas="sect4" id="hide-user-agent">
4081 <title><emphasis>hide-user-agent</emphasis></title>
4082
4083 <variablelist>
4084  <varlistentry>
4085   <term>Typical use:</term>
4086   <listitem>
4087    <para>Conceal your type of browser and client operating system</para>
4088   </listitem>
4089  </varlistentry>
4090
4091  <varlistentry>
4092   <term>Effect:</term>
4093   <listitem>
4094    <para>
4095     Replaces the value of the <quote>User-Agent:</quote> HTTP header
4096     in client requests with the specified value.
4097    </para>
4098   </listitem>
4099  </varlistentry>
4100
4101  <varlistentry>
4102   <term>Type:</term>
4103   <!-- Boolean, Parameterized, Multi-value -->
4104   <listitem>
4105    <para>Parameterized.</para>
4106   </listitem>
4107  </varlistentry>
4108
4109  <varlistentry>
4110   <term>Parameter:</term>
4111   <listitem>
4112    <para>
4113     Any user-defined string.
4114    </para>
4115   </listitem>
4116  </varlistentry>
4117  
4118  <varlistentry>
4119   <term>Notes:</term>
4120   <listitem>
4121    <warning> 
4122     <para>
4123      This breaks many web sites that depend on looking at this header in order
4124      to customize their content for different browsers (which, by the
4125      way, is <emphasis>NOT</emphasis> a <ulink
4126      url="http://www.javascriptkit.com/javaindex.shtml">smart way to do
4127      that</ulink>!).
4128     </para>
4129    </warning>
4130    <para>
4131     Using this action in multi-user setups or wherever different types of
4132     browsers will access the same <application>Privoxy</application> is
4133     <emphasis>not recommended</emphasis>. In single-user, single-browser
4134     setups, you might use it to delete your OS version information from
4135     the headers, because it is an invitation to exploit known bugs for your
4136     OS. It is also occasionally useful to forge this in order to access 
4137     sites that won't let you in otherwise (though there may be a good 
4138     reason in some cases). Example of this: some MSN sites will not 
4139     let <application>Mozilla</application> enter, yet forging to a 
4140     <application>Netscape 6.1</application> user-agent works just fine.
4141     (Must be just a silly MS goof, I'm sure :-).
4142    </para>
4143    <para>
4144     This action is scheduled for improvement.
4145    </para>
4146    </listitem>
4147  </varlistentry>
4148
4149  <varlistentry>
4150   <term>Example usage:</term>
4151   <listitem>
4152    <para>
4153      <screen>+hide-user-agent{Netscape 6.1 (X11; I; Linux 2.4.18 i686)}</screen>
4154    </para>
4155   </listitem>
4156  </varlistentry>
4157 </variablelist>
4158 </sect3>
4159
4160
4161 <!--   ~~~~~       New section      ~~~~~     -->
4162 <sect3 renderas="sect4" id="kill-popups">
4163 <title><emphasis>kill-popups<anchor id="kill-popup"></emphasis></title>
4164
4165 <variablelist>
4166  <varlistentry>
4167   <term>Typical use:</term>
4168   <listitem>
4169    <para>Eliminate those annoying pop-up windows</para>
4170   </listitem>
4171  </varlistentry>
4172
4173  <varlistentry>
4174   <term>Effect:</term>
4175   <listitem>
4176    <para>
4177     While loading the document, replace JavaScript code that opens
4178     pop-up windows with (syntactically neutral) dummy code on the fly.
4179    </para>
4180   </listitem>
4181  </varlistentry>
4182
4183  <varlistentry>
4184   <term>Type:</term>
4185   <!-- Boolean, Parameterized, Multi-value -->
4186   <listitem>
4187    <para>Boolean.</para>
4188   </listitem>
4189  </varlistentry>
4190
4191  <varlistentry>
4192   <term>Parameter:</term>
4193   <listitem>
4194    <para>
4195     N/A
4196    </para>
4197   </listitem>
4198  </varlistentry>
4199  
4200  <varlistentry>
4201   <term>Notes:</term>
4202   <listitem>
4203    <para>
4204     This action is easily confused with the built-in, hardwired <literal><link linkend="filter">filter</link></literal>
4205     action, but there are important differences: For <literal>kill-popups</literal>,
4206     the document need not be buffered, so it can be incrementally rendered while
4207     downloading. But <literal>kill-popups</literal> doesn't catch as many pop-ups as
4208     <literal><link
4209     linkend="filter">filter</link>{<replaceable>popups</replaceable>}</literal>
4210     does. 
4211    </para>
4212    <para>
4213     Think of it as a fast and efficient replacement for a filter that you
4214     can use if you don't want any filtering at all. Note that it doesn't make
4215     sense to combine it with any <literal><link linkend="filter">filter</link></literal> action,
4216     since as soon as one <literal><link linkend="filter">filter</link></literal> applies,
4217     the whole document needs to be buffered anyway, which destroys the advantage of
4218     the <literal>kill-popups</literal> action over it's filter equivalent.
4219    </para>
4220    <para>
4221     Killing all pop-ups is a dangerous business. Many shops and banks rely on
4222     pop-ups to display forms, shopping carts etc, and killing only the unwanted pop-ups 
4223     would require artificial intelligence in <application>Privoxy</application>.
4224     If the only kind of pop-ups that you want to kill are exit consoles (those
4225     <emphasis>really nasty</emphasis> windows that appear when you close an other
4226     one), you might want to use
4227     <literal><link
4228     linkend="filter">filter</link>{<replaceable>js-annoyances</replaceable>}</literal>
4229     instead. 
4230    </para>
4231
4232   <!-- 
4233    <para>
4234     An alternate spelling is <literal>+kill-popup</literal>, which is 
4235     interchangeable.
4236    </para>
4237  --> 
4238   </listitem>
4239  </varlistentry>
4240
4241  <varlistentry>
4242   <term>Example usage:</term>
4243   <listitem>
4244    <para><screen>+kill-popups</screen></para>
4245   </listitem>
4246  </varlistentry>
4247 </variablelist>
4248 </sect3>
4249
4250
4251 <!--   ~~~~~       New section      ~~~~~     -->
4252 <sect3 renderas="sect4" id="limit-connect">
4253 <title><emphasis>limit-connect</emphasis></title>
4254
4255 <variablelist>
4256  <varlistentry>
4257   <term>Typical use:</term>
4258   <listitem>
4259    <para>Prevent abuse of <application>Privoxy</application> as a TCP proxy relay</para>
4260   </listitem>
4261  </varlistentry>
4262
4263  <varlistentry>
4264   <term>Effect:</term>
4265   <listitem>
4266    <para>
4267     Specifies to which ports HTTP CONNECT requests are allowable.
4268    </para>
4269   </listitem>
4270  </varlistentry>
4271
4272  <varlistentry>
4273   <term>Type:</term>
4274   <!-- Boolean, Parameterized, Multi-value -->
4275   <listitem>
4276    <para>Parameterized.</para>
4277   </listitem>
4278  </varlistentry>
4279
4280  <varlistentry>
4281   <term>Parameter:</term>
4282   <listitem>
4283    <para>
4284     A comma-separated list of ports or port ranges (the latter using dashes, with the minimum
4285     defaulting to 0 and the maximum to 65K).
4286    </para>
4287   </listitem>
4288  </varlistentry>
4289  
4290  <varlistentry>
4291   <term>Notes:</term>
4292   <listitem>
4293    <para>
4294     By default, i.e. if no <literal>limit-connect</literal> action applies,
4295     <application>Privoxy</application> only allows HTTP CONNECT
4296     requests to port 443 (the standard, secure HTTPS port). Use 
4297     <literal>limit-connect</literal> if more fine-grained control is desired
4298     for some or all destinations.
4299    </para>
4300    <para>
4301     The CONNECT methods exists in HTTP to allow access to secure websites
4302     (<quote>https://</quote> URLs) through proxies. It works very simply:
4303     the proxy connects to the server on the specified port, and then
4304     short-circuits its connections to the client and to the remote server.
4305     This can be a big security hole, since CONNECT-enabled proxies can be
4306     abused as TCP relays very easily.
4307   </para>
4308   <para>
4309    If you don't know what any of this means, there probably is no reason to 
4310    change this one, since the default is already very restrictive.
4311   </para>
4312   </listitem>
4313  </varlistentry>
4314
4315  <varlistentry>
4316   <term>Example usages:</term>
4317   <listitem>
4318    <!-- I had trouble getting the spacing to look right in my browser -->
4319    <!-- I probably have the wrong font setup, bollocks. -->
4320    <!-- Apparently the emphasis tag uses a proportional font no matter what -->
4321     <para>
4322      <screen>+limit-connect{443}                   # This is the default and need not be specified.
4323 +limit-connect{80,443}                # Ports 80 and 443 are OK.
4324 +limit-connect{-3, 7, 20-100, 500-}   # Ports less than 3, 7, 20 to 100 and above 500 are OK.
4325 +limit-connect{-}                     # All ports are OK (gaping security hole!)</screen>
4326    </para>
4327   </listitem>
4328  </varlistentry>
4329 </variablelist>
4330 </sect3>
4331
4332 <!--   ~~~~~       New section      ~~~~~     -->
4333 <sect3 renderas="sect4" id="prevent-compression">
4334 <title><emphasis>prevent-compression</emphasis></title>
4335
4336 <variablelist>
4337  <varlistentry>
4338   <term>Typical use:</term>
4339   <listitem>
4340    <para>
4341     Ensure that servers send the content uncompressed, so it can be
4342     passed through <literal><link linkend="filter">filter</link></literal>s
4343    </para>
4344   </listitem>
4345  </varlistentry>
4346
4347  <varlistentry>
4348   <term>Effect:</term>
4349   <listitem>
4350    <para>
4351     Adds a header to the request that asks for uncompressed transfer.
4352    </para>
4353   </listitem>
4354  </varlistentry>
4355
4356  <varlistentry>
4357   <term>Type:</term>
4358   <!-- Boolean, Parameterized, Multi-value -->
4359   <listitem>
4360    <para>Boolean.</para>
4361   </listitem>
4362  </varlistentry>
4363
4364  <varlistentry>
4365   <term>Parameter:</term>
4366   <listitem>
4367    <para>
4368     N/A
4369    </para>
4370   </listitem>
4371  </varlistentry>
4372  
4373  <varlistentry>
4374   <term>Notes:</term>
4375   <listitem>
4376    <para>
4377     More and more websites send their content compressed by default, which
4378     is generally a good idea and saves bandwidth. But for the <literal><link
4379     linkend="filter">filter</link></literal>, <literal><link linkend="deanimate-gifs">deanimate-gifs</link></literal>
4380     and <literal><link linkend="kill-popups">kill-popups</link></literal> actions to work,
4381     <application>Privoxy</application> needs access to the  uncompressed data.
4382     Unfortunately, <application>Privoxy</application> can't yet(!)  uncompress, filter, and
4383     re-compress the content on the fly. So if you want to ensure that all websites, including
4384     those that normally compress, can be filtered, you need to use this action.
4385    </para>
4386    <para>
4387     This will slow down transfers from those websites, though. If you use any of the above-mentioned
4388     actions, you will typically want to use <literal>prevent-compression</literal> in conjunction
4389     with them.
4390    </para>
4391    <para>
4392     Note that some (rare) ill-configured sites don't handle requests for uncompressed
4393     documents correctly (they send an empty document body). If you use <literal>prevent-compression</literal>
4394     per default, you'll have to add exceptions for those sites. See the example for how to do that.
4395    </para>
4396   </listitem>
4397  </varlistentry>
4398
4399  <varlistentry>
4400   <term>Example usage (sections):</term>
4401   <listitem>
4402    <para>
4403     <screen># Set default:
4404 #
4405 {+prevent-compression}
4406 / # Match all sites
4407
4408 # Make exceptions for ill sites:
4409 #
4410 {-prevent-compression}
4411 www.debianhelp.org
4412 www.pclinuxonline.com</screen>
4413    </para>
4414   </listitem>
4415  </varlistentry>
4416
4417 </variablelist>
4418 </sect3>
4419
4420
4421 <!--   ~~~~~       New section      ~~~~~     -->
4422 <sect3 renderas="sect4" id="send-vanilla-wafer">
4423 <title><emphasis>send-vanilla-wafer</emphasis></title>
4424
4425 <variablelist>
4426  <varlistentry>
4427   <term>Typical use:</term>
4428   <listitem>
4429    <para>
4430     Feed log analysis scripts with useless data.
4431    </para>
4432   </listitem>
4433  </varlistentry>
4434
4435  <varlistentry>
4436   <term>Effect:</term>
4437   <listitem>
4438    <para>
4439     Sends a cookie with each request stating that you do not accept any copyright
4440     on cookies sent to you, and asking the site operator not to track you.
4441    </para>
4442   </listitem>
4443  </varlistentry>
4444
4445  <varlistentry>
4446   <term>Type:</term>
4447   <!-- Boolean, Parameterized, Multi-value -->
4448   <listitem>
4449    <para>Boolean.</para>
4450   </listitem>
4451  </varlistentry>
4452
4453  <varlistentry>
4454   <term>Parameter:</term>
4455   <listitem>
4456    <para>
4457     N/A
4458    </para>
4459   </listitem>
4460  </varlistentry>
4461  
4462  <varlistentry>
4463   <term>Notes:</term>
4464   <listitem>
4465    <para>
4466     The vanilla wafer is a (relatively) unique header and could conceivably be used to track you.
4467    </para>
4468    <para>
4469     This action is rarely used and not enabled in the default configuration.
4470    </para>
4471   </listitem>
4472  </varlistentry>
4473
4474  <varlistentry>
4475   <term>Example usage:</term>
4476   <listitem>
4477    <para>
4478      <screen>+send-vanilla-wafer</screen>
4479    </para>
4480   </listitem>
4481  </varlistentry>
4482
4483 </variablelist>
4484 </sect3>
4485
4486
4487 <!--   ~~~~~       New section      ~~~~~     -->
4488 <sect3 renderas="sect4" id="send-wafer">
4489 <title><emphasis>send-wafer</emphasis></title>
4490
4491 <variablelist>
4492  <varlistentry>
4493   <term>Typical use:</term>
4494   <listitem>
4495    <para>
4496     Send custom cookies or feed log analysis scripts with even more useless data.
4497    </para>
4498   </listitem>
4499  </varlistentry>
4500
4501  <varlistentry>
4502   <term>Effect:</term>
4503   <listitem>
4504    <para>
4505     Sends a custom, user-defined cookie with each request.
4506    </para>
4507   </listitem>
4508  </varlistentry>
4509
4510  <varlistentry>
4511   <term>Type:</term>
4512   <!-- Boolean, Parameterized, Multi-value -->
4513   <listitem>
4514    <para>Multi-value.</para>
4515   </listitem>
4516  </varlistentry>
4517
4518  <varlistentry>
4519   <term>Parameter:</term>
4520   <listitem>
4521    <para>
4522     A string of the form <quote><replaceable class="option">name</replaceable>=<replaceable
4523     class="parameter">value</replaceable></quote>.
4524    </para>
4525   </listitem>
4526  </varlistentry>
4527  
4528  <varlistentry>
4529   <term>Notes:</term>
4530   <listitem>
4531    <para>
4532     Being multi-valued, multiple instances of this action can apply to the same request,
4533     resulting in multiple cookies being sent.
4534    </para>
4535    <para>
4536     This action is rarely used and not enabled in the default configuration.
4537    </para>
4538   </listitem>
4539  </varlistentry>
4540  <varlistentry>
4541   <term>Example usage (section):</term>
4542   <listitem>
4543    <para>
4544     <screen>{+send-wafer{UsingPrivoxy=true}}
4545 my-internal-testing-server.void</screen>
4546    </para>
4547   </listitem>
4548  </varlistentry>
4549 </variablelist>
4550 </sect3>
4551
4552
4553 <!--   ~~~~~       New section      ~~~~~     -->
4554 <sect3 renderas="sect4" id="session-cookies-only">
4555 <title><emphasis>session-cookies-only</emphasis></title>
4556
4557 <variablelist>
4558  <varlistentry>
4559   <term>Typical use:</term>
4560   <listitem>
4561    <para>
4562     Allow only temporary <quote>session</quote> cookies (for the current browser session <emphasis>only</emphasis>).
4563    </para>
4564   </listitem>
4565  </varlistentry>
4566
4567  <varlistentry>
4568   <term>Effect:</term>
4569   <listitem>
4570    <para>
4571     Deletes the <quote>expires</quote> field from <quote>Set-Cookie:</quote> server headers.
4572     Most browsers will not store such cookies permanently and forget them in between sessions.
4573    </para>
4574   </listitem>
4575  </varlistentry>
4576
4577 <varlistentry>
4578   <term>Type:</term>
4579   <!-- Boolean, Parameterized, Multi-value -->
4580   <listitem>
4581    <para>Boolean.</para>
4582   </listitem>
4583  </varlistentry>
4584
4585  <varlistentry>
4586   <term>Parameter:</term>
4587   <listitem>
4588    <para>
4589     N/A
4590    </para>
4591   </listitem>
4592  </varlistentry>
4593  
4594  <varlistentry>
4595   <term>Notes:</term>
4596   <listitem>
4597    <para>
4598     This is less strict than <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal> / 
4599     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal> and allows you to browse
4600     websites that insist or rely on setting cookies, without compromising your privacy too badly.
4601    </para>
4602    <para>
4603     Most browsers will not permanently store cookies that have been processed by
4604     <literal>session-cookies-only</literal> and will forget about them between sessions.
4605     This makes profiling cookies useless, but won't break sites which require cookies so
4606     that you can log in for transactions. This is generally turned on for all 
4607     sites, and is the recommended setting.
4608    </para>
4609    <para>
4610     It makes <emphasis>no sense at all</emphasis> to use <literal>session-cookies-only</literal>
4611     together with <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal> or
4612     <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>. If you do, cookies
4613     will be plainly killed.
4614    </para>
4615    <para>
4616     Note that it is up to the browser how it handles such cookies without an <quote>expires</quote>
4617     field. If you use an exotic browser, you might want to try it out to be sure.
4618    </para>
4619   </listitem>
4620  </varlistentry>
4621
4622  <varlistentry>
4623   <term>Example usage:</term>
4624   <listitem>
4625    <para>
4626      <screen>+session-cookies-only</screen>
4627    </para>
4628   </listitem>
4629  </varlistentry>
4630 </variablelist>
4631 </sect3>
4632
4633
4634 <!--   ~~~~~       New section      ~~~~~     -->
4635 <sect3 renderas="sect4" id="set-image-blocker">
4636 <title><emphasis>set-image-blocker</emphasis></title>
4637
4638 <variablelist>
4639  <varlistentry>
4640   <term>Typical use:</term>
4641   <listitem>
4642    <para>Choose the replacement for blocked images</para>
4643   </listitem>
4644  </varlistentry>
4645
4646  <varlistentry>
4647   <term>Effect:</term>
4648   <listitem>
4649    <para>
4650      This action alone doesn't do anything noticeable. If <emphasis>both</emphasis>
4651      <literal><link linkend="block">block</link></literal> <emphasis>and</emphasis> <literal><link
4652      linkend="handle-as-image">handle-as-image</link></literal> <emphasis>also</emphasis>
4653      apply, i.e. if the request is to be blocked as an image,
4654      <emphasis>then</emphasis> the parameter of this action decides what will be
4655      sent as a replacement.
4656    </para>
4657   </listitem>
4658  </varlistentry>
4659
4660  <varlistentry>
4661   <term>Type:</term>
4662   <!-- Boolean, Parameterized, Multi-value -->
4663   <listitem>
4664    <para>Parameterized.</para>
4665   </listitem>
4666  </varlistentry>
4667
4668  <varlistentry>
4669   <term>Parameter:</term>
4670   <listitem>
4671    <itemizedlist>
4672     <listitem>
4673      <para>
4674       <quote>pattern</quote> to send a built-in checkerboard pattern image. The image is visually
4675       decent, scales very well, and makes it obvious where banners were busted.
4676      </para>
4677     </listitem>
4678     <listitem>
4679      <para>
4680       <quote>blank</quote> to send a built-in transparent image. This makes banners disappear
4681       completely, but makes it hard to detect where <application>Privoxy</application> has blocked
4682       images on a given page and complicates troubleshooting if <application>Privoxy</application>
4683       has blocked innocent images, like navigation icons.
4684      </para>
4685     </listitem>
4686     <listitem>
4687      <para>
4688       <quote><replaceable class="parameter">target-url</replaceable></quote> to
4689       send a redirect to <replaceable class="parameter">target-url</replaceable>. You can redirect
4690       to any image anywhere, even in your local filesystem (via <quote>file:///</quote> URL).
4691      </para>
4692      <para>
4693       A good application of redirects is to use special <application>Privoxy</application>-built-in
4694       URLs, which send the built-in images, as <replaceable class="parameter">target-url</replaceable>.
4695       This has the same visual effect as specifying <quote>blank</quote> or <quote>pattern</quote> in
4696       the first place, but enables your browser to cache the replacement image, instead of requesting
4697       it over and over again.
4698      </para>
4699     </listitem>
4700    </itemizedlist>
4701   </listitem>
4702  </varlistentry>
4703
4704  <varlistentry>
4705   <term>Notes:</term>
4706   <listitem>
4707    <para>
4708     The URLs for the built-in images are <quote>http://config.privoxy.org/send-banner?type=<replaceable
4709     class="parameter">type</replaceable></quote>, where <replaceable class="parameter">type</replaceable> is
4710     either <quote>blank</quote> or <quote>pattern</quote>.
4711    </para>
4712    <para>
4713     There is a third (advanced) type, called <quote>auto</quote>. It is <emphasis>NOT</emphasis> to be
4714     used in <literal>set-image-blocker</literal>, but meant for use from <link linkend="filter-file">filters</link>.
4715     Auto will select the type of image that would have applied to the referring page, had it been an image.
4716    </para>
4717   </listitem>
4718  </varlistentry>
4719
4720  <varlistentry>
4721   <term>Example usage:</term>
4722   <listitem>
4723    <para>
4724     Built-in pattern:
4725    </para>
4726    <para>
4727     <screen>+set-image-blocker{pattern}</screen>
4728    </para>
4729    <para>
4730     Redirect to the BSD devil:
4731    </para>
4732    <para>
4733     <screen>+set-image-blocker{http://www.freebsd.org/gifs/dae_up3.gif}</screen>
4734    </para>
4735    <para>
4736     Redirect to the built-in pattern for better caching:
4737    </para>
4738    <para>
4739     <screen>+set-image-blocker{http://config.privoxy.org/send-banner?type=pattern}</screen>
4740    </para>
4741   </listitem>
4742  </varlistentry>
4743 </variablelist>
4744 </sect3>
4745
4746
4747 <!--   ~~~~~       New section      ~~~~~     -->
4748 <sect3>
4749 <title>Summary</title>
4750 <para>
4751  Note that many of these actions have the potential to cause a page to
4752  misbehave, possibly even not to display at all. There are many ways 
4753  a site designer may choose to design his site, and what HTTP header 
4754  content, and other criteria, he may depend on. There is no way to have hard
4755  and fast rules for all sites. See the <link
4756  linkend="ACTIONSANAT">Appendix</link> for a brief example on troubleshooting
4757  actions.
4758 </para>
4759 </sect3>
4760 </sect2>
4761
4762 <!--   ~~~~~       New section      ~~~~~     -->
4763 <sect2 id="aliases">
4764 <title>Aliases</title>
4765 <para>
4766  Custom <quote>actions</quote>, known to <application>Privoxy</application>
4767  as <quote>aliases</quote>, can be defined by combining other actions.
4768  These can in turn be invoked just like the built-in actions.
4769  Currently, an alias name can contain any character except space, tab,
4770  <quote>=</quote>,
4771  <quote>{</quote> and <quote>}</quote>, but we <emphasis>strongly 
4772  recommend</emphasis> that you only use <quote>a</quote> to <quote>z</quote>,
4773  <quote>0</quote> to <quote>9</quote>, <quote>+</quote>, and <quote>-</quote>.
4774  Alias names are not case sensitive, and are not required to start with a
4775  <quote>+</quote> or <quote>-</quote> sign, since they are merely textually
4776  expanded.
4777 </para>
4778 <para>
4779  Aliases can be used throughout the actions file, but they <emphasis>must be
4780  defined in a special section at the top of the file!</emphasis>
4781  And there can only be one such section per actions file. Each actions file may
4782  have its own alias section, and the aliases defined in it are only visible
4783  within that file.
4784 </para>
4785 <para>
4786  There are two main reasons to use aliases: One is to save typing for frequently
4787  used combinations of actions, the other one is a gain in flexibility: If you
4788  decide once how you want to handle shops by defining an alias called
4789  <quote>shop</quote>, you can later change your policy on shops in
4790  <emphasis>one</emphasis> place, and your changes will take effect everywhere
4791  in the actions file where the <quote>shop</quote> alias is used. Calling aliases
4792  by their purpose also makes your actions files more readable.
4793 </para>
4794 <para>
4795  Currently, there is one big drawback to using aliases, though:
4796  <application>Privoxy</application>'s built-in web-based action file
4797  editor honors aliases when reading the actions files, but it expands
4798  them before writing. So the effects of your aliases are of course preserved,
4799  but the aliases themselves are lost when you edit sections that use aliases
4800  with it.
4801  This is likely to change in future versions of <application>Privoxy</application>.
4802 </para>
4803
4804 <para>
4805  Now let's define some aliases...
4806 </para>
4807
4808 <para>
4809  <screen>
4810  # Useful custom aliases we can use later.
4811  #
4812  # Note the (required!) section header line and that this section
4813  # must be at the top of the actions file!
4814  #
4815  {{alias}}
4816
4817  # These aliases just save typing later:
4818  # (Note that some already use other aliases!)
4819  #
4820  +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
4821  -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
4822  block-as-image      = +block +handle-as-image
4823  mercy-for-cookies   = -crunch-all-cookies -session-cookies-only
4824
4825  # These aliases define combinations of actions
4826  # that are useful for certain types of sites:
4827  #
4828  fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
4829  shop        = -crunch-all-cookies -filter{popups} -kill-popups
4830
4831  # Short names for other aliases, for really lazy people ;-)
4832  #
4833  c0 = +crunch-all-cookies
4834  c1 = -crunch-all-cookies</screen>
4835 </para>
4836
4837 <para>
4838  ...and put them to use. These sections would appear in the lower part of an 
4839  actions file and define exceptions to the default actions (as specified further
4840  up for the <quote>/</quote> pattern):
4841 </para>
4842
4843 <para>
4844  <screen>
4845  # These sites are either very complex or very keen on
4846  # user data and require minimal interference to work:
4847  #
4848  {fragile}
4849  .office.microsoft.com
4850  .windowsupdate.microsoft.com
4851  .nytimes.com
4852
4853  # Shopping sites:
4854  # Allow cookies (for setting and retrieving your customer data)
4855  #           
4856  {shop}
4857  .quietpc.com
4858  .worldpay.com   # for quietpc.com
4859  .scan.co.uk
4860
4861  # These shops require pop-ups:
4862  #
4863  {shop -kill-popups -filter{popups}}
4864   .dabs.com
4865   .overclockers.co.uk</screen>
4866 </para>
4867
4868 <para>
4869  Aliases like <quote>shop</quote> and <quote>fragile</quote> are often used for 
4870  <quote>problem</quote> sites that require some actions to be disabled 
4871  in order to function properly.
4872 </para>
4873 </sect2>
4874
4875 <!--   ~~~~~       New section      ~~~~~     -->
4876 <sect2 id="act-examples">
4877 <title>Sample Actions Files</title>
4878 <para>
4879  The above chapters have shown <link linkend="actions-file">which actions files
4880  there are and how they are organized</link>, how actions are <link
4881  linkend="actions">specified</link> and <link linkend="actions-apply">applied
4882  to URLs</link>, how <link linkend="af-patterns">patterns</link> work, and how to
4883  define and use <link linkend="aliases">aliases</link>. Now, let's look at an
4884  example <filename>default.action</filename> and <filename>user.action</filename>
4885  file and see how all these pieces come together:
4886 </para>
4887
4888 <sect3><title>default.action</title>
4889
4890 <para>
4891 Every config file should start with a short comment stating it's purpose:
4892 </para>
4893
4894 <para>
4895  <screen># Sample default.action file &lt;developers@privoxy.org&gt;</screen>
4896 </para>
4897
4898 <para>
4899 Then, since this is the <filename>default.action</filename> file, the
4900 first section is a special section for internal use that you needn't
4901 change or worry about:
4902 </para>
4903
4904 <para>
4905  <screen>
4906 ##########################################################################
4907 # Settings -- Don't change! For internal Privoxy use ONLY.
4908 ##########################################################################
4909
4910 {{settings}}
4911 for-privoxy-version=3.0</screen>
4912 </para>
4913
4914 <para>
4915 After that comes the (optional) alias section. We'll use the example
4916 section from the above <link linkend="aliases">chapter on aliases</link>,
4917 that also explains why and how aliases are used:
4918 </para>
4919
4920 <para>
4921  <screen>
4922 ##########################################################################
4923 # Aliases
4924 ##########################################################################
4925 {{alias}}
4926
4927 # These aliases just save typing later:
4928 # (Note that some already use other aliases!)
4929 #
4930 +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
4931 -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
4932 block-as-image      = +block +handle-as-image
4933 mercy-for-cookies   = -crunch-all-cookies -session-cookies-only
4934
4935 # These aliases define combinations of actions
4936 # that are useful for certain types of sites:
4937 #
4938 fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
4939 shop        = mercy-for-cookies -filter{popups} -kill-popups</screen>
4940 </para>
4941
4942 <para>
4943  Now come the regular sections, i.e. sets of actions, accompanied
4944  by URL patterns to which they apply. Remember <emphasis>all actions
4945  are disabled when matching starts</emphasis>, so we have to explicitly
4946  enable the ones we want.
4947 </para>
4948
4949 <para>
4950  The first regular section is probably the most important. It has only
4951  one pattern, <quote><literal>/</literal></quote>, but this pattern
4952  <link linkend="af-patterns">matches all URLs.</link>. Therefore, the
4953  set of actions used in this <quote>default</quote> section <emphasis>will
4954  be applied to all requests as a start</emphasis>. It can  be partly or
4955  wholly overridden by later matches further down this file, or in user.action,
4956  but it will still be largely responsible for your overall browsing
4957  experience.
4958 </para>
4959
4960 <para>
4961  Again, at the start of matching, all actions are disabled, so there is
4962  no real need to disable any actions here, but we will do that nonetheless,
4963  to have a complete listing for your reference. (Remember: A <quote>+</quote>
4964  preceding the action name enables the action, a <quote>-</quote> disables!).
4965  Also note how this long line has been made more readable by splitting it into
4966  multiple lines with line continuation.
4967 </para> 
4968
4969 <para>
4970  <screen>
4971 ##########################################################################
4972 # "Defaults" section:
4973 ##########################################################################
4974  { \
4975  -<link linkend="ADD-HEADER">add-header</link> \
4976  -<link linkend="BLOCK">block</link> \
4977  -<link linkend="CRUNCH-INCOMING-COOKIES">crunch-incoming-cookies</link> \
4978  -<link linkend="CRUNCH-OUTGOING-COOKIES">crunch-outgoing-cookies</link> \
4979  +<link linkend="DEANIMATE-GIFS">deanimate-gifs</link> \
4980  -<link linkend="DOWNGRADE-HTTP-VERSION">downgrade-http-version</link> \
4981  +<link linkend="FAST-REDIRECTS">fast-redirects</link> \
4982  +<link linkend="FILTER-HTML-ANNOYANCES">filter{html-annoyances}</link> \
4983  +<link linkend="FILTER-JS-ANNOYANCES">filter{js-annoyances}</link> \
4984  -<link linkend="FILTER-CONTENT-COOKIES">filter{content-cookies}</link> \
4985  +<link linkend="FILTER-POPUPS">filter{popups}</link> \
4986  +<link linkend="FILTER-WEBBUGS">filter{webbugs}</link> \
4987  -<link linkend="FILTER-REFRESH-TAGS">filter{refresh-tags}</link> \
4988  -<link linkend="FILTER-FUN">filter{fun}</link> \
4989  +<link linkend="FILTER-NIMDA">filter{nimda}</link> \
4990  +<link linkend="FILTER-BANNERS-BY-SIZE">filter{banners-by-size}</link> \
4991  -<link linkend="FILTER-SHOCKWAVE-FLASH">filter{shockwave-flash}</link> \
4992  -<link linkend="FILTER-CRUDE-PARENTAL">filter{crude-parental}</link> \
4993  -<link linkend="HANDLE-AS-IMAGE">handle-as-image</link> \
4994  +<link linkend="HIDE-FORWARDED-FOR-HEADERS">hide-forwarded-for-headers</link> \
4995  +<link linkend="HIDE-FROM-HEADER">hide-from-header{block}</link> \
4996  +<link linkend="HIDE-REFERER">hide-referrer{forge}</link> \
4997  -<link linkend="HIDE-USER-AGENT">hide-user-agent</link> \
4998  -<link linkend="KILL-POPUPS">kill-popups</link> \
4999  -<link linkend="LIMIT-CONNECT">limit-connect</link> \
5000  +<link linkend="PREVENT-COMPRESSION">prevent-compression</link> \
5001  -<link linkend="SEND-VANILLA-WAFER">send-vanilla-wafer</link> \
5002  -<link linkend="SEND-WAFER">send-wafer</link> \
5003  +<link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> \
5004  +<link linkend="SET-IMAGE-BLOCKER">set-image-blocker{pattern}</link> \
5005  }
5006  / # forward slash will match *all* potential URL patterns.</screen>
5007 </para>
5008
5009 <para>
5010  The default behavior is now set. Note that some actions, like not hiding
5011  the user agent, are part of a <quote>general policy</quote> that applies
5012  universally and won't get any exceptions defined later. Other choices,
5013  like not blocking (which is <emphasis>understandably</emphasis> the
5014  default!) need exceptions, i.e. we need to specify explicitly what we
5015  want to block in later sections.
5016  We will also want to make exceptions from our general pop-up-killing,
5017  and use our defined aliases for that.
5018 </para>
5019
5020 <para>
5021  The first of our specialized sections is concerned with <quote>fragile</quote>
5022  sites, i.e. sites that require minimum interference, because they are either
5023  very complex or very keen on tracking you (and have mechanisms in place that
5024  make them unusable for people who avoid being tracked). We will simply use
5025  our pre-defined <literal>fragile</literal> alias instead of stating the list
5026  of actions explicitly:
5027 </para>
5028
5029 <para>
5030  <screen>
5031 ##########################################################################
5032 # Exceptions for sites that'll break under the default action set:
5033 ##########################################################################
5034
5035 # "Fragile" Use a minimum set of actions for these sites (see alias above):
5036 #
5037 { fragile }
5038 .office.microsoft.com           # surprise, surprise!
5039 .windowsupdate.microsoft.com</screen>
5040 </para>
5041
5042 <para>
5043  Shopping sites are not as fragile, but they typically
5044  require cookies to log in, and pop-up windows for shopping
5045  carts or item details. Again, we'll use a pre-defined alias:
5046 </para>
5047  
5048 <para>
5049  <screen>
5050 # Shopping sites:
5051 #
5052 { shop }
5053 .quietpc.com 
5054 .worldpay.com   # for quietpc.com
5055 .jungle.com
5056 .scan.co.uk</screen>
5057 </para>
5058
5059 <para>
5060  Then, there are sites which rely on pop-up windows (yuck!) to work.
5061  Since we made pop-up-killing our default above, we need to make exceptions
5062  now. <ulink url="http://www.mozilla.org/">Mozilla</ulink> users, who
5063  can turn on smart handling of unwanted pop-ups in their browsers, can
5064  safely choose
5065  -<literal><link linkend="FILTER-POPUPS">filter{popups}</link></literal> (and
5066  -<literal><link linkend="KILL-POPUPS">kill-popups</link></literal>) above
5067  and hence don't need this section. Anyway, disabling an already disabled
5068  action doesn't hurt, so we'll define our exceptions regardless of what was
5069  chosen in the defaults section:
5070 </para>
5071
5072 <para>
5073  <screen>
5074 # These sites require pop-ups too :( 
5075 #
5076 { -<link linkend="KILL-POPUPS">kill-popups</link> -<link linkend="FILTER-POPUPS">filter{popups}</link> }
5077 .dabs.com
5078 .overclockers.co.uk
5079 .deutsche-bank-24.de</screen>
5080 </para>
5081
5082 <para>
5083  The <literal><link linkend="FAST-REDIRECTS">fast-redirects</link></literal>
5084  action, which we enabled per default above,  breaks some sites. So disable
5085  it for popular sites where we know it misbehaves:
5086 </para>
5087
5088 <para>
5089  <screen>
5090 { -<link linkend="FAST-REDIRECTS">fast-redirects</link> }
5091 login.yahoo.com
5092 edit.*.yahoo.com
5093 .google.com
5094 .altavista.com/.*(like|url|link):http
5095 .altavista.com/trans.*urltext=http
5096 .nytimes.com</screen>
5097 </para>
5098
5099 <para>
5100  It is important that <application>Privoxy</application> knows which
5101  URLs belong to images, so that <emphasis>if</emphasis> they are to
5102  be blocked, a substitute image can be sent, rather than an HTML page.
5103  Contacting the remote site to find out is not an option, since it
5104  would destroy the loading time advantage of banner blocking, and it
5105  would feed the advertisers (in terms of money <emphasis>and</emphasis>
5106  information). We can mark any URL as an image with the <literal><link
5107  linkend="handle-as-image">handle-as-image</link></literal> action,
5108  and marking all URLs that end in a known image file extension is a
5109  good start:
5110 </para>
5111
5112 <para>
5113  <screen>
5114 ##########################################################################
5115 # Images:
5116 ##########################################################################
5117
5118 # Define which file types will be treated as images, in case they get
5119 # blocked further down this file:
5120 #
5121 { +<link linkend="HANDLE-AS-IMAGE">handle-as-image</link> }
5122 /.*\.(gif|jpe?g|png|bmp|ico)$</screen>
5123 </para>
5124
5125 <para>
5126  And then there are known banner sources. They often use scripts to
5127  generate the banners, so it won't be visible from the URL that the
5128  request is for an image. Hence we block them <emphasis>and</emphasis>
5129  mark them as images in one go, with the help of our
5130  <literal>block-as-image</literal> alias defined above. (We could of
5131  course just as well use <literal>+<link linkend="block">block</link>
5132  +<link linkend="handle-as-image">handle-as-image</link></literal> here.)
5133  Remember that the type of the replacement image is chosen by the
5134  <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
5135  action. Since all URLs have matched the default section with its
5136  <literal>+<link linkend="set-image-blocker">set-image-blocker</link>{pattern}</literal>
5137  action before, it still applies and needn't be repeated:
5138 </para>
5139
5140 <para>
5141  <screen>
5142 # Known ad generators:
5143 #
5144 { block-as-image }
5145 ar.atwola.com 
5146 .ad.doubleclick.net
5147 .ad.*.doubleclick.net
5148 .a.yimg.com/(?:(?!/i/).)*$
5149 .a[0-9].yimg.com/(?:(?!/i/).)*$
5150 bs*.gsanet.com
5151 bs*.einets.com
5152 .qkimg.net</screen>
5153 </para>
5154
5155 <para>
5156  One of the most important jobs of <application>Privoxy</application>
5157  is to block banners. A huge bunch of them are already <quote>blocked</quote>
5158  by the <literal><link linkend="filter">filter</link>{banners-by-size}</literal>
5159  action, which we enabled above, and which deletes the references to banner
5160  images from the pages while they are loaded, so the browser doesn't request
5161  them anymore, and hence they don't need to be blocked here. But this naturally
5162  doesn't catch all banners, and some people choose not to use filters, so we
5163  need a comprehensive list of patterns for banner URLs here, and apply the
5164  <literal><link linkend="block">block</link></literal> action to them.
5165 </para>
5166 <para>
5167  First comes a bunch of generic patterns, which do most of the work, by
5168  matching typical domain and path name components of banners. Then comes
5169  a list of individual patterns for specific sites, which is omitted here
5170  to keep the example short:
5171 </para>
5172
5173 <para>
5174  <screen>
5175 ##########################################################################
5176 # Block these fine banners:
5177 ##########################################################################
5178 { <link linkend="BLOCK">+block</link> }
5179
5180 # Generic patterns:
5181
5182 ad*.
5183 .*ads.
5184 banner?.
5185 count*.
5186 /.*count(er)?\.(pl|cgi|exe|dll|asp|php[34]?)
5187 /(?:.*/)?(publicite|werbung|rekla(ma|me|am)|annonse|maino(kset|nta|s)?)/
5188
5189 # Site-specific patterns (abbreviated):
5190 #
5191 .hitbox.com</screen>
5192 </para>
5193
5194 <para>
5195  You wouldn't believe how many advertisers actually call their banner
5196  servers ads.<replaceable>company</replaceable>.com, or call the directory
5197  in which the banners are stored simply <quote>banners</quote>. So the above
5198  generic patterns are surprisingly effective.
5199 </para>
5200 <para>
5201  But being very generic, they necessarily also catch URLs that we don't want
5202  to block. The pattern <literal>.*ads.</literal> e.g. catches 
5203  <quote>nasty-<emphasis>ads</emphasis>.nasty-corp.com</quote> as intended,
5204  but also <quote>downlo<emphasis>ads</emphasis>.sourcefroge.net</quote> or
5205  <quote><emphasis>ads</emphasis>l.some-provider.net.</quote> So here come some
5206  well-known exceptions to the <literal>+<link linkend="BLOCK">block</link></literal>
5207  section above.
5208 </para>
5209 <para>
5210  Note that these are exceptions to exceptions from the default! Consider the URL
5211  <quote>downloads.sourcefroge.net</quote>: Initially, all actions are deactivated,
5212  so it wouldn't get blocked. Then comes the defaults section, which matches the
5213  URL, but just deactivates the <literal><link linkend="BLOCK">block</link></literal>
5214  action once again. Then it matches <literal>.*ads.</literal>, an exception to the
5215  general non-blocking policy, and suddenly
5216  <literal><link linkend="BLOCK">+block</link></literal> applies. And now, it'll match
5217  <literal>.*loads.</literal>, where <literal><link linkend="BLOCK">-block</link></literal>
5218  applies, so (unless it matches <emphasis>again</emphasis> further down) it ends up
5219  with no <literal><link linkend="BLOCK">block</link></literal> action applying.
5220 </para>
5221
5222 <para>
5223  <screen>
5224 ##########################################################################
5225 # Save some innocent victims of the above generic block patterns:
5226 ##########################################################################
5227
5228 # By domain:
5229
5230 { -<link linkend="BLOCK">block</link> }
5231 adv[io]*.  # (for advogato.org and advice.*)
5232 adsl.  
5233 ad[ud]*.   # (adult.* and add.*)
5234 .edu       # Universities
5235 .*loads.   # (downloads, uploads etc)
5236
5237 # By path:
5238 #
5239 /.*loads/
5240
5241 # Site-specific:
5242 #
5243 www.globalintersec.com/adv # (adv = advanced)
5244 www.ugu.com/sui/ugu/adv</screen>
5245 </para>
5246
5247 <para>
5248  Filtering source code can have nasty side effects,
5249  so make an exception for our friends at sourceforge.net,
5250  and all paths with <quote>cvs</quote> in them. Note that
5251  <literal>-<link linkend="FILTER">filter</link></literal>
5252  disables <emphasis>all</emphasis> filters in one fell swoop!
5253 </para>
5254
5255 <para>
5256  <screen>
5257 # Don't filter code!
5258 #
5259 { -<link linkend="FILTER">filter</link> }
5260 /.*cvs
5261 .sourceforge.net</screen>
5262 </para>
5263
5264 <para>
5265  The actual <filename>default.action</filename> is of course more
5266  comprehensive, but we hope this example made clear how it works.
5267 </para>
5268
5269 </sect3>
5270
5271 <sect3><title>user.action</title>
5272
5273 <para>
5274  So far we are painting with a broad brush by setting general policies,
5275  which would be a reasonable starting point for many people. Now, 
5276  you'd maybe want to be more specific and have customized rules that
5277  are more suitable to your personal habits and preferences. These would
5278  be for narrowly defined situations like your ISP or your bank, and should
5279  be placed in <filename>user.action</filename>, which is parsed after all other 
5280  actions files and hence has the last word, over-riding any previously
5281  defined actions. <filename>user.action</filename> is also a 
5282  <emphasis>safe</emphasis> place for your personal settings, since
5283  <filename>default.action</filename> is actively maintained by the
5284  <application>Privoxy</application> developers and you'll probably want
5285  to install updated versions from time to time.
5286 </para>
5287
5288 <para>
5289  So let's look at a few examples of things that one might typically do in
5290  <filename>user.action</filename>: 
5291 </para>
5292
5293
5294 <!-- brief sample user.action here -->
5295
5296 <para>
5297  <screen>
5298 # My user.action file. &lt;fred@foobar.com&gt;</screen>
5299 </para>
5300
5301 <para>
5302  As <link linkend="aliases">aliases</link> are local to the actions
5303  file that they are defined in, you can't use the ones from
5304  <filename>default.action</filename>, unless you repeat them here:
5305 </para>
5306
5307 <para>
5308  <screen>
5309 # (Re-)define aliases for this file:
5310 #
5311 {{alias}}
5312 -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
5313 mercy-for-cookies   = -crunch-all-cookies -session-cookies-only
5314 fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
5315 shop        = mercy-for-cookies -filter{popups} -kill-popups</screen>
5316 </para>
5317
5318 <para>
5319  Say you have accounts on some sites that you visit regularly, and
5320  you don't want to have to log in manually each time. So you'd like
5321  to allow persistent cookies for these sites. The
5322  <literal>mercy-for-cookies</literal> alias defined above does exactly
5323  that, i.e. it disables crunching of cookies in any direction, and
5324  processing of cookies to make them temporary.
5325 </para>
5326
5327 <para>
5328  <screen>
5329 { mercy-for-cookies }
5330 sunsolve.sun.com
5331 slashdot.org
5332 .yahoo.com
5333 .msdn.microsoft.com
5334 .redhat.com</screen>
5335 </para>
5336
5337 <para>
5338  Your bank needs popups and is allergic to some filter, but you don't
5339  know which, so you disable them all:
5340 </para>
5341
5342 <para>
5343  <screen>
5344 { -<link linkend="FILTER">filter</link> -<link linkend="KILL-POPUPS">kill-popups</link> }
5345 .your-home-banking-site.com</screen>
5346 </para>
5347
5348 <para>
5349  While browsing the web with <application>Privoxy</application> you
5350  noticed some ads that sneaked through, but you were too lazy to
5351  report them through our fine and easy <link linkend="contact">feedback</link>
5352  system, so you have added them here:
5353 </para>
5354
5355 <para>
5356  <screen>
5357 { +<link linkend="BLOCK">block</link> }
5358 www.a-popular-site.com/some/unobvious/path
5359 another.popular.site.net/more/junk/here/</screen>
5360 </para>
5361
5362 <para>
5363  Note that, assuming the banners in the above example have regular image
5364  extensions (most do),
5365  <literal>+<link linkend="HANDLE-AS-IMAGE">handle-as-image</link></literal>
5366  need not be specified, since all URLs ending in these extensions will
5367  already have been tagged as images in the relevant section of 
5368  <filename>default.action</filename> by now.
5369 </para>
5370
5371 <para>
5372  Then you noticed that the default configuration breaks Forbes Magazine,
5373  but you were too lazy to find out which action is the culprit, and you
5374  were again too lazy to give <link linkend="contact">feedback</link>, so
5375  you just used the <literal>fragile</literal> alias on the site, and
5376  -- whoa! -- it worked:
5377 </para>
5378
5379 <para>
5380 <screen>
5381 { fragile }
5382 .forbes.com</screen>
5383 </para>
5384
5385 <para>
5386  You like the <quote>fun</quote> text replacements in <filename>default.filter</filename>,
5387  but it is disabled in the distributed actions file. (My colleagues on the team just
5388  don't have a sense of humour, that's why! ;-). So you'd like to turn it on in your private,
5389  update-safe config, once and for all:
5390 </para>
5391
5392 <para>
5393 <screen>
5394 { +<link linkend="filter-fun">filter{fun}</link> }
5395 / # For ALL sites!</screen>
5396 </para>
5397
5398 <para>
5399  Note that the above is not really a good idea: There are exceptions
5400  to the filters in <filename>default.action</filename> for things that
5401  really shouldn't be filtered, like code on CVS->Web interfaces. Since
5402  <filename>user.action</filename> has the last word, these exceptions
5403  won't be valid for the <quote>fun</quote> filtering specified here.
5404  But you're the boss.
5405 </para>
5406
5407 </sect3>
5408 </sect2>
5409
5410 <!--  ~  End section  ~  -->
5411
5412 </sect1>
5413
5414 <!--  ~  End section  ~  -->
5415
5416 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
5417
5418 <sect1 id="filter-file">
5419 <title>The Filter File</title>
5420 <para>
5421  Any web page can be dynamically modified with the filter file. This
5422  modification can be removal, or re-writing, of any web page content,
5423  including tags and non-visible content. The default filter file is
5424  oddly enough <filename>default.filter</filename>, located in the config
5425  directory. 
5426 </para>
5427
5428 <para>
5429  This is potentially a very powerful feature, and requires knowledge of both 
5430  <quote>regular expression</quote> and HTML in order create custom 
5431  filters. But, there are a number of useful filters included with 
5432  <application>Privoxy</application> for many common situations.
5433 </para>
5434
5435 <para>
5436  The included example file is divided into sections. Each section begins 
5437  with the <literal>FILTER</literal> keyword, followed by the identifier 
5438  for that section, e.g. <quote>FILTER: webbugs</quote>. Each section performs
5439  a similar type of filtering, such as <quote>html-annoyances</quote>.
5440 </para>
5441
5442 <para>
5443  This file uses regular expressions to alter or remove any string in the
5444  target page. The expressions can only operate on one line at a time. Some
5445  examples from the included default <filename>default.filter</filename>:
5446 </para>
5447
5448 <para>
5449  Stop web pages from displaying annoying messages in the status bar by
5450  deleting such references:
5451 </para>
5452
5453 <para>
5454  <literal>
5455   <msgtext> 
5456    <literallayout>
5457  FILTER: html-annoyances
5458
5459  # New browser windows should be resizeable and have a location and status
5460  # bar. Make it so.
5461  #
5462  s/resizable="?(no|0)"?/resizable=1/ig s/noresize/yesresize/ig
5463  s/location="?(no|0)"?/location=1/ig s/status="?(no|0)"?/status=1/ig
5464  s/scrolling="?(no|0|Auto)"?/scrolling=1/ig
5465  s/menubar="?(no|0)"?/menubar=1/ig 
5466
5467  # The &lt;BLINK&gt; tag was a crime!
5468  #
5469  s*&lt;blink&gt;|&lt;/blink&gt;**ig
5470
5471  # Is this evil? 
5472  #
5473  #s/framespacing="?(no|0)"?//ig
5474  #s/margin(height|width)=[0-9]*//gi
5475    </literallayout>
5476   </msgtext> 
5477  </literal>
5478 </para>
5479
5480 <para>
5481  Just for kicks, replace any occurrence of <quote>Microsoft</quote> with
5482  <quote>MicroSuck</quote>, and have a little fun with topical buzzwords: 
5483 </para>
5484
5485 <para>
5486  <literal>
5487   <msgtext> 
5488    <literallayout>
5489  FILTER: fun
5490
5491  s/microsoft(?!.com)/MicroSuck/ig
5492
5493  # Buzzword Bingo:
5494  #
5495  s/industry-leading|cutting-edge|award-winning/&lt;font color=red&gt;&lt;b&gt;BINGO!&lt;/b&gt;&lt;/font&gt;/ig
5496    </literallayout>
5497   </msgtext> 
5498  </literal>
5499 </para>
5500
5501 <para>
5502  Kill those pesky little web-bugs:
5503 </para>
5504
5505 <para>
5506  <literal>
5507   <msgtext> 
5508    <literallayout>
5509  # webbugs: Squish WebBugs (1x1 invisible GIFs used for user tracking)
5510  FILTER: webbugs
5511
5512  s/&lt;img\s+[^&gt;]*?(width|height)\s*=\s*['"]?1\D[^&gt;]*?(width|height)\s*=\s*['"]?1(\D[^&gt;]*?)?>/&lt;!-- Squished WebBug --&gt;/sig
5513    </literallayout>
5514   </msgtext> 
5515  </literal>
5516 </para>
5517
5518
5519 <!--   ~~~~~       New section      ~~~~~     -->
5520 <sect2>
5521 <title>The <emphasis>+filter</emphasis> Action</title>
5522 <para>
5523  Filters are enabled with the <link
5524  linkend="FILTER"><quote>+filter</quote></link> action from within 
5525  one of the actions files. <quote>+filter</quote> requires one parameter, which 
5526  should match one of the section identifiers in the filter file itself. Example:
5527 </para>
5528
5529 <screen>
5530   +filter{html-annoyances}
5531 </screen>
5532
5533 <para>
5534  This would activate that particular filter. Similarly, <quote>+filter</quote>
5535  can be turned off for selected sites as:
5536  <quote>-filter{<replaceable>html-annoyances</replaceable>}</quote>. Remember
5537  too, all actions are off by default, unless they are explicitly enabled in one
5538  of the actions files.
5539 </para>
5540
5541 </sect2>
5542
5543 </sect1>
5544
5545 <!--  ~  End section  ~  -->
5546
5547
5548
5549 <!--   ~~~~~       New section      ~~~~~     -->
5550
5551 <sect1 id="templates">
5552 <title>Templates</title>
5553 <para>
5554  When <application>Privoxy</application> displays one of its internal 
5555  pages, such as a <ulink url="http://bogus_404_page.com">404 Not Found error page</ulink>
5556  (<application>Privoxy</application> must be running for link to work as
5557  intended), it uses the appropriate template. On Linux, BSD, and Unix, these
5558  are located in <filename>/etc/privoxy/templates</filename> by default. These
5559  may be customized, if desired. <filename>cgi-style.css</filename> is used to
5560  control the HTML attributes (fonts, etc).
5561 </para>
5562 <para>
5563  The default 
5564  <ulink
5565  url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html">Blocked
5566  </ulink> (<application>Privoxy</application> needs to be running for page to
5567  display) banner page with the bright red top banner, is called just
5568  <quote><filename>blocked</filename></quote>. This may be customized or
5569  replaced with something else if desired (not recommended for the casual
5570  user).
5571 </para>
5572
5573 </sect1>
5574
5575 <!--  ~  End section  ~  -->
5576
5577
5578
5579 <!--   ~~~~~       New section      ~~~~~     -->
5580
5581 <sect1 id="contact"><title>Contacting the Developers, Bug Reporting and Feature
5582 Requests</title>
5583
5584 <!-- Include contacting.sgml boilerplate: -->
5585  &contacting;
5586 <!-- end boilerplate -->
5587
5588 </sect1>
5589
5590 <!--  ~  End section  ~  -->
5591
5592
5593 <!--   ~~~~~       New section      ~~~~~     -->
5594 <sect1 id="copyright"><title><application>Privoxy</application> Copyright, License and History</title>
5595
5596 <!-- Include copyright.sgml: -->
5597  &copyright;
5598 <!-- end copyright -->
5599
5600 <!--   ~~~~~       New section      ~~~~~     -->
5601 <sect2><title>License</title>
5602 <!-- Include copyright.sgml: -->
5603  &license;
5604 <!-- end copyright -->
5605 </sect2>
5606 <!--  ~  End section  ~  -->
5607
5608
5609 <!--   ~~~~~       New section      ~~~~~     -->
5610
5611 <sect2 id="history"><title>History</title>
5612 <!-- Include history.sgml: -->
5613  &history;
5614 <!-- end history -->
5615 </sect2>
5616 </sect1>
5617
5618 <!--  ~  End section  ~  -->
5619
5620
5621 <!--   ~~~~~       New section      ~~~~~     -->
5622 <sect1 id="seealso"><title>See Also</title>
5623 <!-- Include seealso.sgml: -->
5624  &seealso;
5625 <!-- end seealso -->
5626 </sect1>
5627
5628
5629
5630 <!--   ~~~~~       New section      ~~~~~     -->
5631 <sect1 id="appendix"><title>Appendix</title>
5632
5633
5634 <!--   ~~~~~       New section      ~~~~~     -->
5635 <sect2 id="regex">
5636 <title>Regular Expressions</title>
5637 <para>
5638  <application>Privoxy</application> can use <quote>regular expressions</quote> 
5639  in various config files. Assuming support for <quote>pcre</quote> (Perl
5640  Compatible Regular Expressions) is compiled in, which is the default. Such
5641  configuration directives do not require regular expressions, but they can be
5642  used to increase flexibility by matching a pattern with wild-cards against
5643  URLs.
5644 </para>
5645
5646 <para>
5647  If you are reading this, you probably don't understand what <quote>regular
5648  expressions</quote> are, or what they can do. So this will be a very brief
5649  introduction only. A full explanation would require a book ;-)
5650 </para>
5651
5652 <para>
5653  <quote>Regular expressions</quote> is a way of matching one character
5654  expression against another to see if it matches or not. One of the
5655  <quote>expressions</quote> is a literal string of readable characters
5656  (letter, numbers, etc), and the other is a complex string of literal
5657  characters combined with wild-cards, and other special characters, called
5658  meta-characters. The <quote>meta-characters</quote> have special meanings and
5659  are used to build the complex pattern to be matched against. Perl Compatible
5660  Regular Expressions is an enhanced form of the regular expression language
5661  with backward compatibility.
5662 </para>
5663
5664 <para>
5665  To make a simple analogy, we do something similar when we use wild-card
5666  characters when listing files with the <command>dir</command> command in DOS. 
5667  <literal>*.*</literal> matches all filenames. The <quote>special</quote>
5668  character here is the asterisk which matches any and all characters. We can be
5669  more specific and use <literal>?</literal> to match just individual
5670  characters. So <quote>dir file?.text</quote> would match
5671  <quote>file1.txt</quote>, <quote>file2.txt</quote>, etc. We are pattern
5672  matching, using a similar technique to <quote>regular expressions</quote>!
5673 </para>
5674
5675 <para>
5676  Regular expressions do essentially the same thing, but are much, much more
5677  powerful. There are many more <quote>special characters</quote> and ways of 
5678  building complex patterns however. Let's look at a few of the common ones,
5679  and then some examples:
5680 </para>
5681
5682 <para><simplelist>
5683  <member>
5684   <emphasis>.</emphasis> - Matches any single character, e.g. <quote>a</quote>,
5685   <quote>A</quote>, <quote>4</quote>, <quote>:</quote>, or <quote>@</quote>.
5686  </member>
5687 </simplelist></para>
5688
5689 <para><simplelist>
5690  <member>
5691   <emphasis>?</emphasis> - The preceding character or expression is matched ZERO or ONE
5692   times. Either/or.
5693  </member>
5694 </simplelist></para>
5695
5696 <para><simplelist>
5697  <member>
5698   <emphasis>+</emphasis> - The preceding character or expression is matched ONE or MORE
5699   times.
5700  </member>
5701 </simplelist></para>
5702
5703 <para><simplelist>
5704  <member>
5705   <emphasis>*</emphasis> - The preceding character or expression is matched ZERO or MORE
5706   times.
5707  </member>
5708 </simplelist></para>
5709
5710 <para><simplelist>
5711  <member>
5712   <emphasis>\</emphasis> - The <quote>escape</quote> character denotes that
5713   the following character should be taken literally. This is used where one of the 
5714   special characters (e.g. <quote>.</quote>) needs to be taken literally and
5715   not as a special meta-character. Example: <quote>example\.com</quote>, makes 
5716   sure the period is recognized only as a period (and not expanded to its 
5717   meta-character meaning of any single character).
5718  </member>
5719 </simplelist></para>
5720
5721 <para><simplelist>
5722  <member>
5723   <emphasis>[]</emphasis> - Characters enclosed in brackets will be matched if
5724   any of the enclosed characters are encountered. For instance, <quote>[0-9]</quote>
5725   matches any numeric digit (zero through nine). As an example, we can combine 
5726   this with <quote>+</quote> to match any digit one of more times: <quote>[0-9]+</quote>.
5727  </member>
5728 </simplelist></para>
5729
5730 <para><simplelist>
5731  <member>
5732   <emphasis>()</emphasis> - parentheses are used to group a sub-expression,
5733   or multiple sub-expressions.
5734  </member>
5735 </simplelist></para>
5736
5737 <para><simplelist>
5738  <member>
5739   <emphasis>|</emphasis> - The <quote>bar</quote> character works like an
5740   <quote>or</quote> conditional statement. A match is successful if the
5741   sub-expression on either side of <quote>|</quote> matches. As an example:
5742   <quote>/(this|that) example/</quote> uses grouping and the bar character 
5743   and would match either <quote>this example</quote> or <quote>that
5744   example</quote>, and nothing else.
5745  </member>
5746 </simplelist></para>
5747
5748 <para><simplelist>
5749  <member>
5750   <emphasis>s/string1/string2/g</emphasis> - This is used to rewrite strings of text. 
5751   <quote>string1</quote> is replaced by <quote>string2</quote> in this
5752   example. There must of course be a match on <quote>string1</quote> first.
5753  </member>
5754 </simplelist></para>
5755
5756 <para>
5757  These are just some of the ones you are likely to use when matching URLs with 
5758  <application>Privoxy</application>, and is a long way from a definitive
5759  list. This is enough to get us started with a few simple examples which may
5760  be more illuminating:
5761 </para>
5762
5763 <para>
5764  <emphasis><literal>/.*/banners/.*</literal></emphasis> - A  simple example
5765  that uses the common combination of <quote>.</quote> and <quote>*</quote> to 
5766  denote any character, zero or more times. In other words, any string at all.
5767  So we start with a literal forward slash, then our regular expression pattern 
5768  (<quote>.*</quote>) another literal forward slash, the string
5769  <quote>banners</quote>, another forward slash, and lastly another
5770  <quote>.*</quote>. We are building 
5771  a directory path here. This will match any file with the path that has a
5772  directory named <quote>banners</quote> in it. The <quote>.*</quote> matches
5773  any characters, and this could conceivably be more forward slashes, so it
5774  might expand into a much longer looking path. For example, this could match:
5775  <quote>/eye/hate/spammers/banners/annoy_me_please.gif</quote>, or just
5776  <quote>/banners/annoying.html</quote>, or almost an infinite number of other
5777  possible combinations, just so it has <quote>banners</quote> in the path
5778  somewhere.
5779 </para>
5780
5781 <para>
5782  A now something a little more complex:
5783 </para>
5784
5785 <para>
5786  <emphasis><literal>/.*/adv((er)?ts?|ertis(ing|ements?))?/</literal></emphasis> - 
5787  We have several literal forward slashes again (<quote>/</quote>), so we are
5788  building another expression that is a file path statement. We have another 
5789  <quote>.*</quote>, so we are matching against any conceivable sub-path, just so
5790  it matches our expression. The only true literal that <emphasis>must
5791  match</emphasis> our pattern is <application>adv</application>, together with
5792  the forward slashes. What comes after the <quote>adv</quote> string is the
5793  interesting part. 
5794 </para>
5795
5796 <para>
5797  Remember the <quote>?</quote> means the preceding expression (either a
5798  literal character or anything grouped with <quote>(...)</quote> in this case)
5799  can exist or not, since this means either zero or one match. So
5800  <quote>((er)?ts?|ertis(ing|ements?))</quote> is optional, as are the
5801  individual sub-expressions: <quote>(er)</quote>,
5802  <quote>(ing|ements?)</quote>, and the <quote>s</quote>. The <quote>|</quote>
5803  means <quote>or</quote>. We have two of those. For instance, 
5804  <quote>(ing|ements?)</quote>, can expand to match either <quote>ing</quote> 
5805  <emphasis>OR</emphasis> <quote>ements?</quote>. What is being done here, is an
5806  attempt at matching as many variations of <quote>advertisement</quote>, and 
5807  similar, as possible. So this would expand to match just <quote>adv</quote>,
5808  or <quote>advert</quote>, or <quote>adverts</quote>, or
5809  <quote>advertising</quote>, or <quote>advertisement</quote>, or
5810  <quote>advertisements</quote>. You get the idea. But it would not match 
5811  <quote>advertizements</quote> (with a <quote>z</quote>). We could fix that by
5812  changing our regular expression to: 
5813  <quote>/.*/adv((er)?ts?|erti(s|z)(ing|ements?))?/</quote>, which would then match
5814  either spelling.
5815 </para>
5816
5817 <para>
5818  <emphasis><literal>/.*/advert[0-9]+\.(gif|jpe?g)</literal></emphasis> - Again 
5819  another path statement with forward slashes. Anything in the square brackets 
5820  <quote>[]</quote> can be matched. This is using <quote>0-9</quote> as a
5821  shorthand expression to mean any digit one through nine. It is the same as
5822  saying <quote>0123456789</quote>. So any digit matches. The <quote>+</quote>
5823  means one or more of the preceding expression must be included. The preceding 
5824  expression here is what is in the square brackets -- in this case, any digit 
5825  one through nine. Then, at the end, we have a grouping: <quote>(gif|jpe?g)</quote>. 
5826  This includes a <quote>|</quote>, so this needs to match the expression on
5827  either side of that bar character also. A simple <quote>gif</quote> on one side, and the other
5828  side will in turn match either <quote>jpeg</quote> or <quote>jpg</quote>,
5829  since the <quote>?</quote> means the letter <quote>e</quote> is optional and
5830  can be matched once or not at all. So we are building an expression here to
5831  match image GIF or JPEG type image file. It must include the literal
5832  string <quote>advert</quote>, then one or more digits, and a <quote>.</quote>
5833  (which is now a literal, and not a special character, since it is escaped
5834  with <quote>\</quote>), and lastly either <quote>gif</quote>, or
5835  <quote>jpeg</quote>, or <quote>jpg</quote>. Some possible matches would
5836  include: <quote>//advert1.jpg</quote>,
5837  <quote>/nasty/ads/advert1234.gif</quote>,
5838  <quote>/banners/from/hell/advert99.jpg</quote>. It would not match
5839  <quote>advert1.gif</quote> (no leading slash), or
5840  <quote>/adverts232.jpg</quote> (the expression does not include an
5841  <quote>s</quote>), or <quote>/advert1.jsp</quote> (<quote>jsp</quote> is not
5842  in the expression anywhere).
5843 </para>
5844
5845 <para>
5846  <emphasis><literal>s/microsoft(?!.com)/MicroSuck/i</literal></emphasis> - This is 
5847  a substitution. <quote>MicroSuck</quote> will replace any occurrence of 
5848  <quote>microsoft</quote>.  The <quote>i</quote> at the end of the expression
5849  means ignore case. The <quote>(?!.com)</quote> means 
5850  the match should fail if <quote>microsoft</quote> is followed by
5851  <quote>.com</quote>. In other words, this acts like a <quote>NOT</quote>
5852  modifier. In case this is a hyperlink, we don't want to break it ;-).
5853 </para>
5854
5855 <para>
5856  We are barely scratching the surface of regular expressions here so that you
5857  can understand the default <application>Privoxy</application>
5858  configuration files, and maybe use this knowledge to customize your own
5859  installation. There is much, much more that can be done with regular
5860  expressions. Now that you know enough to get started, you can learn more on
5861  your own :/
5862 </para>
5863
5864 <para>
5865  More reading on Perl Compatible Regular expressions: 
5866  <ulink url="http://www.perldoc.com/perl5.6/pod/perlre.html">http://www.perldoc.com/perl5.6/pod/perlre.html</ulink>
5867 </para>
5868
5869 </sect2>
5870
5871 <!--  ~  End section  ~  -->
5872
5873
5874 <!--   ~~~~~       New section      ~~~~~     -->
5875 <sect2>
5876 <title><application>Privoxy</application>'s Internal Pages</title>
5877
5878 <para>
5879  Since <application>Privoxy</application> proxies each requested 
5880  web page, it is easy for <application>Privoxy</application> to 
5881  trap certain special URLs. In this way, we can talk directly to
5882  <application>Privoxy</application>, and see how it is 
5883  configured, see how our rules are being applied, change these 
5884  rules and other configuration options, and even turn
5885  <application>Privoxy's</application> filtering off, all with 
5886  a web browser.
5887
5888 </para>
5889
5890 <para>
5891  The URLs listed below are the special ones that allow direct access 
5892  to <application>Privoxy</application>. Of course,
5893  <application>Privoxy</application> must be running to access these. If 
5894  not, you will get a friendly error message. Internet access is not 
5895  necessary either.
5896 </para>
5897
5898 <para>
5899  <itemizedlist>
5900
5901  <listitem>
5902   <para>  
5903    Privoxy main page: 
5904   </para>
5905   <blockquote>
5906    <para> 
5907      <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
5908    </para>
5909   </blockquote>
5910   <para>
5911    Alternately, this may be reached at <ulink
5912    url="http://p.p/">http://p.p/</ulink>, but this
5913    variation may not work as reliably as the above in some configurations.
5914   </para>
5915  </listitem>
5916
5917  <listitem>
5918   <para>  
5919     Show information about the current configuration, including viewing and 
5920     editing of actions files:
5921   </para>
5922    <blockquote>
5923    <para> 
5924     <ulink url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
5925    </para>
5926   </blockquote>
5927  </listitem>
5928  
5929  <listitem>
5930   <para>  
5931     Show the source code version numbers:
5932   </para>
5933   <blockquote>
5934    <para> 
5935     <ulink url="http://config.privoxy.org/show-version">http://config.privoxy.org/show-version</ulink>
5936    </para>
5937   </blockquote>
5938  </listitem>
5939  
5940  <listitem>
5941   <para>  
5942    Show the browser's request headers:
5943   </para>
5944   <blockquote>
5945    <para> 
5946     <ulink url="http://config.privoxy.org/show-request">http://config.privoxy.org/show-request</ulink>
5947    </para>
5948   </blockquote>
5949  </listitem>
5950  
5951  <listitem>
5952   <para>  
5953    Show which actions apply to a URL and why:
5954   </para>
5955    <blockquote>
5956    <para> 
5957     <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
5958    </para>
5959   </blockquote>
5960  </listitem>
5961  
5962  <listitem>
5963   <para>  
5964    Toggle Privoxy on or off. In this case, <quote>Privoxy</quote> continues 
5965    to run, but only as a pass-through proxy, with no actions taking place:
5966   </para>
5967    <blockquote>
5968    <para> 
5969     <ulink url="http://config.privoxy.org/toggle">http://config.privoxy.org/toggle</ulink>
5970    </para>
5971   </blockquote>
5972   <para>
5973    Short cuts. Turn off, then on: 
5974   </para>
5975    <blockquote>
5976    <para> 
5977      <ulink url="http://config.privoxy.org/toggle?set=disable">http://config.privoxy.org/toggle?set=disable</ulink>
5978    </para>
5979   </blockquote>
5980    <blockquote>
5981    <para> 
5982      <ulink url="http://config.privoxy.org/toggle?set=enable">http://config.privoxy.org/toggle?set=enable</ulink>
5983    </para>
5984   </blockquote>
5985  </listitem>
5986  
5987  </itemizedlist>
5988 </para>
5989
5990 <para>
5991  These may be bookmarked for quick reference. See next.
5992
5993 </para>
5994
5995 <sect3 id="bookmarklets">
5996 <title>Bookmarklets</title>
5997 <para>
5998  Below are some <quote>bookmarklets</quote> to allow you to easily access a
5999  <quote>mini</quote> version of some of <application>Privoxy's</application>
6000  special pages. They are designed for MS Internet Explorer, but should work
6001  equally well in Netscape, Mozilla, and other browsers which support
6002  JavaScript. They are designed to run directly from your bookmarks - not by
6003  clicking the links below (although that should work for testing).
6004 </para>
6005 <para>
6006  To save them, right-click the link and choose <quote>Add to Favorites</quote>
6007  (IE) or <quote>Add Bookmark</quote> (Netscape). You will get a warning that
6008  the bookmark <quote>may not be safe</quote> - just click OK. Then you can run the
6009  Bookmarklet directly from your favorites/bookmarks. For even faster access,
6010  you can put them on the <quote>Links</quote> bar (IE) or the <quote>Personal
6011  Toolbar</quote> (Netscape), and run them with a single click. 
6012 </para>
6013
6014 <para>
6015  <itemizedlist>
6016
6017   <listitem>
6018    <para>
6019     <ulink
6020     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>
6021    </para>
6022   </listitem> 
6023
6024   <listitem>
6025    <para>
6026     <ulink
6027     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>
6028    </para>
6029   </listitem> 
6030
6031   <listitem>
6032    <para>
6033     <ulink
6034     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)
6035    </para>
6036   </listitem> 
6037
6038   <listitem>
6039    <para>
6040     <ulink
6041     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>
6042    </para>
6043   </listitem> 
6044
6045   <listitem>
6046    <para>
6047     <ulink url="javascript:w=Math.floor(screen.width/2);h=Math.floor(screen.height*0.9);void(window.open('http://www.privoxy.org/actions','Feedback','screenx='+w+',width='+w+',height='+h+',scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">Privoxy - Submit Filter Feedback</ulink>
6048    </para>
6049   </listitem> 
6050
6051  </itemizedlist>
6052 </para>
6053
6054
6055
6056 <para>
6057  Credit: The site which gave me the general idea for these bookmarklets is
6058  <ulink url="http://www.bookmarklets.com">www.bookmarklets.com</ulink>. They
6059  have more information about bookmarklets. 
6060 </para>
6061
6062
6063 </sect3>
6064
6065 </sect2>
6066
6067
6068 <!--   ~~~~~       New section      ~~~~~     -->
6069 <sect2 id="chain">
6070 <title>Chain of Events</title>
6071 <para>
6072  Let's take a quick look at the basic sequence of events when a web page is 
6073  requested by your browser and <application>Privoxy</application> is on duty:
6074 </para>
6075
6076 <para>
6077  <itemizedlist>
6078  <listitem>
6079   <para>
6080    First, your web browser requests a web page. The browser knows to send 
6081    the request to <application>Privoxy</application>, which will in turn, 
6082    relay the request to the remote web server after passing the following 
6083    tests: 
6084   </para>
6085  </listitem> 
6086  <listitem>
6087   <para>
6088    <application>Privoxy</application> traps any request for its own internal CGI 
6089    pages (e.g http://p.p/) and sends the CGI page back to the browser.
6090   </para>
6091  </listitem> 
6092  <listitem>
6093   <para>
6094    Next, <application>Privoxy</application> checks to see if the URL 
6095    matches any <link
6096    linkend="BLOCK"><quote>+block</quote></link> patterns. If
6097    so, the URL is then blocked, and the remote web server will not be contacted.
6098    <link linkend="HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></link> 
6099    is then checked and if it does not match, an 
6100    HTML <quote>BLOCKED</quote> page is sent back. Otherwise, if it does match,
6101    an image is returned. The type of image depends on the setting of <link
6102    linkend="SET-IMAGE-BLOCKER"><quote>+set-image-blocker</quote></link>
6103    (blank, checkerboard pattern, or an HTTP redirect to an image elsewhere).
6104   </para>
6105  </listitem> 
6106  <listitem>
6107   <para>
6108    Untrusted URLs are blocked. If URLs are being added to the
6109    <filename>trust</filename> file, then that is done.
6110   </para>
6111  </listitem> 
6112  <listitem>
6113   <para>
6114    If the URL pattern matches the <link
6115    linkend="FAST-REDIRECTS"><quote>+fast-redirects</quote></link> action,
6116    it is then processed. Unwanted parts of the requested URL are stripped.
6117   </para>
6118  </listitem> 
6119  <listitem>
6120   <para>
6121    Now the rest of the client browser's request headers are processed. If any
6122    of these match any of the relevant actions (e.g. <link
6123    linkend="HIDE-USER-AGENT"><quote>+hide-user-agent</quote></link>,
6124    etc.), headers are suppressed or forged as determined by these actions and
6125    their parameters.
6126   </para>
6127  </listitem> 
6128  <listitem>
6129   <para>
6130    Now the web server starts sending its response back (i.e. typically a web page and related 
6131    data).
6132   </para>
6133  </listitem> 
6134  <listitem>
6135   <para>
6136    First, the server headers are read and processed to determine, among other
6137    things, the MIME type (document type) and encoding. The headers are then
6138    filtered as deterimed by the 
6139    <link linkend="CRUNCH-INCOMING-COOKIES"><quote>+crunch-incoming-cookies</quote></link>,
6140    <link linkend="SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></link>,
6141    and <link linkend="DOWNGRADE-HTTP-VERSION"><quote>+downgrade-http-version</quote></link>
6142    actions.
6143   </para>
6144  </listitem> 
6145  <listitem>
6146   <para>
6147    If the <link linkend="KILL-POPUPS"><quote>+kill-popups</quote></link>
6148    action applies, and it is an HTML or JavaScript document, the popup-code in the
6149    response is filtered on-the-fly as it is received.
6150   </para>
6151  </listitem> 
6152  <listitem>
6153   <para>
6154    If a <link linkend="FILTER"><quote>+filter</quote></link>
6155    or <link
6156    linkend="DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></link>
6157    action applies (and the document type fits the action), the rest of the page is
6158    read into memory (up to a configurable limit). Then the filter rules (from
6159    <filename>default.filter</filename>) are processed against the buffered
6160    content. Filters are applied in the order they are specified in the
6161    <filename>default.filter</filename> file. Animated GIFs, if present, are
6162    reduced to either the first or last frame, depending on the action
6163    setting.The entire page, which is now filtered, is then sent by
6164    <application>Privoxy</application> back to your browser. 
6165   </para>
6166   <para>
6167    If neither <link linkend="FILTER"><quote>+filter</quote></link>
6168    or <link
6169    linkend="DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></link>
6170    matches, then <application>Privoxy</application> passes the raw data through 
6171    to the client browser as it becomes available.
6172   </para>
6173  </listitem> 
6174  <listitem>
6175   <para>
6176    As the browser receives the now (probably filtered) page content, it 
6177    reads and then requests any URLs that may be embedded within the page
6178    source, e.g. ad images, stylesheets, JavaScript, other HTML documents (e.g.
6179    frames), sounds, etc. For each of these objects, the browser issues a new
6180    request. And each such request is in turn processed as above. Note that a
6181    complex web page may have many such embedded URLs.
6182   </para>
6183  </listitem> 
6184  
6185  </itemizedlist>
6186 </para>
6187
6188 </sect2>
6189
6190
6191 <!--   ~~~~~       New section      ~~~~~     -->
6192 <sect2 id="actionsanat">
6193 <title>Anatomy of an Action</title>
6194
6195 <para>
6196  The way <application>Privoxy</application> applies 
6197  <link linkend="ACTIONS"><quote>actions</quote></link>
6198  and <link linkend="FILTER"><quote>filters</quote></link>
6199  to any given URL can be complex, and not always so
6200  easy to understand what is happening. And sometimes we need to be able to
6201  <emphasis>see</emphasis> just what <application>Privoxy</application> is
6202  doing. Especially, if something <application>Privoxy</application> is doing
6203  is causing us a problem inadvertently. It can be a little daunting to look at
6204  the actions and filters files themselves, since they tend to be filled with
6205  <quote>regular expressions</quote> whose consequences are not always 
6206  so obvious. 
6207 </para>
6208
6209 <para>
6210  One quick test to see if <application>Privoxy</application> is causing a problem 
6211  or not, is to disable it temporarily. This should be the first troubleshooting 
6212  step. See <link linkend="bookmarklets">the Bookmarklets</link> section on a quick 
6213  and easy way to do this (be sure to flush caches afterward!).
6214 </para>
6215
6216 <para>
6217  <application>Privoxy</application> also provides the 
6218  <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
6219  page that can show us very specifically how <application>actions</application>
6220  are being applied to any given URL. This is a big help for troubleshooting.
6221 </para>
6222
6223 <para>
6224  First, enter one URL (or partial URL) at the prompt, and then
6225  <application>Privoxy</application> will tell us 
6226  how the current configuration will handle it. This will not
6227  help with filtering effects (i.e. the <link
6228  linkend="FILTER"><quote>+filter</quote></link> action) from
6229  the <filename>default.filter</filename> file since this is handled very
6230  differently and not so easy to trap! It also will not tell you about any other
6231  URLs that may be embedded within the URL you are testing. For instance, images
6232  such as ads are expressed as URLs within the raw page source of HTML pages. So
6233  you will only get info for the actual URL that is pasted into the prompt area
6234  -- not any sub-URLs. If you want to know about embedded URLs like ads, you
6235  will have to dig those out of the HTML source. Use your browser's <quote>View
6236  Page Source</quote> option for this. Or right click on the ad, and grab the
6237  URL.
6238 </para>
6239
6240 <para>
6241  Let's try an example, <ulink url="http://google.com">google.com</ulink>, 
6242  and look at it one section at a time:
6243 </para>
6244
6245 <para>
6246  <screen>
6247  Matches for http://google.com:
6248
6249 --- File standard ---
6250 (no matches in this file)
6251
6252 --- File default ---
6253
6254 { -add-header -block +deanimate-gifs{last} -downgrade-http-version +fast-redirects 
6255  -filter{popups} -filter{fun} -filter{shockwave-flash} -filter{crude-parental} 
6256  +filter{html-annoyances} +filter{js-annoyances} +filter{content-cookies} 
6257  +filter{webbugs} +filter{refresh-tags} +filter{nimda} +filter{banners-by-size} 
6258  +hide-forwarded-for-headers +hide-from-header{block} +hide-referer{forge} 
6259  -hide-user-agent -handle-as-image +set-image-blocker{pattern} -limit-connect 
6260  +prevent-compression +session-cookies-only -crunch-outgoing-cookies 
6261  -crunch-incoming-cookies -kill-popups -send-vanilla-wafer -send-wafer }
6262 /
6263
6264  { -session-cookies-only }
6265  .google.com
6266
6267  { -fast-redirects }
6268  .google.com
6269
6270 --- File user ---
6271 (no matches in this file)  
6272 </screen>
6273 </para>
6274
6275 <para>
6276  This tells us how we have defined our 
6277  <link linkend="ACTIONS"><quote>actions</quote></link>, and
6278  which ones match for our example, <quote>google.com</quote>. The first listing
6279  is any matches for the <filename>standard.action</filename> file. No hits at
6280  all here on <quote>standard</quote>. Then next is <quote>default</quote>, or
6281  our <filename>default.action</filename> file. The large, multi-line listing,
6282  is how the actions are set to match for all URLs, i.e. our default settings.
6283  If you look at your <quote>actions</quote> file, this would be the section
6284  just below the <quote>aliases</quote> section near the top. This will apply to
6285  all URLs as signified by the single forward slash at the end of the listing
6286  -- <quote>/</quote>.
6287 </para>
6288
6289 <para>
6290  But we can define additional actions that would be exceptions to these general
6291  rules, and then list specific URLs (or patterns) that these exceptions would
6292  apply to. Last match wins. Just below this then are two explicit matches for
6293  <quote>.google.com</quote>. The first is negating our previous cookie setting, 
6294  which was for <link
6295  linkend="SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></link>
6296  (i.e. not persistent). So we will allow persistent cookies for google. The
6297  second turns <emphasis>off</emphasis> any 
6298  <link
6299  linkend="FAST-REDIRECTS"><quote>+fast-redirects</quote></link>
6300  action, allowing this to take place unmolested. Note that there is a leading
6301  dot here -- <quote>.google.com</quote>. This will match any hosts and
6302  sub-domains, in the google.com domain also, such as
6303  <quote>www.google.com</quote>. So, apparently, we have these two actions
6304  defined somewhere in the lower part of our <filename>default.action</filename>
6305  file, and <quote>google.com</quote> is referenced somewhere in these latter
6306  sections.
6307 </para>
6308
6309 <para>
6310  Then, for our <filename>user.action</filename> file, we again have no hits.
6311 </para>
6312
6313 <para>
6314  And finally we pull it all together in the bottom section and summarize how
6315  <application>Privoxy</application> is applying all its <quote>actions</quote> 
6316  to <quote>google.com</quote>:
6317
6318 </para>
6319
6320 <para>
6321  <screen>
6322
6323  Final results:
6324  -add-header -block +deanimate-gifs{last} -downgrade-http-version -fast-redirects 
6325  -filter{popups} -filter{fun} -filter{shockwave-flash} -filter{crude-parental} 
6326  +filter{html-annoyances} +filter{js-annoyances} +filter{content-cookies} 
6327  +filter{webbugs} +filter{refresh-tags} +filter{nimda} +filter{banners-by-size} 
6328  +hide-forwarded-for-headers +hide-from-header{block} +hide-referer{forge} 
6329  -hide-user-agent -handle-as-image +set-image-blocker{pattern} -limit-connect 
6330  +prevent-compression -session-cookies-only -crunch-outgoing-cookies 
6331  -crunch-incoming-cookies -kill-popups -send-vanilla-wafer -send-wafer
6332 </screen>
6333 </para>
6334
6335 <para>
6336  Notice the only difference here to the previous listing, is to 
6337  <quote>fast-redirects</quote> and <quote>session-cookies-only</quote>.
6338 </para>
6339
6340 <para>
6341  Now another example, <quote>ad.doubleclick.net</quote>:
6342 </para>
6343
6344 <para>
6345  <screen>
6346
6347  { +block +handle-as-image }
6348   .ad.doubleclick.net
6349
6350  { +block +handle-as-image }
6351   ad*.
6352
6353  { +block +handle-as-image }
6354   .doubleclick.net
6355 </screen>
6356 </para>
6357
6358 <para>
6359  We'll just show the interesting part here, the explicit matches. It is 
6360  matched three different times. Each as an <quote>+block +handle-as-image</quote>,
6361  which is the expanded form of one of our aliases that had been defined as: 
6362  <quote>+imageblock</quote>. (<link
6363  linkend="ALIASES"><quote>Aliases</quote></link> are defined in
6364  the first section of the actions file and typically used to combine more 
6365  than one action.)
6366 </para>
6367
6368 <para>
6369  Any one of these would have done the trick and blocked this as an unwanted 
6370  image. This is unnecessarily redundant since the last case effectively 
6371  would also cover the first. No point in taking chances with these guys 
6372  though ;-) Note that if you want an ad or obnoxious 
6373  URL to be invisible, it should be defined as <quote>ad.doubleclick.net</quote>
6374  is done here -- as both a <link
6375  linkend="BLOCK"><quote>+block</quote></link>
6376  <emphasis>and</emphasis> an 
6377  <link
6378  linkend="HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></link>.
6379  The custom alias <quote>+imageblock</quote> just simplifies the process and make 
6380  it more readable.
6381 </para>
6382
6383 <para>
6384  One last example. Let's try <quote>http://www.rhapsodyk.net/adsl/HOWTO/</quote>.
6385  This one is giving us problems. We are getting a blank page. Hmmm...
6386 </para>
6387
6388 <para>
6389  <screen>
6390
6391  Matches for http://www.rhapsodyk.net/adsl/HOWTO/:
6392
6393  { -add-header -block +deanimate-gifs -downgrade-http-version +fast-redirects 
6394    +filter{html-annoyances} +filter{js-annoyances} +filter{kill-popups} 
6395    +filter{webbugs} +filter{nimda} +filter{banners-by-size} +filter{hal} 
6396    +filter{fun} +hide-forwarded-for-headers +hide-from-header{block} 
6397    +hide-referer{forge} -hide-user-agent -handle-as-image +set-image-blocker{blank} 
6398    +prevent-compression +session-cookies-only -crunch-incoming-cookies 
6399    -crunch-outgoing-cookies +kill-popups -send-vanilla-wafer -send-wafer }
6400    /
6401
6402  { +block +handle-as-image }
6403   /ads
6404 </screen>
6405 </para>
6406
6407 <para>
6408  Ooops, the <quote>/adsl/</quote> is matching <quote>/ads</quote>! But 
6409  we did not want this at all! Now we see why we get the blank page. We could
6410  now add a new action below this that explicitly does <emphasis>not</emphasis>
6411  block (<quote>{-block}</quote>) paths with <quote>adsl</quote>. There are
6412  various ways to handle such exceptions. Example:
6413 </para>
6414
6415 <para>
6416  <screen>
6417
6418  { -block }
6419   /adsl
6420 </screen>
6421 </para>
6422
6423 <para>
6424  Now the page displays ;-) Be sure to flush your browser's caches when 
6425  making such changes. Or, try using <literal>Shift+Reload</literal>.
6426 </para>
6427
6428 <para>
6429  But now what about a situation where we get no explicit matches like 
6430  we did with:
6431 </para>
6432
6433 <para>
6434  <screen>
6435
6436  { +block +handle-as-image }
6437  /ads
6438 </screen>
6439 </para>
6440
6441 <para>
6442  That actually was very telling and pointed us quickly to where the problem
6443  was. If you don't get this kind of match, then it means one of the default 
6444  rules in the first section is causing the problem. This would require some 
6445  guesswork, and maybe a little trial and error to isolate the offending rule.
6446  One likely cause would be one of the <quote>{+filter}</quote> actions. Try 
6447  adding the URL for the site to one of aliases that turn off <quote>+filter</quote>:
6448 </para>
6449
6450 <para>
6451  <screen>
6452
6453  {shop}
6454  .quietpc.com
6455  .worldpay.com   # for quietpc.com
6456  .jungle.com
6457  .scan.co.uk
6458  .forbes.com
6459 </screen>
6460 </para>
6461
6462 <para>
6463  <quote>{shop}</quote> is an <quote>alias</quote> that expands to 
6464  <quote>{ -filter -session-cookies-only }</quote>.
6465  Or you could do your own exception to negate filtering:
6466
6467 </para>
6468
6469 <para>
6470  <screen>
6471
6472  {-filter}
6473  .forbes.com
6474 </screen>
6475 </para>
6476
6477 <para>
6478  This would probably be most appropriately put in <filename>user.action</filename>, 
6479  for local site exceptions.
6480 </para>
6481
6482 <para>
6483  <quote>{fragile}</quote> is an alias that disables most actions. This can be 
6484  used as a last resort for problem sites. Remember to flush caches! If this 
6485  still does not work, you will have to go through the remaining actions one by
6486  one to find which one(s) is causing the problem.
6487 </para>
6488
6489 </sect2>
6490
6491 </sect1>
6492
6493  <!--
6494
6495  This program is free software; you can redistribute it 
6496  and/or modify it under the terms of the GNU General
6497  Public License as published by the Free Software
6498  Foundation; either version 2 of the License, or (at
6499  your option) any later version.
6500
6501  This program is distributed in the hope that it will
6502  be useful, but WITHOUT ANY WARRANTY; without even the
6503  implied warranty of MERCHANTABILITY or FITNESS FOR A
6504  PARTICULAR PURPOSE.  See the GNU General Public
6505  License for more details.
6506
6507  The GNU General Public License should be included with
6508  this file.  If not, you can view it at
6509  http://www.gnu.org/copyleft/gpl.html
6510  or write to the Free Software Foundation, Inc., 59
6511  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
6512
6513  $Log: user-manual.sgml,v $
6514  Revision 1.112  2002/05/15 03:57:14  hal9
6515  Spell check. A few minor edits here and there for better syntax and
6516  clarification.
6517
6518  Revision 1.111  2002/05/14 23:01:36  oes
6519  Fixing the fixes   
6520
6521  Revision 1.110  2002/05/14 19:10:45  oes
6522  Restored alphabetical order of actions
6523
6524  Revision 1.109  2002/05/14 17:23:11  oes
6525  Renamed the prevent-*-cookies actions, extended aliases section and moved it before the example AFs
6526
6527  Revision 1.108  2002/05/14 15:29:12  oes
6528  Completed proofreading the actions chapter
6529
6530  Revision 1.107  2002/05/12 03:20:41  hal9
6531  Small clarifications for 127.0.0.1 vs localhost for listen-address since this
6532  apparently an important distinction for some OS's.
6533
6534  Revision 1.106  2002/05/10 01:48:20  hal9
6535  This is mostly proposed copyright/licensing additions and changes. Docs
6536  are still GPL, but licensing and copyright are more visible. Also, copyright
6537  changed in doc header comments (eliminate references to JB except FAQ).
6538
6539  Revision 1.105  2002/05/05 20:26:02  hal9
6540  Sorting out license vs copyright in these docs.
6541
6542  Revision 1.104  2002/05/04 08:44:45  swa
6543  bumped version
6544
6545  Revision 1.103  2002/05/04 00:40:53  hal9
6546  -Remove the TOC first page kludge. It's fixed proper now in ldp.dsl.in.
6547  -Some minor additions to Quickstart.
6548
6549  Revision 1.102  2002/05/03 17:46:00  oes
6550  Further proofread & reactivated short build instructions
6551
6552  Revision 1.101  2002/05/03 03:58:30  hal9
6553  Move the user-manual config directive to top of section. Add note about
6554  Privoxy needing read permissions for configs, and write for logs.
6555
6556  Revision 1.100  2002/04/29 03:05:55  hal9
6557  Add clarification on differences of new actions files.
6558
6559  Revision 1.99  2002/04/28 16:59:05  swa
6560  more structure in starting section
6561
6562  Revision 1.98  2002/04/28 05:43:59  hal9
6563  This is the break up of configuration.html into multiple files. This
6564  will probably break links elsewhere :(
6565
6566  Revision 1.97  2002/04/27 21:04:42  hal9
6567  -Rewrite of Actions File example.
6568  -Add section for user-manual directive in config.
6569
6570  Revision 1.96  2002/04/27 05:32:00  hal9
6571  -Add short section to Filter Files to tie in with +filter action.
6572  -Start rewrite of examples in Actions Examples (not finished).
6573
6574  Revision 1.95  2002/04/26 17:23:29  swa
6575  bookmarks cleaned, changed structure of user manual, screen and programlisting cleanups, and numerous other changes that I forgot
6576
6577  Revision 1.94  2002/04/26 05:24:36  hal9
6578  -Add most of Andreas suggestions to Chain of Events section.
6579  -A few other minor corrections and touch up.
6580
6581  Revision 1.92  2002/04/25 18:55:13  hal9
6582  More catchups on new actions files, and new actions names.
6583  Other assorted cleanups, and minor modifications.
6584
6585  Revision 1.91  2002/04/24 02:39:31  hal9
6586  Add 'Chain of Events' section.
6587
6588  Revision 1.90  2002/04/23 21:41:25  hal9
6589  Linuxconf is deprecated on RH, substitute chkconfig.
6590
6591  Revision 1.89  2002/04/23 21:05:28  oes
6592  Added hint for startup on Red Hat
6593
6594  Revision 1.88  2002/04/23 05:37:54  hal9
6595  Add AmigaOS install stuff.
6596
6597  Revision 1.87  2002/04/23 02:53:15  david__schmidt
6598  Updated OSX installation section
6599  Added a few English tweaks here an there
6600
6601  Revision 1.86  2002/04/21 01:46:32  hal9
6602  Re-write actions section.
6603
6604  Revision 1.85  2002/04/18 21:23:23  hal9
6605  Fix ugly typo (mine).
6606
6607  Revision 1.84  2002/04/18 21:17:13  hal9
6608  Spell Redhat correctly (ie Red Hat). A few minor grammar corrections.
6609
6610  Revision 1.83  2002/04/18 18:21:12  oes
6611  Added RPM install detail
6612
6613  Revision 1.82  2002/04/18 12:04:50  oes
6614  Cosmetics
6615
6616  Revision 1.81  2002/04/18 11:50:24  oes
6617  Extended Install section - needs fixing by packagers
6618
6619  Revision 1.80  2002/04/18 10:45:19  oes
6620  Moved text to buildsource.sgml, renamed some filters, details
6621
6622  Revision 1.79  2002/04/18 03:18:06  hal9
6623  Spellcheck, and minor touchups.
6624
6625  Revision 1.78  2002/04/17 18:04:16  oes
6626  Proofreading part 2
6627
6628  Revision 1.77  2002/04/17 13:51:23  oes
6629  Proofreading, part one
6630
6631  Revision 1.76  2002/04/16 04:25:51  hal9
6632  -Added 'Note to Upgraders' and re-ordered the 'Quickstart' section.
6633  -Note about proxy may need requests to re-read config files.
6634
6635  Revision 1.75  2002/04/12 02:08:48  david__schmidt
6636  Remove OS/2 building info... it is already in the developer-manual
6637
6638  Revision 1.74  2002/04/11 00:54:38  hal9
6639  Add small section on submitting actions.
6640
6641  Revision 1.73  2002/04/10 18:45:15  swa
6642  generated
6643
6644  Revision 1.72  2002/04/10 04:06:19  hal9
6645  Added actions feedback  to Bookmarklets section
6646
6647  Revision 1.71  2002/04/08 22:59:26  hal9
6648  Version update. Spell chkconfig correctly :)
6649
6650  Revision 1.70  2002/04/08 20:53:56  swa
6651  ?
6652
6653  Revision 1.69  2002/04/06 05:07:29  hal9
6654  -Add privoxy-man-page.sgml, for man page.
6655  -Add authors.sgml for AUTHORS (and p-authors.sgml)
6656  -Reworked various aspects of various docs.
6657  -Added additional comments to sub-docs.
6658
6659  Revision 1.68  2002/04/04 18:46:47  swa
6660  consistent look. reuse of copyright, history et. al.
6661
6662  Revision 1.67  2002/04/04 17:27:57  swa
6663  more single file to be included at multiple points. make maintaining easier
6664
6665  Revision 1.66  2002/04/04 06:48:37  hal9
6666  Structural changes to allow for conditional inclusion/exclusion of content
6667  based on entity toggles, e.g. 'entity % p-not-stable  "INCLUDE"'. And
6668  definition of internal entities, e.g. 'entity p-version "2.9.13"' that will
6669  eventually be set by Makefile.
6670  More boilerplate text for use across multiple docs.
6671
6672  Revision 1.65  2002/04/03 19:52:07  swa
6673  enhance squid section due to user suggestion
6674
6675  Revision 1.64  2002/04/03 03:53:43  hal9
6676  A few minor bug fixes, and touch ups. Ready for review.
6677
6678  Revision 1.63  2002/04/01 16:24:49  hal9
6679  Define entities to include boilerplate text. See doc/source/*.
6680
6681  Revision 1.62  2002/03/30 04:15:53  hal9
6682  - Fix privoxy.org/config links.
6683  - Paste in Bookmarklets from Toggle page.
6684  - Move Quickstart nearer top, and minor rework.
6685
6686  Revision 1.61  2002/03/29 01:31:08  hal9
6687  Minor update.
6688
6689  Revision 1.60  2002/03/27 01:57:34  hal9
6690  Added more to Anatomy section.
6691
6692  Revision 1.59  2002/03/27 00:54:33  hal9
6693  Touch up intro for new name.
6694
6695  Revision 1.58  2002/03/26 22:29:55  swa
6696  we have a new homepage!
6697
6698  Revision 1.57  2002/03/24 20:33:30  hal9
6699  A few minor catch ups with name change.
6700
6701  Revision 1.56  2002/03/24 16:17:06  swa
6702  configure needs to be generated.
6703
6704  Revision 1.55  2002/03/24 16:08:08  swa
6705  we are too lazy to make a block-built
6706  privoxy logo. hence removed the option.
6707
6708  Revision 1.54  2002/03/24 15:46:20  swa
6709  name change related issue.
6710
6711  Revision 1.53  2002/03/24 11:51:00  swa
6712  name change. changed filenames.
6713
6714  Revision 1.52  2002/03/24 11:01:06  swa
6715  name change
6716
6717  Revision 1.51  2002/03/23 15:13:11  swa
6718  renamed every reference to the old name with foobar.
6719  fixed "application foobar application" tag, fixed
6720  "the foobar" with "foobar". left junkbustser in cvs
6721  comments and remarks to history untouched.
6722
6723  Revision 1.50  2002/03/23 05:06:21  hal9
6724  Touch up.
6725
6726  Revision 1.49  2002/03/21 17:01:05  hal9
6727  New section in Appendix.
6728
6729  Revision 1.48  2002/03/12 06:33:01  hal9
6730  Catching up to Andreas and re_filterfile changes.
6731
6732  Revision 1.47  2002/03/11 13:13:27  swa
6733  correct feedback channels
6734
6735  Revision 1.46  2002/03/10 00:51:08  hal9
6736  Added section on JB internal pages in Appendix.
6737
6738  Revision 1.45  2002/03/09 17:43:53  swa
6739  more distros
6740
6741  Revision 1.44  2002/03/09 17:08:48  hal9
6742  New section on Jon's actions file editor, and move some stuff around.
6743
6744  Revision 1.43  2002/03/08 00:47:32  hal9
6745  Added imageblock{pattern}.
6746
6747  Revision 1.42  2002/03/07 18:16:55  swa
6748  looks better
6749
6750  Revision 1.41  2002/03/07 16:46:43  hal9
6751  Fix a few markup problems for jade.
6752
6753  Revision 1.40  2002/03/07 16:28:39  swa
6754  provide correct feedback channels
6755
6756  Revision 1.39  2002/03/06 16:19:28  hal9
6757  Note on perceived filtering slowdown per FR.
6758
6759  Revision 1.38  2002/03/05 23:55:14  hal9
6760  Stupid I did it again. Double hyphen in comment breaks jade.
6761
6762  Revision 1.37  2002/03/05 23:53:49  hal9
6763  jade barfs on '- -' embedded in comments. - -user option broke it.
6764
6765  Revision 1.36  2002/03/05 22:53:28  hal9
6766  Add new - - user option.
6767
6768  Revision 1.35  2002/03/05 00:17:27  hal9
6769  Added section on command line options.
6770
6771  Revision 1.34  2002/03/04 19:32:07  oes
6772  Changed default port to 8118
6773
6774  Revision 1.33  2002/03/03 19:46:13  hal9
6775  Emphasis on where/how to report bugs, etc
6776
6777  Revision 1.32  2002/03/03 09:26:06  joergs
6778  AmigaOS changes, config is now loaded from PROGDIR: instead of
6779  AmiTCP:db/junkbuster/ if no configuration file is specified on the
6780  command line.
6781
6782  Revision 1.31  2002/03/02 22:45:52  david__schmidt
6783  Just tweaking
6784
6785  Revision 1.30  2002/03/02 22:00:14  hal9
6786  Updated 'New Features' list. Ran through spell-checker.
6787
6788  Revision 1.29  2002/03/02 20:34:07  david__schmidt
6789  Update OS/2 build section
6790
6791  Revision 1.28  2002/02/24 14:34:24  jongfoster
6792  Formatting changes.  Now changing the doctype to DocBook XML 4.1
6793  will work - no other changes are needed.
6794
6795  Revision 1.27  2002/01/11 14:14:32  hal9
6796  Added a very short section on Templates
6797
6798  Revision 1.26  2002/01/09 20:02:50  hal9
6799  Fix bug re: auto-detect config file changes.
6800
6801  Revision 1.25  2002/01/09 18:20:30  hal9
6802  Touch ups for *.action files.
6803
6804  Revision 1.24  2001/12/02 01:13:42  hal9
6805  Fix typo.
6806
6807  Revision 1.23  2001/12/02 00:20:41  hal9
6808  Updates for recent changes.
6809
6810  Revision 1.22  2001/11/05 23:57:51  hal9
6811  Minor update for startup now daemon mode.
6812
6813  Revision 1.21  2001/10/31 21:11:03  hal9
6814  Correct 2 minor errors
6815
6816  Revision 1.18  2001/10/24 18:45:26  hal9
6817  *** empty log message ***
6818
6819  Revision 1.17  2001/10/24 17:10:55  hal9
6820  Catching up with Jon's recent work, and a few other things.
6821
6822  Revision 1.16  2001/10/21 17:19:21  swa
6823  wrong url in documentation
6824
6825  Revision 1.15  2001/10/14 23:46:24  hal9
6826  Various minor changes. Fleshed out SEE ALSO section.
6827
6828  Revision 1.13  2001/10/10 17:28:33  hal9
6829  Very minor changes.
6830
6831  Revision 1.12  2001/09/28 02:57:04  hal9
6832  Ditto :/
6833
6834  Revision 1.11  2001/09/28 02:25:20  hal9
6835  Ditto.
6836
6837  Revision 1.9  2001/09/27 23:50:29  hal9
6838  A few changes. A short section on regular expression in appendix.
6839
6840  Revision 1.8  2001/09/25 00:34:59  hal9
6841  Some additions, and re-arranging.
6842
6843  Revision 1.7  2001/09/24 14:31:36  hal9
6844  Diddling.
6845
6846  Revision 1.6  2001/09/24 14:10:32  hal9
6847  Including David's OS/2 installation instructions.
6848
6849  Revision 1.2  2001/09/13 15:27:40  swa
6850  cosmetics
6851
6852  Revision 1.1  2001/09/12 15:36:41  swa
6853  source files for junkbuster documentation
6854
6855  Revision 1.3  2001/09/10 17:43:59  swa
6856  first proposal of a structure.
6857
6858  Revision 1.2  2001/06/13 14:28:31  swa
6859  docs should have an author.
6860
6861  Revision 1.1  2001/06/13 14:20:37  swa
6862  first import of project's documentation for the webserver.
6863
6864  -->
6865
6866 </article>