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