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