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