87f06d19248b22244f4782387510ec782c25fdc2
[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.111 2002/05/14 23:01:36 oes 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.111 2002/05/14 23:01:36 oes 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>standard.action</filename> - is used by the web based editor, 
2674       to set various pre-defined sets of rules for the default actions section
2675       in <filename>default.action</filename>. These have increasing levels of
2676       aggressiveness <emphasis>and have no influence on your browsing unless
2677       you select them explicitly in the editor</emphasis>. It is not recommend
2678       to edit this file.
2679     </para>
2680    </listitem> 
2681    <listitem>
2682     <para>
2683      <filename>default.action</filename> - is the primary action file 
2684      that sets the initial values for all actions. It is intended to 
2685      provide a base level of functionality for
2686      <application>Privoxy's</application> array of features. So it is 
2687      a set of broad rules that should work reasonably well for users everywhere.
2688      This is the file that the developers are keeping updated, and making 
2689      available to users.
2690     </para>
2691    </listitem> 
2692    <listitem>
2693     <para>
2694      <filename>user.action</filename> - is intended to be for local site 
2695      preferences and exceptions. As an example, if your ISP or your bank
2696      has specific requirements, and need special handling, this kind of 
2697      thing should go here. This file will not be upgraded.
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>
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  #
4819  +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
4820  -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
4821  +imageblock = +block +handle-as-image
4822
4823  # These aliases define combinations of actions
4824  # that are useful for certain types of sites:
4825  #
4826  fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
4827  shop        = -crunch-all-cookies -fast-redirects
4828
4829  # Aliases defined from other aliases, for really lazy people ;-)
4830  #
4831  c0 = +crunch-all-cookies
4832  c1 = -crunch-all-cookies</screen>
4833 </para>
4834
4835 <para>
4836  ...and put them to use. These sections would appear in the lower part of an 
4837  actions file and define exceptions to the default actions (as specified further
4838  up for the <quote>/</quote> pattern):
4839 </para>
4840
4841 <para>
4842  <screen>
4843  # These sites are either very complex or very keen on
4844  # user data and require minimal interference to work:
4845  #
4846  {fragile}
4847  .office.microsoft.com
4848  .windowsupdate.microsoft.com
4849  .nytimes.com
4850
4851  # Shopping sites:
4852  # Allow cookies (for setting and retrieving your customer data)
4853  #           
4854  {shop}
4855  .quietpc.com
4856  .worldpay.com   # for quietpc.com
4857  .scan.co.uk
4858
4859  # These shops require pop-ups:
4860  #
4861  {shop -kill-popups -filter{popups}}
4862   .dabs.com
4863   .overclockers.co.uk</screen>
4864 </para>
4865
4866 <para>
4867  Aliases like <quote>shop</quote> and <quote>fragile</quote> are often used for 
4868  <quote>problem</quote> sites that require some actions to be disabled 
4869  in order to function properly.
4870 </para>
4871 </sect2>
4872
4873 <!--   ~~~~~       New section      ~~~~~     -->
4874 <sect2 id="act-examples">
4875 <title>Sample Actions Files</title>
4876 <para>
4877  Remember that the meaning of each action is reversed by preceding
4878  the action with a <quote>-</quote>, in place of the <quote>+</quote>. Also, 
4879  that some actions are turned on in the default section of the actions file, 
4880  and require little to no additional configuration. These are just <quote>on</quote>.
4881 </para>
4882
4883 <para>
4884  But, other actions that are turned on in the default section <emphasis>do
4885  typically require</emphasis> exceptions to be listed in the latter sections of 
4886  one of our actions file. For instance, by default no URLs are
4887  <quote>blocked</quote> (i.e. in the default definitions of
4888  <filename>default.action</filename>). We need exceptions to this in order to
4889  <emphasis>enable</emphasis> ad blocking in the lower sections. But we need to
4890  be very selective about what we do block. Thus, the default is <quote>off</quote>
4891  for blocking.
4892 </para>
4893
4894 <para>
4895  Below is a liberally commented sample <filename>default.action</filename> file
4896  to demonstrate how all the pieces come together. And to show how exceptions
4897  to the default policies can be handled. This is followed by a brief 
4898  <filename>user.action</filename> with similar examples.
4899 </para>
4900
4901 <para>
4902  <literal>
4903   <msgtext> 
4904    <literallayout>
4905 # Sample default.action file &lt;developers@privoxy.org&gt;
4906
4907 # Settings -- Don't change! For internal Privoxy use ONLY.
4908 {{settings}}
4909 for-privoxy-version=3.0
4910
4911
4912 ##########################################################################
4913 # <ulink url="actions-file.html#ALIASES">Aliases</ulink> must be defined *before* they are used. These are
4914 # easier to remember, and can combine several actions into one. Once 
4915 # defined they can be used just like any built-in action -- but within 
4916 # this file only! Aliases do not require a + or - sign.
4917 ##########################################################################
4918 {{alias}}
4919
4920 # Some useful aliases.
4921 # Alias to turn off cookie handling, ie allow all cookies unmolested.
4922 #
4923 mercy-for-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies \
4924                     -session-cookies-only
4925
4926 # Alias to both block and treat as if an image for ad blocking
4927 # purposes.
4928 #
4929 +block-as-image   = +block +handle-as-image
4930
4931 # Shops should be allowed to set persistent cookies
4932 #
4933 shop        = -filter mercy-for-cookies
4934
4935 # Fragile sites should receive minimum interference:
4936 #
4937 fragile     = -block -deanimate-gifs -fast-redirects -filter -hide-referer \
4938               mercy-for-cookies -kill-popups
4939
4940 ##########################################################################
4941 # Matching starts here. Remember that at this time, all actions are
4942 # disabled, so we need to explicitly enable the ones we want. 
4943 #
4944 # We begin with "default" action settings, i.e. we define a set of actions
4945 # for a pattern ("/") <link linkend="af-patterns">that matches all URLs</link>. This default set will be
4946 # applied to all requests as a start, and can be partly or wholly overridden
4947 # by later matches further down this file, or in user.action.
4948 #
4949 # We will show all potential actions here whether they are enabled
4950 # or not. We could omit any disabled action if we wanted, since all 
4951 # actions are 'off' by default anyway. Shown for completeness only.
4952 # Actions are enabled if preceded by a '+', otherwise they are disabled 
4953 # (unless an alias has been defined without this).
4954 ##########################################################################
4955  { \
4956  <ulink url="actions-file.html#ADD-HEADER">-add-header</ulink> \
4957  <ulink url="actions-file.html#BLOCK">-block</ulink> \
4958  <ulink url="actions-file.html#DEANIMATE-GIFS">-deanimate-gifs</ulink> \
4959  <ulink url="actions-file.html#DOWNGRADE-HTTP-VERSION">-downgrade-http-version</ulink> \
4960  <ulink url="actions-file.html#FAST-REDIRECTS">+fast-redirects</ulink> \
4961  <ulink url="actions-file.html#FILTER-HTML-ANNOYANCES">+filter{html-annoyances}</ulink> \
4962  <ulink url="actions-file.html#FILTER-JS-ANNOYANCES">+filter{js-annoyances}</ulink> \
4963  <ulink url="actions-file.html#FILTER-CONTENT-COOKIES">-filter{content-cookies}</ulink> \
4964  <ulink url="actions-file.html#FILTER-POPUPS">-filter{popups}</ulink> \
4965  <ulink url="actions-file.html#FILTER-WEBBUGS">+filter{webbugs}</ulink> \
4966  <ulink url="actions-file.html#FILTER-REFRESH-TAGS">-filter{refresh-tags}</ulink> \
4967  <ulink url="actions-file.html#FILTER-FUN">-filter{fun}</ulink> \
4968  <ulink url="actions-file.html#FILTER-NIMDA">+filter{nimda}</ulink> \
4969  <ulink url="actions-file.html#FILTER-BANNERS-BY-SIZE">+filter{banners-by-size}</ulink> \
4970  <ulink url="actions-file.html#FILTER-SHOCKWAVE-FLASH">-filter{shockwave-flash}</ulink> \
4971  <ulink url="actions-file.html#FILTER-CRUDE-PARENTAL">-filter{crude-parental}</ulink> \
4972  <ulink url="actions-file.html#HIDE-FORWARDED-FOR-HEADERS">+hide-forwarded-for-headers</ulink> \
4973  <ulink url="actions-file.html#HIDE-FROM-HEADER">+hide-from-header{block}</ulink> \
4974  <ulink url="actions-file.html#HIDE-REFERER">-hide-referrer</ulink> \
4975  <ulink url="actions-file.html#HIDE-USER-AGENT">-hide-user-agent</ulink> \
4976  <ulink url="actions-file.html#HANDLE-AS-IMAGE">-handle-as-image</ulink> \
4977  <ulink url="actions-file.html#SET-IMAGE-BLOCKER">+set-image-blocker{pattern}</ulink> \
4978  <ulink url="actions-file.html#LIMIT-CONNECT">-limit-connect</ulink> \
4979  <ulink url="actions-file.html#PREVENT-COMPRESSION">+prevent-compression</ulink> \
4980  <ulink url="actions-file.html#SESSION-COOKIES-ONLY">-session-cookies-only</ulink> \
4981  <ulink url="actions-file.html#CRUNCH-OUTGOING-COOKIES">-crunch-outgoing-cookies</ulink> \
4982  <ulink url="actions-file.html#CRUNCH-INCOMING-COOKIES">-crunch-incoming-cookies</ulink> \
4983  <ulink url="actions-file.html#KILL-POPUPS">-kill-popups</ulink> \
4984  <ulink url="actions-file.html#SEND-VANILLA-WAFER">-send-vanilla-wafer</ulink> \
4985  <ulink url="actions-file.html#SEND-WAFER">-send-wafer</ulink> \
4986  }
4987  / # forward slash will match *all* potential URL patterns. 
4988
4989 ##########################################################################
4990 # Default behavior is now set. Now we will define some exceptions to our 
4991 # default action policies.
4992 ##########################################################################
4993
4994 # These sites are very complex and require very minimal interference.
4995 # We'll disable most actions with our 'fragile' alias:
4996  { fragile }
4997  .office.microsoft.com           # surprise, surprise!
4998  .windowsupdate.microsoft.com
4999
5000
5001 # Shopping sites - not as fragile but require some special 
5002 # handling. We still want to block ads, and we will allow 
5003 # persistent cookies via the 'shop' alias:
5004  { shop }
5005  .quietpc.com 
5006  .worldpay.com   # for quietpc.com
5007  .jungle.com
5008  .scan.co.uk
5009
5010
5011 # These sites require pop-ups too :(  We'll combine our 'shop' 
5012 # alias with two other actions into one rule to allow all popups.
5013  { shop <ulink url="actions-file.html#KILL-POPUPS">-kill-popups</ulink> <ulink url="actions-file.html#FILTER-POPUPS">-filter{popups}</ulink> }
5014  .dabs.com
5015  .overclockers.co.uk
5016
5017
5018 # The 'Fast-redirects' action breaks some sites. Disable this action
5019 # for these known sensitive sites:
5020  { <ulink url="actions-file.html#FAST-REDIRECTS">-fast-redirects</ulink> }
5021  login.yahoo.com
5022  edit.europe.yahoo.com
5023  .google.com
5024  .altavista.com/.*(like|url|link):http
5025  .altavista.com/trans.*urltext=http
5026  .nytimes.com
5027
5028
5029 # Define which file types will be treated as images. Important
5030 # for ad blocking.
5031  { <ulink url="actions-file.html#HANDLE-AS-IMAGE">+handle-as-image</ulink> }
5032  /.*\.(gif|jpe?g|png|bmp|ico)
5033
5034
5035 # Now lets list some domains that are known ad generators. And
5036 # our alias that we use here will block these as well as force 
5037 # them to be treated as images. This combination of actions is 
5038 # important for ad blocking. What the browser will show instead is 
5039 # determined by the setting of <ulink url="actions-file.html#SET-IMAGE-BLOCKER"><quote>+set-image-blocker</quote></ulink>
5040  { +imageblock }
5041  ar.atwola.com 
5042  .ad.doubleclick.net
5043  .a.yimg.com/(?:(?!/i/).)*$
5044  .a[0-9].yimg.com/(?:(?!/i/).)*$
5045  bs*.gsanet.com
5046  bs*.einets.com
5047  .qkimg.net
5048  ad.*.doubleclick.net
5049
5050
5051 # These will just simply be blocked. They will generate the BLOCKED
5052 # banner page, if matched. Heavy use of wildcards and regular 
5053 # expressions in this example. Enable block action:
5054  { <ulink url="actions-file.html#BLOCK">+block</ulink> }
5055  ad*.
5056  .*ads.
5057  banner?.
5058  count*.
5059  /.*count(er)?\.(pl|cgi|exe|dll|asp|php[34]?)
5060  /(?:.*/)?(publicite|werbung|rekla(ma|me|am)|annonse|maino(kset|nta|s)?)/
5061  .hitbox.com 
5062
5063
5064 # The above block section will probably inadvertently catch some 
5065 # sites we DO NOT want blocked via the wildcards and regular expressions. 
5066 # Now let's set exceptions to the exceptions so the good guys get better 
5067 # treatment. Disable block action:
5068  { <ulink url="actions-file.html#BLOCK">-block</ulink> }
5069  advogato.org
5070  adsl.
5071  ad[ud]*.
5072  advice.
5073 # Let's just trust all .edu top level domains.
5074  .edu
5075  www.ugu.com/sui/ugu/adv
5076 # We'll need to access to path names containing 'download' 
5077  .*downloads.
5078  /downloads/
5079 # 'adv' is for globalintersec and means advanced, not advertisement
5080  www.globalintersec.com/adv
5081
5082
5083 # Don't filter *anything* from our friends at sourceforge.
5084 # Notice we don't have to name the individual filter 
5085 # identifiers -- we just turn them all off in one fell swoop.
5086 # Disable all filters for this one site:
5087  { <ulink url="actions-file.html#FILTER">-filter</ulink> }
5088  .sourceforge.net
5089    </literallayout>
5090   </msgtext> 
5091  </literal>
5092 </para>
5093
5094 <para>
5095  So far we are painting with a broad brush by setting general policies. 
5096  The above would be a reasonable starting point for many situations. Now, 
5097  we want to be more specific and have customized rules that are more suitable
5098  to our personal habits and preferences. These would be for narrowly defined 
5099  situations like your ISP or your bank, and should be placed in 
5100  <filename>user.action</filename>, which is parsed after all other 
5101  actions files and should not be clobbered by upgrades. So any settings here,
5102  will have the last word and over-ride any previously defined actions.
5103 </para>
5104
5105 <para>
5106  Now a few examples of some things that one might do with a
5107  <filename>user.action</filename> file. 
5108 </para>
5109
5110 <!-- brief sample user.action here -->
5111
5112 <para>
5113  <literal>
5114   <msgtext> 
5115    <literallayout>
5116 # Sample user.action file.
5117
5118 # Any aliases you want to use need to be re-defined here.
5119 # Alias to turn off cookie handling, ie allow all cookies unmolested.
5120  -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies \
5121                        -session-cookies-only
5122
5123 # Fragile sites should have the minimum changes:
5124  fragile     = -block -deanimate-gifs -fast-redirects -filter -hide-referer \
5125                -crunch-all-cookies -kill-popups
5126
5127 # Allow persistent cookies for a few regular sites that we 
5128 # trust via our above alias. These will be saved from one browser session 
5129 # to the next. We are explicitly turning off any and all cookie handling, 
5130 # even though the crunch-*-cookies settings were disabled in our above 
5131 # default.action anyway. So cookies from these domains will come through 
5132 # unmolested.
5133  { -crunch-all-cookies }
5134  .sun.com
5135  .yahoo.com
5136  .msdn.microsoft.com
5137  .redhat.com
5138
5139
5140 # My ISP uses obnoxious self promoting images on many pages.
5141 # Nuke them :) Note that <ulink url="actions-file.html#HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></ulink> need not be specified,
5142 # since all URLs ending in .gif will be tagged as images by the
5143 # general rules in default.action anyway.
5144  { <ulink url="actions-file.html#BLOCK">+block</ulink> }
5145  www.my-isp-example.com/logo[0-9].gif
5146
5147
5148 # Say the site where you do your home banking needs to open
5149 # popup windows, but you have chosen to kill popups by
5150 # default. This will allow it for your-example-bank.com:
5151 #
5152  { <ulink url="actions-file.html#FILTER-POPUPS">-filter{popups}</ulink> <ulink url="actions-file.html#KILL-POPUPS">-kill-popups</ulink> }
5153  .my-example-bank.com
5154
5155
5156 # This site is delicate, and requires kid-glove 
5157 # treatment.
5158  { fragile }
5159  .forbes.com
5160    </literallayout>
5161   </msgtext> 
5162  </literal>
5163 </para>
5164 </sect2>
5165
5166 <!--  ~  End section  ~  -->
5167
5168
5169
5170 </sect1>
5171
5172 <!--  ~  End section  ~  -->
5173
5174
5175
5176 <!--   ~~~~~~~~       New section Header    ~~~~~~~~~     -->
5177
5178 <sect1 id="filter-file">
5179 <title>The Filter File</title>
5180 <para>
5181  Any web page can be dynamically modified with the filter file. This
5182  modification can be removal, or re-writing, of any web page content,
5183  including tags and non-visible content. The default filter file is
5184  oddly enough <filename>default.filter</filename>, located in the config
5185  directory. 
5186 </para>
5187
5188 <para>
5189  This is potentially a very powerful feature, and requires knowledge of both 
5190  <quote>regular expression</quote> and HTML in order create custom 
5191  filters. But, there are a number of useful filters included with 
5192  <application>Privoxy</application> for many common situations.
5193 </para>
5194
5195 <para>
5196  The included example file is divided into sections. Each section begins 
5197  with the <literal>FILTER</literal> keyword, followed by the identifier 
5198  for that section, e.g. <quote>FILTER: webbugs</quote>. Each section performs
5199  a similar type of filtering, such as <quote>html-annoyances</quote>.
5200 </para>
5201
5202 <para>
5203  This file uses regular expressions to alter or remove any string in the
5204  target page. The expressions can only operate on one line at a time. Some
5205  examples from the included default <filename>default.filter</filename>:
5206 </para>
5207
5208 <para>
5209  Stop web pages from displaying annoying messages in the status bar by
5210  deleting such references:
5211 </para>
5212
5213 <para>
5214  <literal>
5215   <msgtext> 
5216    <literallayout>
5217  FILTER: html-annoyances
5218
5219  # New browser windows should be resizeable and have a location and status
5220  # bar. Make it so.
5221  #
5222  s/resizable="?(no|0)"?/resizable=1/ig s/noresize/yesresize/ig
5223  s/location="?(no|0)"?/location=1/ig s/status="?(no|0)"?/status=1/ig
5224  s/scrolling="?(no|0|Auto)"?/scrolling=1/ig
5225  s/menubar="?(no|0)"?/menubar=1/ig 
5226
5227  # The &lt;BLINK&gt; tag was a crime!
5228  #
5229  s*&lt;blink&gt;|&lt;/blink&gt;**ig
5230
5231  # Is this evil? 
5232  #
5233  #s/framespacing="?(no|0)"?//ig
5234  #s/margin(height|width)=[0-9]*//gi
5235    </literallayout>
5236   </msgtext> 
5237  </literal>
5238 </para>
5239
5240 <para>
5241  Just for kicks, replace any occurrence of <quote>Microsoft</quote> with
5242  <quote>MicroSuck</quote>, and have a little fun with topical buzzwords: 
5243 </para>
5244
5245 <para>
5246  <literal>
5247   <msgtext> 
5248    <literallayout>
5249  FILTER: fun
5250
5251  s/microsoft(?!.com)/MicroSuck/ig
5252
5253  # Buzzword Bingo:
5254  #
5255  s/industry-leading|cutting-edge|award-winning/&lt;font color=red&gt;&lt;b&gt;BINGO!&lt;/b&gt;&lt;/font&gt;/ig
5256    </literallayout>
5257   </msgtext> 
5258  </literal>
5259 </para>
5260
5261 <para>
5262  Kill those pesky little web-bugs:
5263 </para>
5264
5265 <para>
5266  <literal>
5267   <msgtext> 
5268    <literallayout>
5269  # webbugs: Squish WebBugs (1x1 invisible GIFs used for user tracking)
5270  FILTER: webbugs
5271
5272  s/&lt;img\s+[^&gt;]*?(width|height)\s*=\s*['"]?1\D[^&gt;]*?(width|height)\s*=\s*['"]?1(\D[^&gt;]*?)?>/&lt;!-- Squished WebBug --&gt;/sig
5273    </literallayout>
5274   </msgtext> 
5275  </literal>
5276 </para>
5277
5278
5279 <!--   ~~~~~       New section      ~~~~~     -->
5280 <sect2>
5281 <title>The <emphasis>+filter</emphasis> Action</title>
5282 <para>
5283  Filters are enabled with the <ulink
5284  url="actions-file.html#FILTER"><quote>+filter</quote></ulink> action from within 
5285  one of the actions files. <quote>+filter</quote> requires one parameter, which 
5286  should match one of the section identifiers in the filter file itself. Example:
5287 </para>
5288
5289 <screen>
5290   +filter{html-annoyances}
5291 </screen>
5292
5293 <para>
5294  This would activate that particular filter. Similarly, <quote>+filter</quote>
5295  can be turned off for selected sites as:
5296  <quote>-filter{<replaceable>html-annoyances</replaceable>}</quote>. Remember
5297  too, all actions are off by default, unless they are explicitly enabled in one
5298  of the actions files.
5299 </para>
5300
5301 </sect2>
5302
5303 </sect1>
5304
5305 <!--  ~  End section  ~  -->
5306
5307
5308
5309 <!--   ~~~~~       New section      ~~~~~     -->
5310
5311 <sect1 id="templates">
5312 <title>Templates</title>
5313 <para>
5314  When <application>Privoxy</application> displays one of its internal 
5315  pages, such as a <ulink url="http://bogus_404_page.com">404 Not Found error page</ulink>
5316  (<application>Privoxy</application> must be running for link to work as
5317  intended), it uses the appropriate template. On Linux, BSD, and Unix, these
5318  are located in <filename>/etc/privoxy/templates</filename> by default. These
5319  may be customized, if desired. <filename>cgi-style.css</filename> is used to
5320  control the HTML attributes (fonts, etc).
5321 </para>
5322 <para>
5323  The default 
5324  <ulink
5325  url="http://ads.bannerserver.example.com/nasty-ads/sponsor.html">Blocked
5326  </ulink> (<application>Privoxy</application> needs to be running for page to
5327  display) banner page with the bright red top banner, is called just
5328  <quote><filename>blocked</filename></quote>. This may be customized or
5329  replaced with something else if desired (not recommended for the casual
5330  user).
5331 </para>
5332
5333 </sect1>
5334
5335 <!--  ~  End section  ~  -->
5336
5337
5338
5339 <!--   ~~~~~       New section      ~~~~~     -->
5340
5341 <sect1 id="contact"><title>Contacting the Developers, Bug Reporting and Feature
5342 Requests</title>
5343
5344 <!-- Include contacting.sgml boilerplate: -->
5345  &contacting;
5346 <!-- end boilerplate -->
5347
5348 </sect1>
5349
5350 <!--  ~  End section  ~  -->
5351
5352
5353 <!--   ~~~~~       New section      ~~~~~     -->
5354 <sect1 id="copyright"><title><application>Privoxy</application> Copyright, License and History</title>
5355
5356 <!-- Include copyright.sgml: -->
5357  &copyright;
5358 <!-- end copyright -->
5359
5360 <!--   ~~~~~       New section      ~~~~~     -->
5361 <sect2><title>License</title>
5362 <!-- Include copyright.sgml: -->
5363  &license;
5364 <!-- end copyright -->
5365 </sect2>
5366 <!--  ~  End section  ~  -->
5367
5368
5369 <!--   ~~~~~       New section      ~~~~~     -->
5370
5371 <sect2 id="history"><title>History</title>
5372 <!-- Include history.sgml: -->
5373  &history;
5374 <!-- end history -->
5375 </sect2>
5376 </sect1>
5377
5378 <!--  ~  End section  ~  -->
5379
5380
5381 <!--   ~~~~~       New section      ~~~~~     -->
5382 <sect1 id="seealso"><title>See Also</title>
5383 <!-- Include seealso.sgml: -->
5384  &seealso;
5385 <!-- end seealso -->
5386 </sect1>
5387
5388
5389
5390 <!--   ~~~~~       New section      ~~~~~     -->
5391 <sect1 id="appendix"><title>Appendix</title>
5392
5393
5394 <!--   ~~~~~       New section      ~~~~~     -->
5395 <sect2 id="regex">
5396 <title>Regular Expressions</title>
5397 <para>
5398  <application>Privoxy</application> can use <quote>regular expressions</quote> 
5399  in various config files. Assuming support for <quote>pcre</quote> (Perl
5400  Compatible Regular Expressions) is compiled in, which is the default. Such
5401  configuration directives do not require regular expressions, but they can be
5402  used to increase flexibility by matching a pattern with wild-cards against
5403  URLs.
5404 </para>
5405
5406 <para>
5407  If you are reading this, you probably don't understand what <quote>regular
5408  expressions</quote> are, or what they can do. So this will be a very brief
5409  introduction only. A full explanation would require a book ;-)
5410 </para>
5411
5412 <para>
5413  <quote>Regular expressions</quote> is a way of matching one character
5414  expression against another to see if it matches or not. One of the
5415  <quote>expressions</quote> is a literal string of readable characters
5416  (letter, numbers, etc), and the other is a complex string of literal
5417  characters combined with wild-cards, and other special characters, called
5418  meta-characters. The <quote>meta-characters</quote> have special meanings and
5419  are used to build the complex pattern to be matched against. Perl Compatible
5420  Regular Expressions is an enhanced form of the regular expression language
5421  with backward compatibility.
5422 </para>
5423
5424 <para>
5425  To make a simple analogy, we do something similar when we use wild-card
5426  characters when listing files with the <command>dir</command> command in DOS. 
5427  <literal>*.*</literal> matches all filenames. The <quote>special</quote>
5428  character here is the asterisk which matches any and all characters. We can be
5429  more specific and use <literal>?</literal> to match just individual
5430  characters. So <quote>dir file?.text</quote> would match
5431  <quote>file1.txt</quote>, <quote>file2.txt</quote>, etc. We are pattern
5432  matching, using a similar technique to <quote>regular expressions</quote>!
5433 </para>
5434
5435 <para>
5436  Regular expressions do essentially the same thing, but are much, much more
5437  powerful. There are many more <quote>special characters</quote> and ways of 
5438  building complex patterns however. Let's look at a few of the common ones,
5439  and then some examples:
5440 </para>
5441
5442 <para><simplelist>
5443  <member>
5444   <emphasis>.</emphasis> - Matches any single character, e.g. <quote>a</quote>,
5445   <quote>A</quote>, <quote>4</quote>, <quote>:</quote>, or <quote>@</quote>.
5446  </member>
5447 </simplelist></para>
5448
5449 <para><simplelist>
5450  <member>
5451   <emphasis>?</emphasis> - The preceding character or expression is matched ZERO or ONE
5452   times. Either/or.
5453  </member>
5454 </simplelist></para>
5455
5456 <para><simplelist>
5457  <member>
5458   <emphasis>+</emphasis> - The preceding character or expression is matched ONE or MORE
5459   times.
5460  </member>
5461 </simplelist></para>
5462
5463 <para><simplelist>
5464  <member>
5465   <emphasis>*</emphasis> - The preceding character or expression is matched ZERO or MORE
5466   times.
5467  </member>
5468 </simplelist></para>
5469
5470 <para><simplelist>
5471  <member>
5472   <emphasis>\</emphasis> - The <quote>escape</quote> character denotes that
5473   the following character should be taken literally. This is used where one of the 
5474   special characters (e.g. <quote>.</quote>) needs to be taken literally and
5475   not as a special meta-character. Example: <quote>example\.com</quote>, makes 
5476   sure the period is recognized only as a period (and not expanded to its 
5477   meta-character meaning of any single character).
5478  </member>
5479 </simplelist></para>
5480
5481 <para><simplelist>
5482  <member>
5483   <emphasis>[]</emphasis> - Characters enclosed in brackets will be matched if
5484   any of the enclosed characters are encountered. For instance, <quote>[0-9]</quote>
5485   matches any numeric digit (zero through nine). As an example, we can combine 
5486   this with <quote>+</quote> to match any digit one of more times: <quote>[0-9]+</quote>.
5487  </member>
5488 </simplelist></para>
5489
5490 <para><simplelist>
5491  <member>
5492   <emphasis>()</emphasis> - parentheses are used to group a sub-expression,
5493   or multiple sub-expressions.
5494  </member>
5495 </simplelist></para>
5496
5497 <para><simplelist>
5498  <member>
5499   <emphasis>|</emphasis> - The <quote>bar</quote> character works like an
5500   <quote>or</quote> conditional statement. A match is successful if the
5501   sub-expression on either side of <quote>|</quote> matches. As an example:
5502   <quote>/(this|that) example/</quote> uses grouping and the bar character 
5503   and would match either <quote>this example</quote> or <quote>that
5504   example</quote>, and nothing else.
5505  </member>
5506 </simplelist></para>
5507
5508 <para><simplelist>
5509  <member>
5510   <emphasis>s/string1/string2/g</emphasis> - This is used to rewrite strings of text. 
5511   <quote>string1</quote> is replaced by <quote>string2</quote> in this
5512   example. There must of course be a match on <quote>string1</quote> first.
5513  </member>
5514 </simplelist></para>
5515
5516 <para>
5517  These are just some of the ones you are likely to use when matching URLs with 
5518  <application>Privoxy</application>, and is a long way from a definitive
5519  list. This is enough to get us started with a few simple examples which may
5520  be more illuminating:
5521 </para>
5522
5523 <para>
5524  <emphasis><literal>/.*/banners/.*</literal></emphasis> - A  simple example
5525  that uses the common combination of <quote>.</quote> and <quote>*</quote> to 
5526  denote any character, zero or more times. In other words, any string at all.
5527  So we start with a literal forward slash, then our regular expression pattern 
5528  (<quote>.*</quote>) another literal forward slash, the string
5529  <quote>banners</quote>, another forward slash, and lastly another
5530  <quote>.*</quote>. We are building 
5531  a directory path here. This will match any file with the path that has a
5532  directory named <quote>banners</quote> in it. The <quote>.*</quote> matches
5533  any characters, and this could conceivably be more forward slashes, so it
5534  might expand into a much longer looking path. For example, this could match:
5535  <quote>/eye/hate/spammers/banners/annoy_me_please.gif</quote>, or just
5536  <quote>/banners/annoying.html</quote>, or almost an infinite number of other
5537  possible combinations, just so it has <quote>banners</quote> in the path
5538  somewhere.
5539 </para>
5540
5541 <para>
5542  A now something a little more complex:
5543 </para>
5544
5545 <para>
5546  <emphasis><literal>/.*/adv((er)?ts?|ertis(ing|ements?))?/</literal></emphasis> - 
5547  We have several literal forward slashes again (<quote>/</quote>), so we are
5548  building another expression that is a file path statement. We have another 
5549  <quote>.*</quote>, so we are matching against any conceivable sub-path, just so
5550  it matches our expression. The only true literal that <emphasis>must
5551  match</emphasis> our pattern is <application>adv</application>, together with
5552  the forward slashes. What comes after the <quote>adv</quote> string is the
5553  interesting part. 
5554 </para>
5555
5556 <para>
5557  Remember the <quote>?</quote> means the preceding expression (either a
5558  literal character or anything grouped with <quote>(...)</quote> in this case)
5559  can exist or not, since this means either zero or one match. So
5560  <quote>((er)?ts?|ertis(ing|ements?))</quote> is optional, as are the
5561  individual sub-expressions: <quote>(er)</quote>,
5562  <quote>(ing|ements?)</quote>, and the <quote>s</quote>. The <quote>|</quote>
5563  means <quote>or</quote>. We have two of those. For instance, 
5564  <quote>(ing|ements?)</quote>, can expand to match either <quote>ing</quote> 
5565  <emphasis>OR</emphasis> <quote>ements?</quote>. What is being done here, is an
5566  attempt at matching as many variations of <quote>advertisement</quote>, and 
5567  similar, as possible. So this would expand to match just <quote>adv</quote>,
5568  or <quote>advert</quote>, or <quote>adverts</quote>, or
5569  <quote>advertising</quote>, or <quote>advertisement</quote>, or
5570  <quote>advertisements</quote>. You get the idea. But it would not match 
5571  <quote>advertizements</quote> (with a <quote>z</quote>). We could fix that by
5572  changing our regular expression to: 
5573  <quote>/.*/adv((er)?ts?|erti(s|z)(ing|ements?))?/</quote>, which would then match
5574  either spelling.
5575 </para>
5576
5577 <para>
5578  <emphasis><literal>/.*/advert[0-9]+\.(gif|jpe?g)</literal></emphasis> - Again 
5579  another path statement with forward slashes. Anything in the square brackets 
5580  <quote>[]</quote> can be matched. This is using <quote>0-9</quote> as a
5581  shorthand expression to mean any digit one through nine. It is the same as
5582  saying <quote>0123456789</quote>. So any digit matches. The <quote>+</quote>
5583  means one or more of the preceding expression must be included. The preceding 
5584  expression here is what is in the square brackets -- in this case, any digit 
5585  one through nine. Then, at the end, we have a grouping: <quote>(gif|jpe?g)</quote>. 
5586  This includes a <quote>|</quote>, so this needs to match the expression on
5587  either side of that bar character also. A simple <quote>gif</quote> on one side, and the other
5588  side will in turn match either <quote>jpeg</quote> or <quote>jpg</quote>,
5589  since the <quote>?</quote> means the letter <quote>e</quote> is optional and
5590  can be matched once or not at all. So we are building an expression here to
5591  match image GIF or JPEG type image file. It must include the literal
5592  string <quote>advert</quote>, then one or more digits, and a <quote>.</quote>
5593  (which is now a literal, and not a special character, since it is escaped
5594  with <quote>\</quote>), and lastly either <quote>gif</quote>, or
5595  <quote>jpeg</quote>, or <quote>jpg</quote>. Some possible matches would
5596  include: <quote>//advert1.jpg</quote>,
5597  <quote>/nasty/ads/advert1234.gif</quote>,
5598  <quote>/banners/from/hell/advert99.jpg</quote>. It would not match
5599  <quote>advert1.gif</quote> (no leading slash), or
5600  <quote>/adverts232.jpg</quote> (the expression does not include an
5601  <quote>s</quote>), or <quote>/advert1.jsp</quote> (<quote>jsp</quote> is not
5602  in the expression anywhere).
5603 </para>
5604
5605 <para>
5606  <emphasis><literal>s/microsoft(?!.com)/MicroSuck/i</literal></emphasis> - This is 
5607  a substitution. <quote>MicroSuck</quote> will replace any occurrence of 
5608  <quote>microsoft</quote>.  The <quote>i</quote> at the end of the expression
5609  means ignore case. The <quote>(?!.com)</quote> means 
5610  the match should fail if <quote>microsoft</quote> is followed by
5611  <quote>.com</quote>. In other words, this acts like a <quote>NOT</quote>
5612  modifier. In case this is a hyperlink, we don't want to break it ;-).
5613 </para>
5614
5615 <para>
5616  We are barely scratching the surface of regular expressions here so that you
5617  can understand the default <application>Privoxy</application>
5618  configuration files, and maybe use this knowledge to customize your own
5619  installation. There is much, much more that can be done with regular
5620  expressions. Now that you know enough to get started, you can learn more on
5621  your own :/
5622 </para>
5623
5624 <para>
5625  More reading on Perl Compatible Regular expressions: 
5626  <ulink url="http://www.perldoc.com/perl5.6/pod/perlre.html">http://www.perldoc.com/perl5.6/pod/perlre.html</ulink>
5627 </para>
5628
5629 </sect2>
5630
5631 <!--  ~  End section  ~  -->
5632
5633
5634 <!--   ~~~~~       New section      ~~~~~     -->
5635 <sect2>
5636 <title><application>Privoxy</application>'s Internal Pages</title>
5637
5638 <para>
5639  Since <application>Privoxy</application> proxies each requested 
5640  web page, it is easy for <application>Privoxy</application> to 
5641  trap certain special URLs. In this way, we can talk directly to
5642  <application>Privoxy</application>, and see how it is 
5643  configured, see how our rules are being applied, change these 
5644  rules and other configuration options, and even turn
5645  <application>Privoxy's</application> filtering off, all with 
5646  a web browser.
5647
5648 </para>
5649
5650 <para>
5651  The URLs listed below are the special ones that allow direct access 
5652  to <application>Privoxy</application>. Of course,
5653  <application>Privoxy</application> must be running to access these. If 
5654  not, you will get a friendly error message. Internet access is not 
5655  necessary either.
5656 </para>
5657
5658 <para>
5659  <itemizedlist>
5660
5661  <listitem>
5662   <para>  
5663    Privoxy main page: 
5664   </para>
5665   <blockquote>
5666    <para> 
5667      <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
5668    </para>
5669   </blockquote>
5670   <para>
5671    Alternately, this may be reached at <ulink
5672    url="http://p.p/">http://p.p/</ulink>, but this
5673    variation may not work as reliably as the above in some configurations.
5674   </para>
5675  </listitem>
5676
5677  <listitem>
5678   <para>  
5679     Show information about the current configuration, including viewing and 
5680     editing of actions files:
5681   </para>
5682    <blockquote>
5683    <para> 
5684     <ulink url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
5685    </para>
5686   </blockquote>
5687  </listitem>
5688  
5689  <listitem>
5690   <para>  
5691     Show the source code version numbers:
5692   </para>
5693   <blockquote>
5694    <para> 
5695     <ulink url="http://config.privoxy.org/show-version">http://config.privoxy.org/show-version</ulink>
5696    </para>
5697   </blockquote>
5698  </listitem>
5699  
5700  <listitem>
5701   <para>  
5702    Show the browser's request headers:
5703   </para>
5704   <blockquote>
5705    <para> 
5706     <ulink url="http://config.privoxy.org/show-request">http://config.privoxy.org/show-request</ulink>
5707    </para>
5708   </blockquote>
5709  </listitem>
5710  
5711  <listitem>
5712   <para>  
5713    Show which actions apply to a URL and why:
5714   </para>
5715    <blockquote>
5716    <para> 
5717     <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
5718    </para>
5719   </blockquote>
5720  </listitem>
5721  
5722  <listitem>
5723   <para>  
5724    Toggle Privoxy on or off. In this case, <quote>Privoxy</quote> continues 
5725    to run, but only as a pass-through proxy, with no actions taking place:
5726   </para>
5727    <blockquote>
5728    <para> 
5729     <ulink url="http://config.privoxy.org/toggle">http://config.privoxy.org/toggle</ulink>
5730    </para>
5731   </blockquote>
5732   <para>
5733    Short cuts. Turn off, then on: 
5734   </para>
5735    <blockquote>
5736    <para> 
5737      <ulink url="http://config.privoxy.org/toggle?set=disable">http://config.privoxy.org/toggle?set=disable</ulink>
5738    </para>
5739   </blockquote>
5740    <blockquote>
5741    <para> 
5742      <ulink url="http://config.privoxy.org/toggle?set=enable">http://config.privoxy.org/toggle?set=enable</ulink>
5743    </para>
5744   </blockquote>
5745  </listitem>
5746  
5747  </itemizedlist>
5748 </para>
5749
5750 <para>
5751  These may be bookmarked for quick reference. See next.
5752
5753 </para>
5754
5755 <sect3 id="bookmarklets">
5756 <title>Bookmarklets</title>
5757 <para>
5758  Below are some <quote>bookmarklets</quote> to allow you to easily access a
5759  <quote>mini</quote> version of some of <application>Privoxy's</application>
5760  special pages. They are designed for MS Internet Explorer, but should work
5761  equally well in Netscape, Mozilla, and other browsers which support
5762  JavaScript. They are designed to run directly from your bookmarks - not by
5763  clicking the links below (although that should work for testing).
5764 </para>
5765 <para>
5766  To save them, right-click the link and choose <quote>Add to Favorites</quote>
5767  (IE) or <quote>Add Bookmark</quote> (Netscape). You will get a warning that
5768  the bookmark <quote>may not be safe</quote> - just click OK. Then you can run the
5769  Bookmarklet directly from your favorites/bookmarks. For even faster access,
5770  you can put them on the <quote>Links</quote> bar (IE) or the <quote>Personal
5771  Toolbar</quote> (Netscape), and run them with a single click. 
5772 </para>
5773
5774 <para>
5775  <itemizedlist>
5776
5777   <listitem>
5778    <para>
5779     <ulink
5780     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>
5781    </para>
5782   </listitem> 
5783
5784   <listitem>
5785    <para>
5786     <ulink
5787     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>
5788    </para>
5789   </listitem> 
5790
5791   <listitem>
5792    <para>
5793     <ulink
5794     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)
5795    </para>
5796   </listitem> 
5797
5798   <listitem>
5799    <para>
5800     <ulink
5801     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>
5802    </para>
5803   </listitem> 
5804
5805   <listitem>
5806    <para>
5807     <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>
5808    </para>
5809   </listitem> 
5810
5811  </itemizedlist>
5812 </para>
5813
5814
5815
5816 <para>
5817  Credit: The site which gave me the general idea for these bookmarklets is
5818  <ulink url="http://www.bookmarklets.com">www.bookmarklets.com</ulink>. They
5819  have more information about bookmarklets. 
5820 </para>
5821
5822
5823 </sect3>
5824
5825 </sect2>
5826
5827
5828 <!--   ~~~~~       New section      ~~~~~     -->
5829 <sect2 id="chain">
5830 <title>Chain of Events</title>
5831 <para>
5832  Let's take a quick look at the basic sequence of events when a web page is 
5833  requested by your browser and <application>Privoxy</application> is on duty:
5834 </para>
5835
5836 <para>
5837  <itemizedlist>
5838  <listitem>
5839   <para>
5840    First, your web browser requests a web page. The browser knows to send 
5841    the request to <application>Privoxy</application>, which will in turn, 
5842    relay the request to the remote web server after passing the following 
5843    tests: 
5844   </para>
5845  </listitem> 
5846  <listitem>
5847   <para>
5848    <application>Privoxy</application> traps any request for its own internal CGI 
5849    pages (e.g http://p.p/) and sends the CGI page back to the browser.
5850   </para>
5851  </listitem> 
5852  <listitem>
5853   <para>
5854    Next, <application>Privoxy</application> checks to see if the URL 
5855    matches any <ulink
5856    url="actions-file.html#BLOCK"><quote>+block</quote></ulink> patterns. If
5857    so, the URL is then blocked, and the remote web server will not be contacted.
5858    <ulink url="actions-file.html#HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></ulink> 
5859    is then checked and if it does not match, an 
5860    HTML <quote>BLOCKED</quote> page is sent back. Otherwise, if it does match,
5861    an image is returned. The type of image depends on the setting of <ulink
5862    url="actions-file.html#SET-IMAGE-BLOCKER"><quote>+set-image-blocker</quote></ulink>
5863    (blank, checkerboard pattern, or an HTTP redirect to an image elsewhere).
5864   </para>
5865  </listitem> 
5866  <listitem>
5867   <para>
5868    Untrusted URLs are blocked. If URLs are being added to the
5869    <filename>trust</filename> file, then that is done.
5870   </para>
5871  </listitem> 
5872  <listitem>
5873   <para>
5874    If the URL pattern matches the <ulink
5875    url="actions-file.html#FAST-REDIRECTS"><quote>+fast-redirects</quote></ulink> action,
5876    it is then processed. Unwanted parts of the requested URL are stripped.
5877   </para>
5878  </listitem> 
5879  <listitem>
5880   <para>
5881    Now the rest of the client browser's request headers are processed. If any
5882    of these match any of the relevant actions (e.g. <ulink
5883    url="actions-file.html#HIDE-USER-AGENT"><quote>+hide-user-agent</quote></ulink>,
5884    etc.), headers are suppressed or forged as determined by these actions and
5885    their parameters.
5886   </para>
5887  </listitem> 
5888  <listitem>
5889   <para>
5890    Now the web server starts sending its response back (i.e. typically a web page and related 
5891    data).
5892   </para>
5893  </listitem> 
5894  <listitem>
5895   <para>
5896    First, the server headers are read and processed to determine, among other
5897    things, the MIME type (document type) and encoding. The headers are then
5898    filtered as determined by the 
5899    <ulink url="actions-file.html#CRUNCH-INCOMING-COOKIES"><quote>+crunch-incoming-cookies</quote></ulink>,
5900    <ulink url="actions-file.html#SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></ulink>,
5901    and <ulink url="actions-file.html#DOWNGRADE-HTTP-VERSION"><quote>+downgrade-http-version</quote></ulink>
5902    actions.
5903   </para>
5904  </listitem> 
5905  <listitem>
5906   <para>
5907    If the <ulink url="actions-file.html#KILL-POPUPS"><quote>+kill-popups</quote></ulink>
5908    action applies, and it is an HTML or JavaScript document, the popup-code in the
5909    response is filtered on-the-fly as it is received.
5910   </para>
5911  </listitem> 
5912  <listitem>
5913   <para>
5914    If a <ulink url="actions-file.html#FILTER"><quote>+filter</quote></ulink>
5915    or <ulink
5916    url="actions-file.html#DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></ulink>
5917    action applies (and the document type fits the action), the rest of the page is
5918    read into memory (up to a configurable limit). Then the filter rules (from
5919    <filename>default.filter</filename>) are processed against the buffered
5920    content. Filters are applied in the order they are specified in the
5921    <filename>default.filter</filename> file. Animated GIFs, if present, are
5922    reduced to either the first or last frame, depending on the action
5923    setting.The entire page, which is now filtered, is then sent by
5924    <application>Privoxy</application> back to your browser. 
5925   </para>
5926   <para>
5927    If neither <ulink url="actions-file.html#FILTER"><quote>+filter</quote></ulink>
5928    or <ulink
5929    url="actions-file.html#DEANIMATE-GIFS"><quote>+deanimate-gifs</quote></ulink>
5930    matches, then <application>Privoxy</application> passes the raw data through 
5931    to the client browser as it becomes available.
5932   </para>
5933  </listitem> 
5934  <listitem>
5935   <para>
5936    As the browser receives the now (probably filtered) page content, it 
5937    reads and then requests any URLs that may be embedded within the page
5938    source, e.g. ad images, stylesheets, JavaScript, other HTML documents (e.g.
5939    frames), sounds, etc. For each of these objects, the browser issues a new
5940    request. And each such request is in turn processed as above. Note that a
5941    complex web page may have many such embedded URLs.
5942   </para>
5943  </listitem> 
5944  
5945  </itemizedlist>
5946 </para>
5947
5948 </sect2>
5949
5950
5951 <!--   ~~~~~       New section      ~~~~~     -->
5952 <sect2 id="actionsanat">
5953 <title>Anatomy of an Action</title>
5954
5955 <para>
5956  The way <application>Privoxy</application> applies 
5957  <ulink url="actions-file.html#ACTIONS"><quote>actions</quote></ulink>
5958  and <ulink url="actions-file.html#FILTER"><quote>filters</quote></ulink>
5959  to any given URL can be complex, and not always so
5960  easy to understand what is happening. And sometimes we need to be able to
5961  <emphasis>see</emphasis> just what <application>Privoxy</application> is
5962  doing. Especially, if something <application>Privoxy</application> is doing
5963  is causing us a problem inadvertently. It can be a little daunting to look at
5964  the actions and filters files themselves, since they tend to be filled with
5965  <quote>regular expressions</quote> whose consequences are not always 
5966  so obvious. 
5967 </para>
5968
5969 <para>
5970  One quick test to see if <application>Privoxy</application> is causing a problem 
5971  or not, is to disable it temporarily. This should be the first troubleshooting 
5972  step. See <link linkend="bookmarklets">the Bookmarklets</link> section on a quick 
5973  and easy way to do this (be sure to flush caches afterward!).
5974 </para>
5975
5976 <para>
5977  <application>Privoxy</application> also provides the 
5978  <ulink url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>
5979  page that can show us very specifically how <application>actions</application>
5980  are being applied to any given URL. This is a big help for troubleshooting.
5981 </para>
5982
5983 <para>
5984  First, enter one URL (or partial URL) at the prompt, and then
5985  <application>Privoxy</application> will tell us 
5986  how the current configuration will handle it. This will not
5987  help with filtering effects (i.e. the <ulink
5988  url="actions-file.html#FILTER"><quote>+filter</quote></ulink> action) from
5989  the <filename>default.filter</filename> file since this is handled very
5990  differently and not so easy to trap! It also will not tell you about any other
5991  URLs that may be embedded within the URL you are testing. For instance, images
5992  such as ads are expressed as URLs within the raw page source of HTML pages. So
5993  you will only get info for the actual URL that is pasted into the prompt area
5994  -- not any sub-URLs. If you want to know about embedded URLs like ads, you
5995  will have to dig those out of the HTML source. Use your browser's <quote>View
5996  Page Source</quote> option for this. Or right click on the ad, and grab the
5997  URL.
5998 </para>
5999
6000 <para>
6001  Let's try an example, <ulink url="http://google.com">google.com</ulink>, 
6002  and look at it one section at a time:
6003 </para>
6004
6005 <para>
6006  <screen>
6007  Matches for http://google.com:
6008
6009 --- File standard ---
6010 (no matches in this file)
6011
6012 --- File default ---
6013
6014 { -add-header -block +deanimate-gifs{last} -downgrade-http-version +fast-redirects 
6015  -filter{popups} -filter{fun} -filter{shockwave-flash} -filter{crude-parental} 
6016  +filter{html-annoyances} +filter{js-annoyances} +filter{content-cookies} 
6017  +filter{webbugs} +filter{refresh-tags} +filter{nimda} +filter{banners-by-size} 
6018  +hide-forwarded-for-headers +hide-from-header{block} +hide-referer{forge} 
6019  -hide-user-agent -handle-as-image +set-image-blocker{pattern} -limit-connect 
6020  +prevent-compression +session-cookies-only -crunch-outgoing-cookies 
6021  -crunch-incoming-cookies -kill-popups -send-vanilla-wafer -send-wafer }
6022 /
6023
6024  { -session-cookies-only }
6025  .google.com
6026
6027  { -fast-redirects }
6028  .google.com
6029
6030 --- File user ---
6031 (no matches in this file)  
6032 </screen>
6033 </para>
6034
6035 <para>
6036  This tells us how we have defined our 
6037  <ulink url="actions-file.html#ACTIONS"><quote>actions</quote></ulink>, and
6038  which ones match for our example, <quote>google.com</quote>. The first listing
6039  is any matches for the <filename>standard.action</filename> file. No hits at
6040  all here on <quote>standard</quote>. Then next is <quote>default</quote>, or
6041  our <filename>default.action</filename> file. The large, multi-line listing,
6042  is how the actions are set to match for all URLs, i.e. our default settings.
6043  If you look at your <quote>actions</quote> file, this would be the section
6044  just below the <quote>aliases</quote> section near the top. This will apply to
6045  all URLs as signified by the single forward slash at the end of the listing
6046  -- <quote>/</quote>.
6047 </para>
6048
6049 <para>
6050  But we can define additional actions that would be exceptions to these general
6051  rules, and then list specific URLs (or patterns) that these exceptions would
6052  apply to. Last match wins. Just below this then are two explicit matches for
6053  <quote>.google.com</quote>. The first is negating our previous cookie setting, 
6054  which was for <ulink
6055  url="actions-file.html#SESSION-COOKIES-ONLY"><quote>+session-cookies-only</quote></ulink>
6056  (i.e. not persistent). So we will allow persistent cookies for google. The
6057  second turns <emphasis>off</emphasis> any 
6058  <ulink
6059  url="actions-file.html#FAST-REDIRECTS"><quote>+fast-redirects</quote></ulink>
6060  action, allowing this to take place unmolested. Note that there is a leading
6061  dot here -- <quote>.google.com</quote>. This will match any hosts and
6062  sub-domains, in the google.com domain also, such as
6063  <quote>www.google.com</quote>. So, apparently, we have these two actions
6064  defined somewhere in the lower part of our <filename>default.action</filename>
6065  file, and <quote>google.com</quote> is referenced somewhere in these latter
6066  sections.
6067 </para>
6068
6069 <para>
6070  Then, for our <filename>user.action</filename> file, we again have no hits.
6071 </para>
6072
6073 <para>
6074  And finally we pull it all together in the bottom section and summarize how
6075  <application>Privoxy</application> is applying all its <quote>actions</quote> 
6076  to <quote>google.com</quote>:
6077
6078 </para>
6079
6080 <para>
6081  <screen>
6082
6083  Final results:
6084  -add-header -block +deanimate-gifs{last} -downgrade-http-version -fast-redirects 
6085  -filter{popups} -filter{fun} -filter{shockwave-flash} -filter{crude-parental} 
6086  +filter{html-annoyances} +filter{js-annoyances} +filter{content-cookies} 
6087  +filter{webbugs} +filter{refresh-tags} +filter{nimda} +filter{banners-by-size} 
6088  +hide-forwarded-for-headers +hide-from-header{block} +hide-referer{forge} 
6089  -hide-user-agent -handle-as-image +set-image-blocker{pattern} -limit-connect 
6090  +prevent-compression -session-cookies-only -crunch-outgoing-cookies 
6091  -crunch-incoming-cookies -kill-popups -send-vanilla-wafer -send-wafer
6092 </screen>
6093 </para>
6094
6095 <para>
6096  Notice the only difference here to the previous listing, is to 
6097  <quote>fast-redirects</quote> and <quote>session-cookies-only</quote>.
6098 </para>
6099
6100 <para>
6101  Now another example, <quote>ad.doubleclick.net</quote>:
6102 </para>
6103
6104 <para>
6105  <screen>
6106
6107  { +block +handle-as-image }
6108   .ad.doubleclick.net
6109
6110  { +block +handle-as-image }
6111   ad*.
6112
6113  { +block +handle-as-image }
6114   .doubleclick.net
6115 </screen>
6116 </para>
6117
6118 <para>
6119  We'll just show the interesting part here, the explicit matches. It is 
6120  matched three different times. Each as an <quote>+block +handle-as-image</quote>,
6121  which is the expanded form of one of our aliases that had been defined as: 
6122  <quote>+imageblock</quote>. (<ulink
6123  url="actions-file.html#ALIASES"><quote>Aliases</quote></ulink> are defined in
6124  the first section of the actions file and typically used to combine more 
6125  than one action.)
6126 </para>
6127
6128 <para>
6129  Any one of these would have done the trick and blocked this as an unwanted 
6130  image. This is unnecessarily redundant since the last case effectively 
6131  would also cover the first. No point in taking chances with these guys 
6132  though ;-) Note that if you want an ad or obnoxious 
6133  URL to be invisible, it should be defined as <quote>ad.doubleclick.net</quote>
6134  is done here -- as both a <ulink
6135  url="actions-file.html#BLOCK"><quote>+block</quote></ulink>
6136  <emphasis>and</emphasis> an 
6137  <ulink
6138  url="actions-file.html#HANDLE-AS-IMAGE"><quote>+handle-as-image</quote></ulink>.
6139  The custom alias <quote>+imageblock</quote> just simplifies the process and make 
6140  it more readable.
6141 </para>
6142
6143 <para>
6144  One last example. Let's try <quote>http://www.rhapsodyk.net/adsl/HOWTO/</quote>.
6145  This one is giving us problems. We are getting a blank page. Hmmm...
6146 </para>
6147
6148 <para>
6149  <screen>
6150
6151  Matches for http://www.rhapsodyk.net/adsl/HOWTO/:
6152
6153  { -add-header -block +deanimate-gifs -downgrade-http-version +fast-redirects 
6154    +filter{html-annoyances} +filter{js-annoyances} +filter{kill-popups} 
6155    +filter{webbugs} +filter{nimda} +filter{banners-by-size} +filter{hal} 
6156    +filter{fun} +hide-forwarded-for-headers +hide-from-header{block} 
6157    +hide-referer{forge} -hide-user-agent -handle-as-image +set-image-blocker{blank} 
6158    +prevent-compression +session-cookies-only -crunch-incoming-cookies 
6159    -crunch-outgoing-cookies +kill-popups -send-vanilla-wafer -send-wafer }
6160    /
6161
6162  { +block +handle-as-image }
6163   /ads
6164 </screen>
6165 </para>
6166
6167 <para>
6168  Ooops, the <quote>/adsl/</quote> is matching <quote>/ads</quote>! But 
6169  we did not want this at all! Now we see why we get the blank page. We could
6170  now add a new action below this that explicitly does <emphasis>not</emphasis>
6171  block (<quote>{-block}</quote>) paths with <quote>adsl</quote>. There are
6172  various ways to handle such exceptions. Example:
6173 </para>
6174
6175 <para>
6176  <screen>
6177
6178  { -block }
6179   /adsl
6180 </screen>
6181 </para>
6182
6183 <para>
6184  Now the page displays ;-) Be sure to flush your browser's caches when 
6185  making such changes. Or, try using <literal>Shift+Reload</literal>.
6186 </para>
6187
6188 <para>
6189  But now what about a situation where we get no explicit matches like 
6190  we did with:
6191 </para>
6192
6193 <para>
6194  <screen>
6195
6196  { +block +handle-as-image }
6197  /ads
6198 </screen>
6199 </para>
6200
6201 <para>
6202  That actually was very telling and pointed us quickly to where the problem
6203  was. If you don't get this kind of match, then it means one of the default 
6204  rules in the first section is causing the problem. This would require some 
6205  guesswork, and maybe a little trial and error to isolate the offending rule.
6206  One likely cause would be one of the <quote>{+filter}</quote> actions. Try 
6207  adding the URL for the site to one of aliases that turn off <quote>+filter</quote>:
6208 </para>
6209
6210 <para>
6211  <screen>
6212
6213  {shop}
6214  .quietpc.com
6215  .worldpay.com   # for quietpc.com
6216  .jungle.com
6217  .scan.co.uk
6218  .forbes.com
6219 </screen>
6220 </para>
6221
6222 <para>
6223  <quote>{shop}</quote> is an <quote>alias</quote> that expands to 
6224  <quote>{ -filter -session-cookies-only }</quote>.
6225  Or you could do your own exception to negate filtering:
6226
6227 </para>
6228
6229 <para>
6230  <screen>
6231
6232  {-filter}
6233  .forbes.com
6234 </screen>
6235 </para>
6236
6237 <para>
6238  This would probably be most appropriately put in <filename>user.action</filename>, 
6239  for local site exceptions.
6240 </para>
6241
6242 <para>
6243  <quote>{fragile}</quote> is an alias that disables most actions. This can be 
6244  used as a last resort for problem sites. Remember to flush caches! If this 
6245  still does not work, you will have to go through the remaining actions one by
6246  one to find which one(s) is causing the problem.
6247 </para>
6248
6249 </sect2>
6250
6251 </sect1>
6252
6253  <!--
6254
6255  This program is free software; you can redistribute it 
6256  and/or modify it under the terms of the GNU General
6257  Public License as published by the Free Software
6258  Foundation; either version 2 of the License, or (at
6259  your option) any later version.
6260
6261  This program is distributed in the hope that it will
6262  be useful, but WITHOUT ANY WARRANTY; without even the
6263  implied warranty of MERCHANTABILITY or FITNESS FOR A
6264  PARTICULAR PURPOSE.  See the GNU General Public
6265  License for more details.
6266
6267  The GNU General Public License should be included with
6268  this file.  If not, you can view it at
6269  http://www.gnu.org/copyleft/gpl.html
6270  or write to the Free Software Foundation, Inc., 59
6271  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
6272
6273  $Log: user-manual.sgml,v $
6274  Revision 1.111  2002/05/14 23:01:36  oes
6275  Fixing the fixes
6276
6277  Revision 1.110  2002/05/14 19:10:45  oes
6278  Restored alphabetical order of actions
6279
6280  Revision 1.109  2002/05/14 17:23:11  oes
6281  Renamed the prevent-*-cookies actions, extended aliases section and moved it before the example AFs
6282
6283  Revision 1.108  2002/05/14 15:29:12  oes
6284  Completed proofreading the actions chapter
6285
6286  Revision 1.107  2002/05/12 03:20:41  hal9
6287  Small clarifications for 127.0.0.1 vs localhost for listen-address since this
6288  apparently an important distinction for some OS's.
6289
6290  Revision 1.106  2002/05/10 01:48:20  hal9
6291  This is mostly proposed copyright/licensing additions and changes. Docs
6292  are still GPL, but licensing and copyright are more visible. Also, copyright
6293  changed in doc header comments (eliminate references to JB except FAQ).
6294
6295  Revision 1.105  2002/05/05 20:26:02  hal9
6296  Sorting out license vs copyright in these docs.
6297
6298  Revision 1.104  2002/05/04 08:44:45  swa
6299  bumped version
6300
6301  Revision 1.103  2002/05/04 00:40:53  hal9
6302  -Remove the TOC first page kludge. It's fixed proper now in ldp.dsl.in.
6303  -Some minor additions to Quickstart.
6304
6305  Revision 1.102  2002/05/03 17:46:00  oes
6306  Further proofread & reactivated short build instructions
6307
6308  Revision 1.101  2002/05/03 03:58:30  hal9
6309  Move the user-manual config directive to top of section. Add note about
6310  Privoxy needing read permissions for configs, and write for logs.
6311
6312  Revision 1.100  2002/04/29 03:05:55  hal9
6313  Add clarification on differences of new actions files.
6314
6315  Revision 1.99  2002/04/28 16:59:05  swa
6316  more structure in starting section
6317
6318  Revision 1.98  2002/04/28 05:43:59  hal9
6319  This is the break up of configuration.html into multiple files. This
6320  will probably break links elsewhere :(
6321
6322  Revision 1.97  2002/04/27 21:04:42  hal9
6323  -Rewrite of Actions File example.
6324  -Add section for user-manual directive in config.
6325
6326  Revision 1.96  2002/04/27 05:32:00  hal9
6327  -Add short section to Filter Files to tie in with +filter action.
6328  -Start rewrite of examples in Actions Examples (not finished).
6329
6330  Revision 1.95  2002/04/26 17:23:29  swa
6331  bookmarks cleaned, changed structure of user manual, screen and programlisting cleanups, and numerous other changes that I forgot
6332
6333  Revision 1.94  2002/04/26 05:24:36  hal9
6334  -Add most of Andreas suggestions to Chain of Events section.
6335  -A few other minor corrections and touch up.
6336
6337  Revision 1.92  2002/04/25 18:55:13  hal9
6338  More catchups on new actions files, and new actions names.
6339  Other assorted cleanups, and minor modifications.
6340
6341  Revision 1.91  2002/04/24 02:39:31  hal9
6342  Add 'Chain of Events' section.
6343
6344  Revision 1.90  2002/04/23 21:41:25  hal9
6345  Linuxconf is deprecated on RH, substitute chkconfig.
6346
6347  Revision 1.89  2002/04/23 21:05:28  oes
6348  Added hint for startup on Red Hat
6349
6350  Revision 1.88  2002/04/23 05:37:54  hal9
6351  Add AmigaOS install stuff.
6352
6353  Revision 1.87  2002/04/23 02:53:15  david__schmidt
6354  Updated OSX installation section
6355  Added a few English tweaks here an there
6356
6357  Revision 1.86  2002/04/21 01:46:32  hal9
6358  Re-write actions section.
6359
6360  Revision 1.85  2002/04/18 21:23:23  hal9
6361  Fix ugly typo (mine).
6362
6363  Revision 1.84  2002/04/18 21:17:13  hal9
6364  Spell Redhat correctly (ie Red Hat). A few minor grammar corrections.
6365
6366  Revision 1.83  2002/04/18 18:21:12  oes
6367  Added RPM install detail
6368
6369  Revision 1.82  2002/04/18 12:04:50  oes
6370  Cosmetics
6371
6372  Revision 1.81  2002/04/18 11:50:24  oes
6373  Extended Install section - needs fixing by packagers
6374
6375  Revision 1.80  2002/04/18 10:45:19  oes
6376  Moved text to buildsource.sgml, renamed some filters, details
6377
6378  Revision 1.79  2002/04/18 03:18:06  hal9
6379  Spellcheck, and minor touchups.
6380
6381  Revision 1.78  2002/04/17 18:04:16  oes
6382  Proofreading part 2
6383
6384  Revision 1.77  2002/04/17 13:51:23  oes
6385  Proofreading, part one
6386
6387  Revision 1.76  2002/04/16 04:25:51  hal9
6388  -Added 'Note to Upgraders' and re-ordered the 'Quickstart' section.
6389  -Note about proxy may need requests to re-read config files.
6390
6391  Revision 1.75  2002/04/12 02:08:48  david__schmidt
6392  Remove OS/2 building info... it is already in the developer-manual
6393
6394  Revision 1.74  2002/04/11 00:54:38  hal9
6395  Add small section on submitting actions.
6396
6397  Revision 1.73  2002/04/10 18:45:15  swa
6398  generated
6399
6400  Revision 1.72  2002/04/10 04:06:19  hal9
6401  Added actions feedback  to Bookmarklets section
6402
6403  Revision 1.71  2002/04/08 22:59:26  hal9
6404  Version update. Spell chkconfig correctly :)
6405
6406  Revision 1.70  2002/04/08 20:53:56  swa
6407  ?
6408
6409  Revision 1.69  2002/04/06 05:07:29  hal9
6410  -Add privoxy-man-page.sgml, for man page.
6411  -Add authors.sgml for AUTHORS (and p-authors.sgml)
6412  -Reworked various aspects of various docs.
6413  -Added additional comments to sub-docs.
6414
6415  Revision 1.68  2002/04/04 18:46:47  swa
6416  consistent look. reuse of copyright, history et. al.
6417
6418  Revision 1.67  2002/04/04 17:27:57  swa
6419  more single file to be included at multiple points. make maintaining easier
6420
6421  Revision 1.66  2002/04/04 06:48:37  hal9
6422  Structural changes to allow for conditional inclusion/exclusion of content
6423  based on entity toggles, e.g. 'entity % p-not-stable  "INCLUDE"'. And
6424  definition of internal entities, e.g. 'entity p-version "2.9.13"' that will
6425  eventually be set by Makefile.
6426  More boilerplate text for use across multiple docs.
6427
6428  Revision 1.65  2002/04/03 19:52:07  swa
6429  enhance squid section due to user suggestion
6430
6431  Revision 1.64  2002/04/03 03:53:43  hal9
6432  A few minor bug fixes, and touch ups. Ready for review.
6433
6434  Revision 1.63  2002/04/01 16:24:49  hal9
6435  Define entities to include boilerplate text. See doc/source/*.
6436
6437  Revision 1.62  2002/03/30 04:15:53  hal9
6438  - Fix privoxy.org/config links.
6439  - Paste in Bookmarklets from Toggle page.
6440  - Move Quickstart nearer top, and minor rework.
6441
6442  Revision 1.61  2002/03/29 01:31:08  hal9
6443  Minor update.
6444
6445  Revision 1.60  2002/03/27 01:57:34  hal9
6446  Added more to Anatomy section.
6447
6448  Revision 1.59  2002/03/27 00:54:33  hal9
6449  Touch up intro for new name.
6450
6451  Revision 1.58  2002/03/26 22:29:55  swa
6452  we have a new homepage!
6453
6454  Revision 1.57  2002/03/24 20:33:30  hal9
6455  A few minor catch ups with name change.
6456
6457  Revision 1.56  2002/03/24 16:17:06  swa
6458  configure needs to be generated.
6459
6460  Revision 1.55  2002/03/24 16:08:08  swa
6461  we are too lazy to make a block-built
6462  privoxy logo. hence removed the option.
6463
6464  Revision 1.54  2002/03/24 15:46:20  swa
6465  name change related issue.
6466
6467  Revision 1.53  2002/03/24 11:51:00  swa
6468  name change. changed filenames.
6469
6470  Revision 1.52  2002/03/24 11:01:06  swa
6471  name change
6472
6473  Revision 1.51  2002/03/23 15:13:11  swa
6474  renamed every reference to the old name with foobar.
6475  fixed "application foobar application" tag, fixed
6476  "the foobar" with "foobar". left junkbustser in cvs
6477  comments and remarks to history untouched.
6478
6479  Revision 1.50  2002/03/23 05:06:21  hal9
6480  Touch up.
6481
6482  Revision 1.49  2002/03/21 17:01:05  hal9
6483  New section in Appendix.
6484
6485  Revision 1.48  2002/03/12 06:33:01  hal9
6486  Catching up to Andreas and re_filterfile changes.
6487
6488  Revision 1.47  2002/03/11 13:13:27  swa
6489  correct feedback channels
6490
6491  Revision 1.46  2002/03/10 00:51:08  hal9
6492  Added section on JB internal pages in Appendix.
6493
6494  Revision 1.45  2002/03/09 17:43:53  swa
6495  more distros
6496
6497  Revision 1.44  2002/03/09 17:08:48  hal9
6498  New section on Jon's actions file editor, and move some stuff around.
6499
6500  Revision 1.43  2002/03/08 00:47:32  hal9
6501  Added imageblock{pattern}.
6502
6503  Revision 1.42  2002/03/07 18:16:55  swa
6504  looks better
6505
6506  Revision 1.41  2002/03/07 16:46:43  hal9
6507  Fix a few markup problems for jade.
6508
6509  Revision 1.40  2002/03/07 16:28:39  swa
6510  provide correct feedback channels
6511
6512  Revision 1.39  2002/03/06 16:19:28  hal9
6513  Note on perceived filtering slowdown per FR.
6514
6515  Revision 1.38  2002/03/05 23:55:14  hal9
6516  Stupid I did it again. Double hyphen in comment breaks jade.
6517
6518  Revision 1.37  2002/03/05 23:53:49  hal9
6519  jade barfs on '- -' embedded in comments. - -user option broke it.
6520
6521  Revision 1.36  2002/03/05 22:53:28  hal9
6522  Add new - - user option.
6523
6524  Revision 1.35  2002/03/05 00:17:27  hal9
6525  Added section on command line options.
6526
6527  Revision 1.34  2002/03/04 19:32:07  oes
6528  Changed default port to 8118
6529
6530  Revision 1.33  2002/03/03 19:46:13  hal9
6531  Emphasis on where/how to report bugs, etc
6532
6533  Revision 1.32  2002/03/03 09:26:06  joergs
6534  AmigaOS changes, config is now loaded from PROGDIR: instead of
6535  AmiTCP:db/junkbuster/ if no configuration file is specified on the
6536  command line.
6537
6538  Revision 1.31  2002/03/02 22:45:52  david__schmidt
6539  Just tweaking
6540
6541  Revision 1.30  2002/03/02 22:00:14  hal9
6542  Updated 'New Features' list. Ran through spell-checker.
6543
6544  Revision 1.29  2002/03/02 20:34:07  david__schmidt
6545  Update OS/2 build section
6546
6547  Revision 1.28  2002/02/24 14:34:24  jongfoster
6548  Formatting changes.  Now changing the doctype to DocBook XML 4.1
6549  will work - no other changes are needed.
6550
6551  Revision 1.27  2002/01/11 14:14:32  hal9
6552  Added a very short section on Templates
6553
6554  Revision 1.26  2002/01/09 20:02:50  hal9
6555  Fix bug re: auto-detect config file changes.
6556
6557  Revision 1.25  2002/01/09 18:20:30  hal9
6558  Touch ups for *.action files.
6559
6560  Revision 1.24  2001/12/02 01:13:42  hal9
6561  Fix typo.
6562
6563  Revision 1.23  2001/12/02 00:20:41  hal9
6564  Updates for recent changes.
6565
6566  Revision 1.22  2001/11/05 23:57:51  hal9
6567  Minor update for startup now daemon mode.
6568
6569  Revision 1.21  2001/10/31 21:11:03  hal9
6570  Correct 2 minor errors
6571
6572  Revision 1.18  2001/10/24 18:45:26  hal9
6573  *** empty log message ***
6574
6575  Revision 1.17  2001/10/24 17:10:55  hal9
6576  Catching up with Jon's recent work, and a few other things.
6577
6578  Revision 1.16  2001/10/21 17:19:21  swa
6579  wrong url in documentation
6580
6581  Revision 1.15  2001/10/14 23:46:24  hal9
6582  Various minor changes. Fleshed out SEE ALSO section.
6583
6584  Revision 1.13  2001/10/10 17:28:33  hal9
6585  Very minor changes.
6586
6587  Revision 1.12  2001/09/28 02:57:04  hal9
6588  Ditto :/
6589
6590  Revision 1.11  2001/09/28 02:25:20  hal9
6591  Ditto.
6592
6593  Revision 1.9  2001/09/27 23:50:29  hal9
6594  A few changes. A short section on regular expression in appendix.
6595
6596  Revision 1.8  2001/09/25 00:34:59  hal9
6597  Some additions, and re-arranging.
6598
6599  Revision 1.7  2001/09/24 14:31:36  hal9
6600  Diddling.
6601
6602  Revision 1.6  2001/09/24 14:10:32  hal9
6603  Including David's OS/2 installation instructions.
6604
6605  Revision 1.2  2001/09/13 15:27:40  swa
6606  cosmetics
6607
6608  Revision 1.1  2001/09/12 15:36:41  swa
6609  source files for junkbuster documentation
6610
6611  Revision 1.3  2001/09/10 17:43:59  swa
6612  first proposal of a structure.
6613
6614  Revision 1.2  2001/06/13 14:28:31  swa
6615  docs should have an author.
6616
6617  Revision 1.1  2001/06/13 14:20:37  swa
6618  first import of project's documentation for the webserver.
6619
6620  -->
6621
6622 </article>