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