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