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