1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!entity % dummy "IGNORE">
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity newfeatures SYSTEM "newfeatures.sgml">
5 <!entity p-intro SYSTEM "privoxy.sgml">
6 <!entity seealso SYSTEM "seealso.sgml">
7 <!entity buildsource SYSTEM "buildsource.sgml">
8 <!entity contacting SYSTEM "contacting.sgml">
9 <!entity history SYSTEM "history.sgml">
10 <!entity copyright SYSTEM "copyright.sgml">
11 <!entity license SYSTEM "license.sgml">
12 <!entity GPLv2 SYSTEM "../../LICENSE">
13 <!entity p-authors SYSTEM "p-authors.sgml">
14 <!entity config SYSTEM "p-config.sgml">
15 <!entity changelog SYSTEM "changelog.sgml">
16 <!entity p-version "3.0.21">
17 <!entity p-status "stable">
18 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc -->
19 <!entity % p-not-stable "IGNORE">
20 <!entity % p-stable "INCLUDE">
21 <!entity % p-text "IGNORE"> <!-- define we are not a text only doc -->
22 <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc -->
23 <!entity % p-readme "IGNORE">
24 <!entity % user-man "IGNORE">
25 <!entity % config-file "IGNORE">
26 <!entity % p-supp-userman "IGNORE"> <!-- Omit some from supported.sgml -->
27 <!entity my-copy "©"> <!-- kludge for docbook2man -->
28 <!entity % draft "IGNORE"> <!-- WIP stuff -->
29 <!entity % seealso-extra "INCLUDE"> <!-- extra stuff from seealso.sgml -->
30 <!entity my-app "<application>Privoxy</application>">
33 File : $Source: /cvsroot/ijbswa/current/doc/source/user-manual.sgml,v $
36 This file belongs into
37 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
39 $Id: user-manual.sgml,v 2.174 2013/03/02 14:39:24 fabiankeil Exp $
41 Copyright (C) 2001-2013 Privoxy Developers http://www.privoxy.org/
44 ========================================================================
45 NOTE: Please read developer-manual/documentation.html before touching
46 anything in this, or other Privoxy documentation.
47 ========================================================================
54 <title>Privoxy &p-version; User Manual</title>
58 <!-- Completely the wrong markup, but very little is allowed -->
59 <!-- in this part of an article. FIXME -->
60 <link linkend="copyright">Copyright</link> &my-copy; 2001-2013 by
61 <ulink url="http://www.privoxy.org/">Privoxy Developers</ulink>
65 <pubdate>$Id: user-manual.sgml,v 2.174 2013/03/02 14:39:24 fabiankeil Exp $</pubdate>
69 Note: the following should generate a separate page, and a live link to it,
70 all nicely done. But it doesn't for some mysterious reason. Please leave
71 commented unless it can be fixed proper. For the time being, the
72 copyright/license declarations will be in their own sgml.
85 This is here to keep vim syntax file from breaking :/
86 If I knew enough to fix it, I would.
87 PLEASE DO NOT REMOVE! HB: hal@foobox.net
93 The <citetitle>Privoxy User Manual</citetitle> gives users information on how to
94 install, configure and use <ulink
95 url="http://www.privoxy.org/">Privoxy</ulink>.
98 <!-- Include privoxy.sgml boilerplate: -->
100 <!-- end privoxy.sgml -->
103 You can find the latest version of the <citetitle>Privoxy User Manual</citetitle> at <ulink
104 url="http://www.privoxy.org/user-manual/">http://www.privoxy.org/user-manual/</ulink>.
105 Please see the <link linkend="contact">Contact section</link> on how to
106 contact the developers.
110 <!-- Feel free to send a note to the developers at <email>ijbswa-developers@lists.sourceforge.net</email>. -->
116 <!-- ~~~~~ New section ~~~~~ -->
117 <sect1 label="1" id="introduction"><title>Introduction</title>
119 This documentation is included with the current &p-status; version of
120 <application>Privoxy</application>, &p-version;<![%p-not-stable;[,
121 and is mostly complete at this point. The most up to date reference for the
122 time being is still the comments in the source files and in the individual
123 configuration files. Development of a new version is currently nearing
124 completion, and includes significant changes and enhancements over
128 <!-- include only in non-stable versions -->
131 Since this is a &p-status; version, not all new features are well tested. This
132 documentation may be slightly out of sync as a result (especially with
133 CVS sources). And there <emphasis>may be</emphasis> bugs, though hopefully
138 <!-- ~~~~~ New section ~~~~~ -->
139 <sect2 id="features"><title>Features</title>
141 In addition to the core
142 features of ad blocking and
143 <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookie</ulink> management,
144 <application>Privoxy</application> provides many supplemental
145 features<![%p-not-stable;[, some of them currently under development]]>,
146 that give the end-user more control, more privacy and more freedom:
148 <!-- Include newfeatures.sgml boilerplate here: -->
150 <!-- end boilerplate -->
155 <!-- ~ End section ~ -->
158 <!-- ~~~~~ New section ~~~~~ -->
159 <sect1 id="installation"><title>Installation</title>
162 <application>Privoxy</application> is available both in convenient pre-compiled
163 packages for a wide range of operating systems, and as raw source code.
164 For most users, we recommend using the packages, which can be downloaded from our
165 <ulink url="http://sourceforge.net/projects/ijbswa/">Privoxy Project
171 On some platforms, the installer may remove previously installed versions, if
172 found. (See below for your platform). In any case <emphasis>be sure to backup
173 your old configuration if it is valuable to you.</emphasis> See the <link
174 linkend="upgradersnote">note to upgraders</link> section below.
177 <!-- ~~~~~ New section ~~~~~ -->
178 <sect2 id="installation-packages"><title>Binary Packages</title>
180 How to install the binary packages depends on your operating system:
183 <!-- XXX: The installation sections should be sorted -->
185 <!-- ~~~~~ New section ~~~~~ -->
186 <sect3 id="installation-deb"><title>Debian and Ubuntu</title>
188 DEBs can be installed with <literal>apt-get install privoxy</literal>,
189 and will use <filename>/etc/privoxy</filename> for the location of
194 <!-- ~~~~~ New section ~~~~~ -->
195 <sect3 id="installation-pack-win"><title>Windows</title>
198 Just double-click the installer, which will guide you through
199 the installation process. You will find the configuration files
200 in the same directory as you installed <application>Privoxy</application> in.
203 Version 3.0.5 beta introduced full <application>Windows</application> service
204 functionality. On Windows only, the <application>Privoxy</application>
205 program has two new command line arguments to install and uninstall
206 <application>Privoxy</application> as a <emphasis>service</emphasis>.
210 <term>Arguments:</term>
213 <replaceable class="parameter">--install</replaceable>[:<replaceable class="parameter">service_name</replaceable>]
216 <replaceable class="parameter">--uninstall</replaceable>[:<replaceable class="parameter">service_name</replaceable>]
222 After invoking <application>Privoxy</application> with
223 <command>--install</command>, you will need to bring up the
224 <application>Windows</application> service console to assign the user you
225 want <application>Privoxy</application> to run under, and whether or not you
226 want it to run whenever the system starts. You can start the
227 <application>Windows</application> services console with the following
228 command: <command>services.msc</command>. If you do not take the manual step
229 of modifying <application>Privoxy's</application> service settings, it will
230 not start. Note too that you will need to give Privoxy a user account that
231 actually exists, or it will not be permitted to
232 write to its log and configuration files.
237 <!-- ~~~~~ New section ~~~~~ -->
238 <sect3 id="installation-os2"><title>OS/2</title>
241 First, make sure that no previous installations of
242 <application>Junkbuster</application> and / or
243 <application>Privoxy</application> are left on your
244 system. Check that no <application>Junkbuster</application>
245 or <application>Privoxy</application> objects are in
251 Then, just double-click the WarpIN self-installing archive, which will
252 guide you through the installation process. A shadow of the
253 <application>Privoxy</application> executable will be placed in your
254 startup folder so it will start automatically whenever OS/2 starts.
258 The directory you choose to install <application>Privoxy</application>
259 into will contain all of the configuration files.
263 <!-- ~~~~~ New section ~~~~~ -->
264 <sect3 id="installation-mac"><title>Mac OS X</title>
266 Installation instructions for the OS X platform depend upon whether
267 you downloaded a ready-built installation package (.pkg or .mpkg) or have
268 downloaded the source code.
271 <sect3 renderas="sect4" id="OS-X-install-from-package">
272 <title>Installation from ready-built package</title>
274 The downloaded file will either be a .pkg (for OS X 10.5 upwards) or a bzipped
275 .mpkg file (for OS X 10.4). The former can be double-clicked as is and the
276 installation will start; double-clicking the latter will unzip the .mpkg file
277 which can then be double-clicked to commence the installation.
280 The privoxy service will automatically start after a successful installation
281 (and thereafter every time your computer starts up) however you will need to
282 configure your web browser(s) to use it. To do so, configure them to use a
283 proxy for HTTP and HTTPS at the address 127.0.0.1:8118.
286 To prevent the privoxy service from automatically starting when your computer
287 starts up, remove or rename the file <literal>/Library/LaunchDaemons/org.ijbswa.privoxy.plist</literal>
288 (on OS X 10.5 and higher) or the folder named
289 <literal>/Library/StartupItems/Privoxy</literal> (on OS X 10.4 'Tiger').
292 To manually start or stop the privoxy service, use the scripts startPrivoxy.sh
293 and stopPrivoxy.sh supplied in /Applications/Privoxy. They must be run from an
294 administrator account, using sudo.
297 To uninstall, run /Applications/Privoxy/uninstall.command as sudo from an
298 administrator account.
301 <sect3 renderas="sect4" id="OS-X-install-from-source">
302 <title>Installation from source</title>
304 To build and install the Privoxy source code on OS X you will need to obtain
305 the macsetup module from the Privoxy Sourceforge CVS repository (refer to
306 Sourceforge help for details of how to set up a CVS client to have read-only
307 access to the repository). This module contains scripts that leverage the usual
308 open-source tools (available as part of Apple's free of charge Xcode
309 distribution or via the usual open-source software package managers for OS X
310 (MacPorts, Homebrew, Fink etc.) to build and then install the privoxy binary
311 and associated files. The macsetup module's README file contains complete
312 instructions for its use.
315 The privoxy service will automatically start after a successful installation
316 (and thereafter every time your computer starts up) however you will need to
317 configure your web browser(s) to use it. To do so, configure them to use a
318 proxy for HTTP and HTTPS at the address 127.0.0.1:8118.
321 To prevent the privoxy service from automatically starting when your computer
322 starts up, remove or rename the file <literal>/Library/LaunchDaemons/org.ijbswa.privoxy.plist</literal>
323 (on OS X 10.5 and higher) or the folder named
324 <literal>/Library/StartupItems/Privoxy</literal> (on OS X 10.4 'Tiger').
327 To manually start or stop the privoxy service, use the Privoxy Utility
328 for Mac OS X (also part of the macsetup module). This application can start
329 and stop the privoxy service and display its log and configuration files.
332 To uninstall, run the macsetup module's uninstall.sh as sudo from an
333 administrator account.
337 <!-- ~~~~~ New section ~~~~~ -->
338 <sect3 id="installation-freebsd"><title>FreeBSD</title>
341 Privoxy is part of FreeBSD's Ports Collection, you can build and install
342 it with <literal>cd /usr/ports/www/privoxy; make install clean</literal>.
348 <!-- ~~~~~ New section ~~~~~ -->
349 <sect2 id="installation-source"><title>Building from Source</title>
352 The most convenient way to obtain the <application>Privoxy</application> sources
353 is to download the source tarball from our
354 <ulink url="http://sourceforge.net/project/showfiles.php?group_id=11118&package_id=10571">project download
359 If you like to live on the bleeding edge and are not afraid of using
360 possibly unstable development versions, you can check out the up-to-the-minute
361 version directly from <ulink url="http://sourceforge.net/cvs/?group_id=11118">the
362 CVS repository</ulink>.
364 deprecated...out of business.
365 or simply download <ulink
366 url="http://cvs.sourceforge.net/cvstarballs/ijbswa-cvsroot.tar.bz2">the nightly CVS
371 <!-- include buildsource.sgml boilerplate: -->
373 <!-- end boilerplate -->
376 <!-- ~~~~~ New section ~~~~~ -->
377 <sect2 id="installation-keepupdated"><title>Keeping your Installation Up-to-Date</title>
380 If you wish to receive an email notification whenever we release updates of
381 <application>Privoxy</application> or the actions file, <ulink
382 url="http://lists.sourceforge.net/lists/listinfo/ijbswa-announce/">subscribe
383 to our announce mailing list</ulink>, ijbswa-announce@lists.sourceforge.net.
387 In order not to lose your personal changes and adjustments when updating
388 to the latest <literal>default.action</literal> file we <emphasis>strongly
389 recommend</emphasis> that you use <literal>user.action</literal> and
390 <literal>user.filter</literal> for your local
391 customizations of <application>Privoxy</application>. See the <link
392 linkend="actions-file">Chapter on actions files</link> for details.
400 <!-- ~ End section ~ -->
402 <!-- ~~~~~ New section ~~~~~ -->
403 <sect1 id="whatsnew">
404 <title>What's New in this Release</title>
408 <!-- ~~~~~ New section ~~~~~ -->
410 <sect2 id="upgradersnote">
411 <title>Note to Upgraders</title>
414 A quick list of things to be aware of before upgrading from earlier
415 versions of <application>Privoxy</application>:
423 The recommended way to upgrade &my-app; is to backup your old
424 configuration files, install the new ones, verify that &my-app;
425 is working correctly and finally merge back your changes using
426 <application>diff</application> and maybe <application>patch</application>.
429 There are a number of new features in each &my-app; release and
430 most of them have to be explicitly enabled in the configuration
431 files. Old configuration files obviously don't do that and due
432 to syntax changes using old configuration files with a new
433 &my-app; isn't always possible anyway.
438 Note that some installers remove earlier versions completely,
439 including configuration files, therefore you should really save
440 any important configuration files!
445 On the other hand, other installers don't overwrite existing configuration
446 files, thinking you will want to do that yourself.
451 In the default configuration only fatal errors are logged now.
452 You can change that in the <link linkend="DEBUG">debug section</link>
453 of the configuration file. You may also want to enable more verbose
454 logging until you verified that the new &my-app; version is working
461 Three other config file settings are now off by default:
462 <link linkend="enable-remote-toggle">enable-remote-toggle</link>,
463 <link linkend="enable-remote-http-toggle">enable-remote-http-toggle</link>,
464 and <link linkend="enable-edit-actions">enable-edit-actions</link>.
465 If you use or want these, you will need to explicitly enable them, and
466 be aware of the security issues involved.
473 What constitutes a <quote>default</quote> configuration has changed,
474 and you may want to review which actions are <quote>on</quote> by
475 default. This is primarily a matter of emphasis, but some features
476 you may have been used to, may now be <quote>off</quote> by default.
477 There are also a number of new actions and filters you may want to
478 consider, most of which are not fully incorporated into the default
479 settings as yet (see above).
486 The default actions setting is now <literal>Cautious</literal>. Previous
487 releases had a default setting of <literal>Medium</literal>. Experienced
488 users may want to adjust this, as it is fairly conservative by &my-app;
489 standards and past practices. See <ulink
490 url="http://config.privoxy.org/edit-actions-list?f=default">
491 http://config.privoxy.org/edit-actions-list?f=default</ulink>. New users
492 should try the default settings for a while before turning up the volume.
498 The default setting has filtering turned <emphasis>off</emphasis>, which
499 subsequently means that compression is <emphasis>on</emphasis>. Remember
500 that filtering does not work on compressed pages, so if you use, or want to
501 use, filtering, you will need to force compression off. Example:
505 { +<link linkend="filter">filter</link>{google} +<link linkend="prevent-compression">prevent-compression</link> }
509 Or if you use a number of filters, or filter many sites, you may just want
510 to turn off compression for all sites in
511 <filename>default.action</filename> (or
512 <filename>user.action</filename>).
519 Also, <link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> is
520 off by default now. If you've liked this feature in the past, you may want
521 to turn it back on in <filename>user.action</filename> now.
528 Some installers may not automatically start
529 <application>Privoxy</application> after installation.
540 <!-- ~~~~~ New section ~~~~~ -->
541 <sect1 id="quickstart"><title>Quickstart to Using Privoxy</title>
547 Install <application>Privoxy</application>. See the <link
548 linkend="installation">Installation Section</link> below for platform specific
555 Advanced users and those who want to offer <application>Privoxy</application>
556 service to more than just their local machine should check the <link
557 linkend="config">main config file</link>, especially the <link
558 linkend="access-control">security-relevant</link> options. These are
565 Start <application>Privoxy</application>, if the installation program has
566 not done this already (may vary according to platform). See the section
567 <link linkend="startup">Starting <application>Privoxy</application></link>.
573 Set your browser to use <application>Privoxy</application> as HTTP and
574 HTTPS (SSL) <ulink url="http://en.wikipedia.org/wiki/Proxy_server">proxy</ulink>
575 by setting the proxy configuration for address of
576 <literal>127.0.0.1</literal> and port <literal>8118</literal>.
577 <emphasis>DO NOT</emphasis> activate proxying for <literal>FTP</literal> or
578 any protocols besides HTTP and HTTPS (SSL) unless you intend to prevent your
579 browser from using these protocols.
585 Flush your browser's disk and memory caches, to remove any cached ad images.
586 If using <application>Privoxy</application> to manage
587 <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>,
588 you should remove any currently stored cookies too.
594 A default installation should provide a reasonable starting point for
595 most. There will undoubtedly be occasions where you will want to adjust the
596 configuration, but that can be dealt with as the need arises. Little
597 to no initial configuration is required in most cases, you may want
599 <ulink url="config.html#ENABLE-EDIT-ACTIONS">web-based action editor</ulink> though.
600 Be sure to read the warnings first.
603 See the <link linkend="configuration">Configuration section</link> for more
604 configuration options, and how to customize your installation.
605 You might also want to look at the <link
606 linkend="quickstart-ad-blocking">next section</link> for a quick
607 introduction to how <application>Privoxy</application> blocks ads and
614 If you experience ads that slip through, innocent images that are
615 blocked, or otherwise feel the need to fine-tune
616 <application>Privoxy's</application> behavior, take a look at the <link
617 linkend="actions-file">actions files</link>. As a quick start, you might
618 find the <link linkend="act-examples">richly commented examples</link>
619 helpful. You can also view and edit the actions files through the <ulink
620 url="http://config.privoxy.org">web-based user interface</ulink>. The
621 Appendix <quote><link linkend="actionsanat">Troubleshooting: Anatomy of an
622 Action</link></quote> has hints on how to understand and debug actions that
623 <quote>misbehave</quote>.
628 Did anyone test these lately?
632 For easy access to &my-app;'s most important controls, drag the provided
633 <link linkend="bookmarklets">Bookmarklets</link> into your browser's
641 Please see the section <link linkend="contact">Contacting the
642 Developers</link> on how to report bugs, problems with websites or to get
649 Now enjoy surfing with enhanced control, comfort and privacy!
657 <!-- ~~~~~ New section ~~~~~ -->
659 <sect2 id="quickstart-ad-blocking">
660 <title>Quickstart to Ad Blocking</title>
662 NOTE: This section is deliberately redundant for those that don't
663 want to read the whole thing (which is getting lengthy).
666 Ad blocking is but one of <application>Privoxy's</application>
667 array of features. Many of these features are for the technically minded advanced
668 user. But, ad and banner blocking is surely common ground for everybody.
671 This section will provide a quick summary of ad blocking so
672 you can get up to speed quickly without having to read the more extensive
673 information provided below, though this is highly recommended.
676 First a bit of a warning ... blocking ads is much like blocking SPAM: the
677 more aggressive you are about it, the more likely you are to block
678 things that were not intended. And the more likely that some things
679 may not work as intended. So there is a trade off here. If you want
680 extreme ad free browsing, be prepared to deal with more
681 <quote>problem</quote> sites, and to spend more time adjusting the
682 configuration to solve these unintended consequences. In short, there is
683 not an easy way to eliminate <emphasis>all</emphasis> ads. Either take
684 the easy way and settle for <emphasis>most</emphasis> ads blocked with the
685 default configuration, or jump in and tweak it for your personal surfing
686 habits and preferences.
689 Secondly, a brief explanation of <application>Privoxy's </application>
690 <quote>actions</quote>. <quote>Actions</quote> in this context, are
691 the directives we use to tell <application>Privoxy</application> to perform
692 some task relating to HTTP transactions (i.e. web browsing). We tell
693 <application>Privoxy</application> to take some <quote>action</quote>. Each
694 action has a unique name and function. While there are many potential
695 <application>actions</application> in <application>Privoxy's</application>
696 arsenal, only a few are used for ad blocking. <link
697 linkend="actions">Actions</link>, and <link linkend="actions-file">action
698 configuration files</link>, are explained in depth below.
701 Actions are specified in <application>Privoxy's</application> configuration,
702 followed by one or more URLs to which the action should apply. URLs
703 can actually be URL type <link linkend="af-patterns">patterns</link> that use
704 wildcards so they can apply potentially to a range of similar URLs. The
705 actions, together with the URL patterns are called a section.
708 When you connect to a website, the full URL will either match one or more
709 of the sections as defined in <application>Privoxy's</application> configuration,
710 or not. If so, then <application>Privoxy</application> will perform the
711 respective actions. If not, then nothing special happens. Furthermore, web
712 pages may contain embedded, secondary URLs that your web browser will
713 use to load additional components of the page, as it parses the
714 original page's HTML content. An ad image for instance, is just an URL
715 embedded in the page somewhere. The image itself may be on the same server,
716 or a server somewhere else on the Internet. Complex web pages will have many
717 such embedded URLs. &my-app; can deal with each URL individually, so, for
718 instance, the main page text is not touched, but images from such-and-such
723 The most important actions for basic ad blocking are: <literal><link
724 linkend="block">block</link></literal>, <literal><link
725 linkend="handle-as-image">handle-as-image</link></literal>,
727 linkend="handle-as-empty-document">handle-as-empty-document</link></literal>,and
728 <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>:
736 <literal><link linkend="block">block</link></literal> - this is perhaps
737 the single most used action, and is particularly important for ad blocking.
738 This action stops any contact between your browser and any URL patterns
739 that match this action's configuration. It can be used for blocking ads,
740 but also anything that is determined to be unwanted. By itself, it simply
741 stops any communication with the remote server and sends
742 <application>Privoxy</application>'s own built-in BLOCKED page instead to
743 let you now what has happened (with some exceptions, see below).
749 <literal><link linkend="handle-as-image">handle-as-image</link></literal> -
750 tells <application>Privoxy</application> to treat this URL as an image.
751 <application>Privoxy</application>'s default configuration already does this
752 for all common image types (e.g. GIF), but there are many situations where this
753 is not so easy to determine. So we'll force it in these cases. This is particularly
754 important for ad blocking, since only if we know that it's an image of
755 some kind, can we replace it with an image of our choosing, instead of the
756 <application>Privoxy</application> BLOCKED page (which would only result in
757 a <quote>broken image</quote> icon). There are some limitations to this
758 though. For instance, you can't just brute-force an image substitution for
759 an entire HTML page in most situations.
765 <literal><link linkend="handle-as-empty-document">handle-as-empty-document</link></literal> -
766 sends an empty document instead of <application>Privoxy's</application>
767 normal BLOCKED HTML page. This is useful for file types that are neither
768 HTML nor images, such as blocking JavaScript files.
775 linkend="set-image-blocker">set-image-blocker</link></literal> - tells
776 <application>Privoxy</application> what to display in place of an ad image that
777 has hit a block rule. For this to come into play, the URL must match a
778 <literal><link linkend="block">block</link></literal> action somewhere in the
779 configuration, <emphasis>and</emphasis>, it must also match an
780 <literal><link linkend="handle-as-image">handle-as-image</link></literal> action.
783 The configuration options on what to display instead of the ad are:
787 <emphasis>pattern</emphasis> - a checkerboard pattern, so that an ad
788 replacement is obvious. This is the default.
793 <emphasis>blank</emphasis> - A very small empty GIF image is displayed.
794 This is the so-called <quote>invisible</quote> configuration option.
799 <emphasis>http://<URL></emphasis> - A redirect to any image anywhere
800 of the user's choosing (advanced usage).
809 Advanced users will eventually want to explore &my-app;
810 <literal><link linkend="filter">filters</link></literal> as well. Filters
811 are very different from <literal><link
812 linkend="block">blocks</link></literal>.
813 A <quote>block</quote> blocks a site, page, or unwanted contented. Filters
814 are a way of filtering or modifying what is actually on the page. An example
815 filter usage: a text replacement of <quote>no-no</quote> for
816 <quote>nasty-word</quote>. That is a very simple example. This process can be
817 used for ad blocking, but it is more in the realm of advanced usage and has
818 some pitfalls to be wary off.
822 The quickest way to adjust any of these settings is with your browser through
823 the special <application>Privoxy</application> editor at <ulink
824 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
825 (shortcut: <ulink url="http://p.p/">http://p.p/show-status</ulink>). This
826 is an internal page, and does not require Internet access.
830 Note that as of <application>Privoxy</application> 3.0.7 beta the
831 action editor is disabled by default. Check the
832 <ulink url="config.html#ENABLE-EDIT-ACTIONS">enable-edit-actions
833 section in the configuration file</ulink> to learn why and in which
834 cases it's safe to enable again.
838 If you decided to enable the action editor, select the appropriate
839 <quote>actions</quote> file, and click
840 <quote><guibutton>Edit</guibutton></quote>. It is best to put personal or
841 local preferences in <filename>user.action</filename> since this is not
842 meant to be overwritten during upgrades, and will over-ride the settings in
843 other files. Here you can insert new <quote>actions</quote>, and URLs for ad
844 blocking or other purposes, and make other adjustments to the configuration.
845 <application>Privoxy</application> will detect these changes automatically.
849 A quick and simple step by step example:
857 Right click on the ad image to be blocked, then select
858 <quote><guimenuitem>Copy Link Location</guimenuitem></quote> from the
866 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
871 Find <filename>user.action</filename> in the top section, and click
872 on <quote><guibutton>Edit</guibutton></quote>:
875 <!-- image of editor and actions files selections -->
877 <figure pgwide="0" float="0"><title>Actions Files in Use</title>
880 <imagedata fileref="files-in-use.jpg" format="jpg">
883 <phrase>[ Screenshot of Actions Files in Use ]</phrase>
892 You should have a section with only
893 <literal><link linkend="block">block</link></literal> listed under
894 <quote>Actions:</quote>.
895 If not, click a <quote><guibutton>Insert new section below</guibutton></quote>
896 button, and in the new section that just appeared, click the
897 <guibutton>Edit</guibutton> button right under the word <quote>Actions:</quote>.
898 This will bring up a list of all actions. Find
899 <literal><link linkend="block">block</link></literal> near the top, and click
900 in the <quote>Enabled</quote> column, then <quote><guibutton>Submit</guibutton></quote>
906 Now, in the <literal><link linkend="block">block</link></literal> actions section,
907 click the <quote><guibutton>Add</guibutton></quote> button, and paste the URL the
908 browser got from <quote><guimenuitem>Copy Link Location</guimenuitem></quote>.
909 Remove the <literal>http://</literal> at the beginning of the URL. Then, click
910 <quote><guibutton>Submit</guibutton></quote> (or
911 <quote><guibutton>OK</guibutton></quote> if in a pop-up window).
916 Now go back to the original page, and press <keycap>SHIFT-Reload</keycap>
917 (or flush all browser caches). The image should be gone now.
925 This is a very crude and simple example. There might be good reasons to use a
926 wildcard pattern match to include potentially similar images from the same
927 site. For a more extensive explanation of <quote>patterns</quote>, and
928 the entire actions concept, see <link linkend="actions-file">the Actions
933 For advanced users who want to hand edit their config files, you might want
934 to now go to the <link linkend="act-examples">Actions Files Tutorial</link>.
935 The ideas explained therein also apply to the web-based editor.
938 There are also various
939 <link linkend="filter">filters</link> that can be used for ad blocking
940 (filters are a special subset of actions). These
941 fall into the <quote>advanced</quote> usage category, and are explained in
942 depth in later sections.
949 <!-- ~ End section ~ -->
952 <!-- ~~~~~ New section ~~~~~ -->
954 <title>Starting Privoxy</title>
956 Before launching <application>Privoxy</application> for the first time, you
957 will want to configure your browser(s) to use
958 <application>Privoxy</application> as a HTTP and HTTPS (SSL)
959 <ulink url="http://en.wikipedia.org/wiki/Proxy_server">proxy</ulink>. The default is
960 127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
961 used port 8000). This is the one configuration step <emphasis>that must be done
965 Please note that <application>Privoxy</application> can only proxy HTTP and
966 HTTPS traffic. It will not work with FTP or other protocols.
969 <!-- image of Mozilla Proxy configuration -->
971 <figure pgwide="0" float="0"><title>Proxy Configuration Showing
972 Mozilla/Netscape HTTP and HTTPS (SSL) Settings</title>
975 <imagedata fileref="proxy_setup.jpg" format="jpg">
978 <phrase>[ Screenshot of Mozilla Proxy Configuration ]</phrase>
986 With <application>Firefox</application>, this is typically set under:
990 <guibutton>Tools</guibutton> -> <guibutton>Options</guibutton> -> <guibutton>Advanced</guibutton> -> <guibutton>Network</guibutton> -><guibutton>Connection</guibutton> -> <guibutton>Settings</guibutton>
995 Or optionally on some platforms:
999 <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>General</guibutton> -> <guibutton>Connection Settings</guibutton> -> <guibutton>Manual Proxy Configuration</guibutton>
1005 With <application>Netscape</application> (and
1006 <application>Mozilla</application>), this can be set under:
1011 <!-- Mix ascii and gui art, something for everybody -->
1012 <!-- spacing on this is tricky -->
1013 <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>Advanced</guibutton> -> <guibutton>Proxies</guibutton> -> <guibutton>HTTP Proxy</guibutton>
1018 For <application>Internet Explorer v.5-7</application>:
1022 <guibutton>Tools</guibutton> -> <guibutton>Internet Options</guibutton> -> <guibutton>Connections</guibutton> -> <guibutton>LAN Settings</guibutton>
1026 Then, check <quote>Use Proxy</quote> and fill in the appropriate info
1027 (Address: 127.0.0.1, Port: 8118). Include HTTPS (SSL), if you want HTTPS
1028 proxy support too (sometimes labeled <quote>Secure</quote>). Make sure any
1029 checkboxes like <quote>Use the same proxy server for all protocols</quote> is
1030 <emphasis>UNCHECKED</emphasis>. You want only HTTP and HTTPS (SSL)!
1033 <!-- image of IE Proxy configuration -->
1035 <figure pgwide="0" float="0"><title>Proxy Configuration Showing
1036 Internet Explorer HTTP and HTTPS (Secure) Settings</title>
1039 <imagedata fileref="proxy2.jpg" format="jpg">
1042 <phrase>[ Screenshot of IE Proxy Configuration ]</phrase>
1050 After doing this, flush your browser's disk and memory caches to force a
1051 re-reading of all pages and to get rid of any ads that may be cached. Remove
1052 any <ulink url="http://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>,
1053 if you want <application>Privoxy</application> to manage that. You are now
1054 ready to start enjoying the benefits of using
1055 <application>Privoxy</application>!
1059 <application>Privoxy</application> itself is typically started by specifying the
1060 main configuration file to be used on the command line. If no configuration
1061 file is specified on the command line, <application>Privoxy</application>
1062 will look for a file named <filename>config</filename> in the current
1063 directory. Except on Win32 where it will try <filename>config.txt</filename>.
1066 <sect2 id="start-debian">
1067 <title>Debian</title>
1069 We use a script. Note that Debian typically starts &my-app; upon booting per
1070 default. It will use the file
1071 <filename>/etc/privoxy/config</filename> as its main configuration
1076 # /etc/init.d/privoxy start
1081 <sect2 id="start-windows">
1082 <title>Windows</title>
1084 Click on the &my-app; Icon to start <application>Privoxy</application>. If no configuration file is
1085 specified on the command line, <application>Privoxy</application> will look
1086 for a file named <filename>config.txt</filename>. Note that Windows will
1087 automatically start &my-app; when the system starts if you chose that option
1091 <application>Privoxy</application> can run with full Windows service functionality.
1092 On Windows only, the &my-app; program has two new command line arguments
1093 to install and uninstall &my-app; as a service. See the
1094 <link linkend="installation-pack-win">Windows Installation
1095 instructions</link> for details.
1099 <sect2 id="start-unices">
1100 <title>Solaris, NetBSD, FreeBSD, HP-UX and others</title>
1102 Example Unix startup command:
1106 # /usr/sbin/privoxy /etc/privoxy/config
1111 <sect2 id="start-os2">
1114 During installation, <application>Privoxy</application> is configured to
1115 start automatically when the system restarts. You can start it manually by
1116 double-clicking on the <application>Privoxy</application> icon in the
1117 <application>Privoxy</application> folder.
1121 <sect2 id="start-macosx">
1122 <title>Mac OS X</title>
1124 After downloading the privoxy software, unzip the downloaded file by
1125 double-clicking on the zip file icon. Then, double-click on the
1126 installer package icon and follow the installation process.
1129 The privoxy service will automatically start after a successful
1130 installation. In addition, the privoxy service will automatically
1131 start every time your computer starts up.
1134 To prevent the privoxy service from automatically starting when your
1135 computer starts up, remove or rename the folder named
1136 /Library/StartupItems/Privoxy.
1139 A simple application named Privoxy Utility has been created which
1140 enables administrators to easily start and stop the privoxy service.
1143 In addition, the Privoxy Utility presents a simple way for
1144 administrators to edit the various privoxy config files. A method
1145 to uninstall the software is also available.
1148 An administrator username and password must be supplied in order for
1149 the Privoxy Utility to perform any of the tasks.
1157 See the section <link linkend="cmdoptions">Command line options</link> for
1161 must find a better place for this paragraph
1164 The included default configuration files should give a reasonable starting
1165 point. Most of the per site configuration is done in the
1166 <ulink url="actions-file.html"><quote>actions</quote></ulink> files. These are
1167 where various cookie actions are defined, ad and banner blocking, and other
1168 aspects of <application>Privoxy</application> configuration. There are several
1169 such files included, with varying levels of aggressiveness.
1173 You will probably want to keep an eye out for sites for which you may prefer
1174 persistent cookies, and add these to your actions configuration as needed. By
1175 default, most of these will be accepted only during the current browser
1176 session (aka <quote>session cookies</quote>), unless you add them to the
1177 configuration. If you want the browser to handle this instead, you will need
1178 to edit <filename>user.action</filename> (or through the web based interface)
1179 and disable this feature. If you use more than one browser, it would make
1180 more sense to let <application>Privoxy</application> handle this. In which
1181 case, the browser(s) should be set to accept all cookies.
1185 Another feature where you will probably want to define exceptions for trusted
1186 sites is the popup-killing (through <ulink
1187 url="actions-file.html#FILTER-POPUPS"><quote>+filter{popups}</quote></ulink>),
1188 because your favorite shopping, banking, or leisure site may need
1189 popups (explained below).
1193 <application>Privoxy</application> does not support all of the optional HTTP/1.1
1194 features yet. In the unlikely event that you experience inexplicable problems
1195 with browsers that use HTTP/1.1 per default
1196 (like <application>Mozilla</application> or recent versions of I.E.), you might
1197 try to force HTTP/1.0 compatibility. For Mozilla, look under <literal>Edit ->
1198 Preferences -> Debug -> Networking</literal>.
1199 Alternatively, set the <quote>+downgrade-http-version</quote> config option in
1200 <filename>default.action</filename> which will downgrade your browser's HTTP
1201 requests from HTTP/1.1 to HTTP/1.0 before processing them.
1205 After running <application>Privoxy</application> for a while, you can
1206 start to fine tune the configuration to suit your personal, or site,
1207 preferences and requirements. There are many, many aspects that can
1208 be customized. <quote>Actions</quote>
1209 can be adjusted by pointing your browser to
1210 <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1211 (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>),
1212 and then follow the link to <quote>View & Change the Current Configuration</quote>.
1213 (This is an internal page and does not require Internet access.)
1217 In fact, various aspects of <application>Privoxy</application>
1218 configuration can be viewed from this page, including
1219 current configuration parameters, source code version numbers,
1220 the browser's request headers, and <quote>actions</quote> that apply
1221 to a given URL. In addition to the actions file
1222 editor mentioned above, <application>Privoxy</application> can also
1223 be turned <quote>on</quote> and <quote>off</quote> (toggled) from this page.
1227 If you encounter problems, try loading the page without
1228 <application>Privoxy</application>. If that helps, enter the URL where
1229 you have the problems into <ulink url="http://p.p/show-url-info">the browser
1230 based rule tracing utility</ulink>. See which rules apply and why, and
1231 then try turning them off for that site one after the other, until the problem
1232 is gone. When you have found the culprit, you might want to turn the rest on
1237 If the above paragraph sounds gibberish to you, you might want to <link
1238 linkend="actions-file">read more about the actions concept</link>
1239 or even dive deep into the <link linkend="actionsanat">Appendix
1244 If you can't get rid of the problem at all, think you've found a bug in
1245 Privoxy, want to propose a new feature or smarter rules, please see the
1246 section <link linkend="contact"><quote>Contacting the
1247 Developers</quote></link> below.
1252 <!-- ~~~~~ New section ~~~~~ -->
1253 <sect2 id="cmdoptions">
1254 <title>Command Line Options</title>
1256 <application>Privoxy</application> may be invoked with the following
1257 command-line options:
1265 <emphasis>--config-test</emphasis>
1268 Exit after loading the configuration files before binding to
1269 the listen address. The exit code signals whether or not the
1270 configuration files have been successfully loaded.
1273 If the exit code is 1, at least one of the configuration files
1274 is invalid, if it is 0, all the configuration files have been
1275 successfully loaded (but may still contain errors that can
1276 currently only be detected at run time).
1279 This option doesn't affect the log setting, combination with
1280 <emphasis>--no-daemon</emphasis> is recommended if a configured
1281 log file shouldn't be used.
1286 <emphasis>--version</emphasis>
1289 Print version info and exit. Unix only.
1294 <emphasis>--help</emphasis>
1297 Print short usage info and exit. Unix only.
1302 <emphasis>--no-daemon</emphasis>
1305 Don't become a daemon, i.e. don't fork and become process group
1306 leader, and don't detach from controlling tty. Unix only.
1311 <emphasis>--pidfile FILE</emphasis>
1314 On startup, write the process ID to <emphasis>FILE</emphasis>. Delete the
1315 <emphasis>FILE</emphasis> on exit. Failure to create or delete the
1316 <emphasis>FILE</emphasis> is non-fatal. If no <emphasis>FILE</emphasis>
1317 option is given, no PID file will be used. Unix only.
1322 <emphasis>--user USER[.GROUP]</emphasis>
1325 After (optionally) writing the PID file, assume the user ID of
1326 <emphasis>USER</emphasis>, and if included the GID of GROUP. Exit if the
1327 privileges are not sufficient to do so. Unix only.
1332 <emphasis>--chroot</emphasis>
1335 Before changing to the user ID given in the <emphasis>--user</emphasis> option,
1336 chroot to that user's home directory, i.e. make the kernel pretend to the &my-app;
1337 process that the directory tree starts there. If set up carefully, this can limit
1338 the impact of possible vulnerabilities in &my-app; to the files contained in that hierarchy.
1344 <emphasis>--pre-chroot-nslookup hostname</emphasis>
1347 Specifies a hostname to look up before doing a chroot. On some systems, initializing the
1348 resolver library involves reading config files from /etc and/or loading additional shared
1349 libraries from /lib. On these systems, doing a hostname lookup before the chroot reduces
1350 the number of files that must be copied into the chroot tree.
1353 For fastest startup speed, a good value is a hostname that is not in /etc/hosts but that
1354 your local name server (listed in /etc/resolv.conf) can resolve without recursion
1355 (that is, without having to ask any other name servers). The hostname need not exist,
1356 but if it doesn't, an error message (which can be ignored) will be output.
1362 <emphasis>configfile</emphasis>
1365 If no <emphasis>configfile</emphasis> is included on the command line,
1366 <application>Privoxy</application> will look for a file named
1367 <quote>config</quote> in the current directory (except on Win32
1368 where it will look for <quote>config.txt</quote> instead). Specify
1369 full path to avoid confusion. If no config file is found,
1370 <application>Privoxy</application> will fail to start.
1378 On <application>MS Windows</application> only there are two additional
1379 command-line options to allow <application>Privoxy</application> to install and
1380 run as a <emphasis>service</emphasis>. See the
1381 <link linkend="installation-pack-win">Window Installation section</link>
1389 <!-- ~ End section ~ -->
1392 <!-- ~~~~~ New section ~~~~~ -->
1393 <sect1 id="configuration"><title>Privoxy Configuration</title>
1395 All <application>Privoxy</application> configuration is stored
1396 in text files. These files can be edited with a text editor.
1397 Many important aspects of <application>Privoxy</application> can
1398 also be controlled easily with a web browser.
1402 <!-- ~~~~~ New section ~~~~~ -->
1405 <title>Controlling Privoxy with Your Web Browser</title>
1407 <application>Privoxy</application>'s user interface can be reached through the special
1408 URL <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1409 (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>),
1410 which is a built-in page and works without Internet access.
1411 You will see the following section:
1415 <!-- Needs to be put in a table and colorized -->
1418 <bridgehead renderas="sect2"> Privoxy Menu</bridgehead>
1422 ▪ <ulink url="http://config.privoxy.org/show-status">View & change the current configuration</ulink>
1425 ▪ <ulink url="http://config.privoxy.org/show-version">View the source code version numbers</ulink>
1428 ▪ <ulink url="http://config.privoxy.org/show-request">View the request headers.</ulink>
1431 ▪ <ulink url="http://config.privoxy.org/show-url-info">Look up which actions apply to a URL and why</ulink>
1434 ▪ <ulink url="http://config.privoxy.org/toggle">Toggle Privoxy on or off</ulink>
1437 ▪ <ulink
1438 url="http://www.privoxy.org/&p-version;/user-manual/">Documentation</ulink>
1446 This should be self-explanatory. Note the first item leads to an editor for the
1447 <link linkend="actions-file">actions files</link>, which is where the ad, banner,
1448 cookie, and URL blocking magic is configured as well as other advanced features of
1449 <application>Privoxy</application>. This is an easy way to adjust various
1450 aspects of <application>Privoxy</application> configuration. The actions
1451 file, and other configuration files, are explained in detail below.
1455 <quote>Toggle Privoxy On or Off</quote> is handy for sites that might
1456 have problems with your current actions and filters. You can in fact use
1457 it as a test to see whether it is <application>Privoxy</application>
1458 causing the problem or not. <application>Privoxy</application> continues
1459 to run as a proxy in this case, but all manipulation is disabled, i.e.
1460 <application>Privoxy</application> acts like a normal forwarding proxy. There
1461 is even a toggle <link linkend="bookmarklets">Bookmarklet</link> offered, so
1462 that you can toggle <application>Privoxy</application> with one click from
1467 Note that several of the features described above are disabled by default
1468 in <application>Privoxy</application> 3.0.7 beta and later.
1470 <ulink url="config.html">configuration file</ulink> to learn why
1471 and in which cases it's safe to enable them again.
1476 <!-- ~ End section ~ -->
1481 <!-- ~~~~~ New section ~~~~~ -->
1483 <sect2 id="confoverview">
1484 <title>Configuration Files Overview</title>
1486 For Unix, *BSD and Linux, all configuration files are located in
1487 <filename>/etc/privoxy/</filename> by default. For MS Windows, OS/2, and
1488 AmigaOS these are all in the same directory as the
1489 <application>Privoxy</application> executable. <![%p-not-stable;[ The name
1490 and number of configuration files has changed from previous versions, and is
1491 subject to change as development progresses.]]>
1495 The installed defaults provide a reasonable starting point, though
1496 some settings may be aggressive by some standards. For the time being, the
1497 principle configuration files are:
1505 The <link linkend="config">main configuration file</link> is named <filename>config</filename>
1506 on Linux, Unix, BSD, OS/2, and AmigaOS and <filename>config.txt</filename>
1507 on Windows. This is a required file.
1513 <filename>match-all.action</filename> is used to define which <quote>actions</quote>
1514 relating to banner-blocking, images, pop-ups, content modification, cookie handling
1515 etc should be applied by default. It should be the first actions file loaded.
1518 <filename>default.action</filename> defines many exceptions (both positive and negative)
1519 from the default set of actions that's configured in <filename>match-all.action</filename>.
1520 It should be the second actions file loaded and shouldn't be edited by the user.
1523 Multiple actions files may be defined in <filename>config</filename>. These
1524 are processed in the order they are defined. Local customizations and locally
1525 preferred exceptions to the default policies as defined in
1526 <filename>match-all.action</filename> (which you will most probably want
1527 to define sooner or later) are best applied in <filename>user.action</filename>,
1528 where you can preserve them across upgrades. The file isn't installed by all
1529 installers, but you can easily create it yourself with a text editor.
1532 There is also a web based editor that can be accessed from
1534 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
1536 url="http://p.p/show-status">http://p.p/show-status</ulink>) for the
1537 various actions files.
1543 <quote>Filter files</quote> (the <link linkend="filter-file">filter
1544 file</link>) can be used to re-write the raw page content, including
1545 viewable text as well as embedded HTML and JavaScript, and whatever else
1546 lurks on any given web page. The filtering jobs are only pre-defined here;
1547 whether to apply them or not is up to the actions files.
1548 <filename>default.filter</filename> includes various filters made
1549 available for use by the developers. Some are much more intrusive than
1550 others, and all should be used with caution. You may define additional
1551 filter files in <filename>config</filename> as you can with
1552 actions files. We suggest <filename>user.filter</filename> for any
1553 locally defined filters or customizations.
1561 The syntax of the configuration and filter files may change between different
1562 Privoxy versions, unfortunately some enhancements cost backwards compatibility.
1563 <!-- Add link to documentation-->
1567 All files use the <quote><literal>#</literal></quote> character to denote a
1568 comment (the rest of the line will be ignored) and understand line continuation
1569 through placing a backslash ("<literal>\</literal>") as the very last character
1570 in a line. If the <literal>#</literal> is preceded by a backslash, it looses
1571 its special function. Placing a <literal>#</literal> in front of an otherwise
1572 valid configuration line to prevent it from being interpreted is called "commenting
1573 out" that line. Blank lines are ignored.
1577 The actions files and filter files
1578 can use Perl style <link linkend="regex">regular expressions</link> for
1579 maximum flexibility.
1583 After making any changes, there is no need to restart
1584 <application>Privoxy</application> in order for the changes to take
1585 effect. <application>Privoxy</application> detects such changes
1586 automatically. Note, however, that it may take one or two additional
1587 requests for the change to take effect. When changing the listening address
1588 of <application>Privoxy</application>, these <quote>wake up</quote> requests
1589 must obviously be sent to the <emphasis>old</emphasis> listening address.
1594 While under development, the configuration content is subject to change.
1595 The below documentation may not be accurate by the time you read this.
1596 Also, what constitutes a <quote>default</quote> setting, may change, so
1597 please check all your configuration files on important issues.
1603 <!-- ~ End section ~ -->
1606 <!-- ~~~~~~~~ New section Header ~~~~~~~~~ -->
1608 <!-- **************************************************** -->
1609 <!-- Include config.sgml here -->
1610 <!-- This is where the entire config file is detailed. -->
1612 <!-- end include -->
1615 <!-- ~ End section ~ -->
1619 <!-- ~~~~~~~~ New section Header ~~~~~~~~~ -->
1621 <sect1 id="actions-file"><title>Actions Files</title>
1625 XXX: similar descriptions are in the Configuration Files sections.
1626 We should only describe them at one place.
1629 The actions files are used to define what <emphasis>actions</emphasis>
1630 <application>Privoxy</application> takes for which URLs, and thus determines
1631 how ad images, cookies and various other aspects of HTTP content and
1632 transactions are handled, and on which sites (or even parts thereof).
1633 There are a number of such actions, with a wide range of functionality.
1634 Each action does something a little different.
1635 These actions give us a veritable arsenal of tools with which to exert
1636 our control, preferences and independence. Actions can be combined so that
1637 their effects are aggregated when applied against a given set of URLs.
1641 are three action files included with <application>Privoxy</application> with
1648 <filename>match-all.action</filename> - is used to define which
1649 <quote>actions</quote> relating to banner-blocking, images, pop-ups,
1650 content modification, cookie handling etc should be applied by default.
1651 It should be the first actions file loaded
1656 <filename>default.action</filename> - defines many exceptions (both
1657 positive and negative) from the default set of actions that's configured
1658 in <filename>match-all.action</filename>. It is a set of rules that should
1659 work reasonably well as-is for most users. This file is only supposed to
1660 be edited by the developers. It should be the second actions file loaded.
1665 <filename>user.action</filename> - is intended to be for local site
1666 preferences and exceptions. As an example, if your ISP or your bank
1667 has specific requirements, and need special handling, this kind of
1668 thing should go here. This file will not be upgraded.
1673 <guibutton>Edit</guibutton> <guibutton>Set to Cautious</guibutton> <guibutton>Set to Medium</guibutton> <guibutton>Set to Advanced</guibutton>
1676 These have increasing levels of aggressiveness <emphasis>and have no
1677 influence on your browsing unless you select them explicitly in the
1678 editor</emphasis>. A default installation should be pre-set to
1679 <literal>Cautious</literal>. New users should try this for a while before
1680 adjusting the settings to more aggressive levels. The more aggressive
1681 the settings, then the more likelihood there is of problems such as sites
1682 not working as they should.
1685 The <guibutton>Edit</guibutton> button allows you to turn each
1686 action on/off individually for fine-tuning. The <guibutton>Cautious</guibutton>
1687 button changes the actions list to low/safe settings which will activate
1688 ad blocking and a minimal set of &my-app;'s features, and subsequently
1689 there will be less of a chance for accidental problems. The
1690 <guibutton>Medium</guibutton> button sets the list to a medium level of
1691 other features and a low level set of privacy features. The
1692 <guibutton>Advanced</guibutton> button sets the list to a high level of
1693 ad blocking and medium level of privacy. See the chart below. The latter
1694 three buttons over-ride any changes via with the
1695 <guibutton>Edit</guibutton> button. More fine-tuning can be done in the
1696 lower sections of this internal page.
1699 While the actions file editor allows to enable these settings in all
1700 actions files, they are only supposed to be enabled in the first one
1701 to make sure you don't unintentionally overrule earlier rules.
1704 The default profiles, and their associated actions, as pre-defined in
1705 <filename>default.action</filename> are:
1708 <table frame=all><title>Default Configurations</title>
1709 <tgroup cols=4 align=left colsep=1 rowsep=1>
1710 <colspec colname=c1>
1711 <colspec colname=c2>
1712 <colspec colname=c3>
1713 <colspec colname=c4>
1716 <entry>Feature</entry>
1717 <entry>Cautious</entry>
1718 <entry>Medium</entry>
1719 <entry>Advanced</entry>
1724 <!-- <entry>f1</entry> -->
1725 <!-- <entry>f2</entry> -->
1726 <!-- <entry>f3</entry> -->
1727 <!-- <entry>f4</entry> -->
1733 <entry>Ad-blocking Aggressiveness</entry>
1734 <entry>medium</entry>
1740 <entry>Ad-filtering by size</entry>
1747 <entry>Ad-filtering by link</entry>
1753 <entry>Pop-up killing</entry>
1754 <entry>blocks only</entry>
1755 <entry>blocks only</entry>
1756 <entry>blocks only</entry>
1760 <entry>Privacy Features</entry>
1762 <entry>medium</entry>
1763 <entry>medium/high</entry>
1767 <entry>Cookie handling</entry>
1769 <entry>session-only</entry>
1774 <entry>Referer forging</entry>
1781 <entry>GIF de-animation</entry>
1788 <entry>Fast redirects</entry>
1795 <entry>HTML taming</entry>
1802 <entry>JavaScript taming</entry>
1809 <entry>Web-bug killing</entry>
1816 <entry>Image tag reordering</entry>
1832 The list of actions files to be used are defined in the main configuration
1833 file, and are processed in the order they are defined (e.g.
1834 <filename>default.action</filename> is typically processed before
1835 <filename>user.action</filename>). The content of these can all be viewed and
1837 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
1838 The over-riding principle when applying actions, is that the last action that
1839 matches a given URL wins. The broadest, most general rules go first
1840 (defined in <filename>default.action</filename>),
1841 followed by any exceptions (typically also in
1842 <filename>default.action</filename>), which are then followed lastly by any
1843 local preferences (typically in <emphasis>user</emphasis><filename>.action</filename>).
1844 Generally, <filename>user.action</filename> has the last word.
1848 An actions file typically has multiple sections. If you want to use
1849 <quote>aliases</quote> in an actions file, you have to place the (optional)
1850 <link linkend="aliases">alias section</link> at the top of that file.
1851 Then comes the default set of rules which will apply universally to all
1852 sites and pages (be <emphasis>very careful</emphasis> with using such a
1853 universal set in <filename>user.action</filename> or any other actions file after
1854 <filename>default.action</filename>, because it will override the result
1855 from consulting any previous file). And then below that,
1856 exceptions to the defined universal policies. You can regard
1857 <filename>user.action</filename> as an appendix to <filename>default.action</filename>,
1858 with the advantage that it is a separate file, which makes preserving your
1859 personal settings across <application>Privoxy</application> upgrades easier.
1863 Actions can be used to block anything you want, including ads, banners, or
1864 just some obnoxious URL whose content you would rather not see. Cookies can be accepted
1865 or rejected, or accepted only during the current browser session (i.e. not
1866 written to disk), content can be modified, some JavaScripts tamed, user-tracking
1867 fooled, and much more. See below for a <link linkend="actions">complete list
1871 <!-- ~~~~~ New section ~~~~~ -->
1873 <title>Finding the Right Mix</title>
1875 Note that some <link linkend="actions">actions</link>, like cookie suppression
1876 or script disabling, may render some sites unusable that rely on these
1877 techniques to work properly. Finding the right mix of actions is not always easy and
1878 certainly a matter of personal taste. And, things can always change, requiring
1879 refinements in the configuration. In general, it can be said that the more
1880 <quote>aggressive</quote> your default settings (in the top section of the
1881 actions file) are, the more exceptions for <quote>trusted</quote> sites you
1882 will have to make later. If, for example, you want to crunch all cookies per
1883 default, you'll have to make exceptions from that rule for sites that you
1884 regularly use and that require cookies for actually useful purposes, like maybe
1885 your bank, favorite shop, or newspaper.
1889 We have tried to provide you with reasonable rules to start from in the
1890 distribution actions files. But there is no general rule of thumb on these
1891 things. There just are too many variables, and sites are constantly changing.
1892 Sooner or later you will want to change the rules (and read this chapter again :).
1896 <!-- ~~~~~ New section ~~~~~ -->
1898 <title>How to Edit</title>
1900 The easiest way to edit the actions files is with a browser by
1901 using our browser-based editor, which can be reached from <ulink
1902 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
1903 Note: the config file option <link
1904 linkend="enable-edit-actions">enable-edit-actions</link> must be enabled for
1905 this to work. The editor allows both fine-grained control over every single
1906 feature on a per-URL basis, and easy choosing from wholesale sets of defaults
1907 like <quote>Cautious</quote>, <quote>Medium</quote> or
1908 <quote>Advanced</quote>. Warning: the <quote>Advanced</quote> setting is more
1909 aggressive, and will be more likely to cause problems for some sites.
1910 Experienced users only!
1914 If you prefer plain text editing to GUIs, you can of course also directly edit the
1915 the actions files with your favorite text editor. Look at
1916 <filename>default.action</filename> which is richly commented with many
1922 <sect2 id="actions-apply">
1923 <title>How Actions are Applied to Requests</title>
1925 Actions files are divided into sections. There are special sections,
1926 like the <quote><link linkend="aliases">alias</link></quote> sections which will
1927 be discussed later. For now let's concentrate on regular sections: They have a
1928 heading line (often split up to multiple lines for readability) which consist
1929 of a list of actions, separated by whitespace and enclosed in curly braces.
1930 Below that, there is a list of URL and tag patterns, each on a separate line.
1934 To determine which actions apply to a request, the URL of the request is
1935 compared to all URL patterns in each <quote>action file</quote>.
1936 Every time it matches, the list of applicable actions for the request is
1937 incrementally updated, using the heading of the section in which the
1938 pattern is located. The same is done again for tags and tag patterns later on.
1942 If multiple applying sections set the same action differently,
1943 the last match wins. If not, the effects are aggregated.
1944 E.g. a URL might match a regular section with a heading line of <literal>{
1945 +<link linkend="handle-as-image">handle-as-image</link> }</literal>,
1946 then later another one with just <literal>{
1947 +<link linkend="block">block</link> }</literal>, resulting
1948 in <emphasis>both</emphasis> actions to apply. And there may well be
1949 cases where you will want to combine actions together. Such a section then
1955 { +<literal>handle-as-image</literal> +<literal>block{Banner ads.}</literal> }
1956 # Block these as if they were images. Send no block page.
1958 media.example.com/.*banners
1959 .example.com/images/ads/</screen>
1963 You can trace this process for URL patterns and any given URL by visiting <ulink
1964 url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>.
1968 Examples and more detail on this is provided in the Appendix, <link linkend="ACTIONSANAT">
1969 Troubleshooting: Anatomy of an Action</link> section.
1973 <!-- ~~~~~ New section ~~~~~ -->
1974 <sect2 id="af-patterns">
1975 <title>Patterns</title>
1977 As mentioned, <application>Privoxy</application> uses <quote>patterns</quote>
1978 to determine what <emphasis>actions</emphasis> might apply to which sites and
1979 pages your browser attempts to access. These <quote>patterns</quote> use wild
1980 card type <emphasis>pattern</emphasis> matching to achieve a high degree of
1981 flexibility. This allows one expression to be expanded and potentially match
1982 against many similar patterns.
1986 Generally, an URL pattern has the form
1987 <literal><domain><port>/<path></literal>, where the
1988 <literal><domain></literal>, the <literal><port></literal>
1989 and the <literal><path></literal> are optional. (This is why the special
1990 <literal>/</literal> pattern matches all URLs). Note that the protocol
1991 portion of the URL pattern (e.g. <literal>http://</literal>) should
1992 <emphasis>not</emphasis> be included in the pattern. This is assumed already!
1995 The pattern matching syntax is different for the domain and path parts of
1996 the URL. The domain part uses a simple globbing type matching technique,
1997 while the path part uses more flexible
1998 <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
1999 Expressions</quote></ulink> (POSIX 1003.2).
2002 The port part of a pattern is a decimal port number preceded by a colon
2003 (<literal>:</literal>). If the domain part contains a numerical IPv6 address,
2004 it has to be put into angle brackets
2005 (<literal><</literal>, <literal>></literal>).
2010 <term><literal>www.example.com/</literal></term>
2013 is a domain-only pattern and will match any request to <literal>www.example.com</literal>,
2014 regardless of which document on that server is requested. So ALL pages in
2015 this domain would be covered by the scope of this action. Note that a
2016 simple <literal>example.com</literal> is different and would NOT match.
2021 <term><literal>www.example.com</literal></term>
2024 means exactly the same. For domain-only patterns, the trailing <literal>/</literal> may
2030 <term><literal>www.example.com/index.html</literal></term>
2033 matches all the documents on <literal>www.example.com</literal>
2034 whose name starts with <literal>/index.html</literal>.
2039 <term><literal>www.example.com/index.html$</literal></term>
2042 matches only the single document <literal>/index.html</literal>
2043 on <literal>www.example.com</literal>.
2048 <term><literal>/index.html$</literal></term>
2051 matches the document <literal>/index.html</literal>, regardless of the domain,
2052 i.e. on <emphasis>any</emphasis> web server anywhere.
2057 <term><literal>/</literal></term>
2060 Matches any URL because there's no requirement for either the
2061 domain or the path to match anything.
2066 <term><literal>:8000/</literal></term>
2069 Matches any URL pointing to TCP port 8000.
2074 <term><literal><2001:db8::1>/</literal></term>
2077 Matches any URL with the host address <literal>2001:db8::1</literal>.
2078 (Note that the real URL uses plain brackets, not angle brackets.)
2083 <term><literal>index.html</literal></term>
2086 matches nothing, since it would be interpreted as a domain name and
2087 there is no top-level domain called <literal>.html</literal>. So its
2095 <!-- ~~~~~ New section ~~~~~ -->
2096 <sect3><title>The Domain Pattern</title>
2099 The matching of the domain part offers some flexible options: if the
2100 domain starts or ends with a dot, it becomes unanchored at that end.
2106 <term><literal>.example.com</literal></term>
2109 matches any domain with first-level domain <literal>com</literal>
2110 and second-level domain <literal>example</literal>.
2111 For example <literal>www.example.com</literal>,
2112 <literal>example.com</literal> and <literal>foo.bar.baz.example.com</literal>.
2113 Note that it wouldn't match if the second-level domain was <literal>another-example</literal>.
2118 <term><literal>www.</literal></term>
2121 matches any domain that <emphasis>STARTS</emphasis> with
2122 <literal>www.</literal> (It also matches the domain
2123 <literal>www</literal> but most of the time that doesn't matter.)
2128 <term><literal>.example.</literal></term>
2131 matches any domain that <emphasis>CONTAINS</emphasis> <literal>.example.</literal>.
2132 And, by the way, also included would be any files or documents that exist
2133 within that domain since no path limitations are specified. (Correctly
2134 speaking: It matches any FQDN that contains <literal>example</literal> as
2135 a domain.) This might be <literal>www.example.com</literal>,
2136 <literal>news.example.de</literal>, or
2137 <literal>www.example.net/cgi/testing.pl</literal> for instance. All these
2145 Additionally, there are wild-cards that you can use in the domain names
2146 themselves. These work similarly to shell globbing type wild-cards:
2147 <quote>*</quote> represents zero or more arbitrary characters (this is
2149 <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2150 Expression</quote></ulink> based syntax of <quote>.*</quote>),
2151 <quote>?</quote> represents any single character (this is equivalent to the
2152 regular expression syntax of a simple <quote>.</quote>), and you can define
2153 <quote>character classes</quote> in square brackets which is similar to
2154 the same regular expression technique. All of this can be freely mixed:
2159 <term><literal>ad*.example.com</literal></term>
2162 matches <quote>adserver.example.com</quote>,
2163 <quote>ads.example.com</quote>, etc but not <quote>sfads.example.com</quote>
2168 <term><literal>*ad*.example.com</literal></term>
2171 matches all of the above, and then some.
2176 <term><literal>.?pix.com</literal></term>
2179 matches <literal>www.ipix.com</literal>,
2180 <literal>pictures.epix.com</literal>, <literal>a.b.c.d.e.upix.com</literal> etc.
2185 <term><literal>www[1-9a-ez].example.c*</literal></term>
2188 matches <literal>www1.example.com</literal>,
2189 <literal>www4.example.cc</literal>, <literal>wwwd.example.cy</literal>,
2190 <literal>wwwz.example.com</literal> etc., but <emphasis>not</emphasis>
2191 <literal>wwww.example.com</literal>.
2198 While flexible, this is not the sophistication of full regular expression based syntax.
2203 <!-- ~ End section ~ -->
2206 <!-- ~~~~~ New section ~~~~~ -->
2207 <sect3><title>The Path Pattern</title>
2210 <application>Privoxy</application> uses <quote>modern</quote> POSIX 1003.2
2211 <ulink url="http://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2212 Expressions</quote></ulink> for matching the path portion (after the slash),
2213 and is thus more flexible.
2217 There is an <link linkend="regex">Appendix</link> with a brief quick-start into regular
2218 expressions, you also might want to have a look at your operating system's documentation
2219 on regular expressions (try <literal>man re_format</literal>).
2223 Note that the path pattern is automatically left-anchored at the <quote>/</quote>,
2224 i.e. it matches as if it would start with a <quote>^</quote> (regular expression speak
2225 for the beginning of a line).
2229 Please also note that matching in the path is <emphasis>CASE INSENSITIVE</emphasis>
2230 by default, but you can switch to case sensitive at any point in the pattern by using the
2231 <quote>(?-i)</quote> switch: <literal>www.example.com/(?-i)PaTtErN.*</literal> will match
2232 only documents whose path starts with <literal>PaTtErN</literal> in
2233 <emphasis>exactly</emphasis> this capitalization.
2238 <term><literal>.example.com/.*</literal></term>
2241 Is equivalent to just <quote>.example.com</quote>, since any documents
2242 within that domain are matched with or without the <quote>.*</quote>
2243 regular expression. This is redundant
2248 <term><literal>.example.com/.*/index.html$</literal></term>
2251 Will match any page in the domain of <quote>example.com</quote> that is
2252 named <quote>index.html</quote>, and that is part of some path. For
2253 example, it matches <quote>www.example.com/testing/index.html</quote> but
2254 NOT <quote>www.example.com/index.html</quote> because the regular
2255 expression called for at least two <quote>/'s</quote>, thus the path
2256 requirement. It also would match
2257 <quote>www.example.com/testing/index_html</quote>, because of the
2258 special meta-character <quote>.</quote>.
2263 <term><literal>.example.com/(.*/)?index\.html$</literal></term>
2266 This regular expression is conditional so it will match any page
2267 named <quote>index.html</quote> regardless of path which in this case can
2268 have one or more <quote>/'s</quote>. And this one must contain exactly
2269 <quote>.html</quote> (but does not have to end with that!).
2274 <term><literal>.example.com/(.*/)(ads|banners?|junk)</literal></term>
2277 This regular expression will match any path of <quote>example.com</quote>
2278 that contains any of the words <quote>ads</quote>, <quote>banner</quote>,
2279 <quote>banners</quote> (because of the <quote>?</quote>) or <quote>junk</quote>.
2280 The path does not have to end in these words, just contain them.
2285 <term><literal>.example.com/(.*/)(ads|banners?|junk)/.*\.(jpe?g|gif|png)$</literal></term>
2288 This is very much the same as above, except now it must end in either
2289 <quote>.jpg</quote>, <quote>.jpeg</quote>, <quote>.gif</quote> or <quote>.png</quote>. So this
2290 one is limited to common image formats.
2297 There are many, many good examples to be found in <filename>default.action</filename>,
2298 and more tutorials below in <link linkend="regex">Appendix on regular expressions</link>.
2303 <!-- ~ End section ~ -->
2306 <!-- ~~~~~ New section ~~~~~ -->
2307 <sect3 id="tag-pattern"><title>The Tag Pattern</title>
2310 Tag patterns are used to change the applying actions based on the
2311 request's tags. Tags can be created with either the
2312 <link linkend="CLIENT-HEADER-TAGGER">client-header-tagger</link>
2313 or the <link linkend="SERVER-HEADER-TAGGER">server-header-tagger</link> action.
2317 Tag patterns have to start with <quote>TAG:</quote>, so &my-app;
2318 can tell them apart from URL patterns. Everything after the colon
2319 including white space, is interpreted as a regular expression with
2320 path pattern syntax, except that tag patterns aren't left-anchored
2321 automatically (&my-app; doesn't silently add a <quote>^</quote>,
2322 you have to do it yourself if you need it).
2326 To match all requests that are tagged with <quote>foo</quote>
2327 your pattern line should be <quote>TAG:^foo$</quote>,
2328 <quote>TAG:foo</quote> would work as well, but it would also
2329 match requests whose tags contain <quote>foo</quote> somewhere.
2330 <quote>TAG: foo</quote> wouldn't work as it requires white space.
2334 Sections can contain URL and tag patterns at the same time,
2335 but tag patterns are checked after the URL patterns and thus
2336 always overrule them, even if they are located before the URL patterns.
2340 Once a new tag is added, Privoxy checks right away if it's matched by one
2341 of the tag patterns and updates the action settings accordingly. As a result
2342 tags can be used to activate other tagger actions, as long as these other
2343 taggers look for headers that haven't already be parsed.
2347 For example you could tag client requests which use the
2348 <literal>POST</literal> method,
2349 then use this tag to activate another tagger that adds a tag if cookies
2350 are sent, and then use a block action based on the cookie tag. This allows
2351 the outcome of one action, to be input into a subsequent action. However if
2352 you'd reverse the position of the described taggers, and activated the
2353 method tagger based on the cookie tagger, no method tags would be created.
2354 The method tagger would look for the request line, but at the time
2355 the cookie tag is created, the request line has already been parsed.
2359 While this is a limitation you should be aware of, this kind of
2360 indirection is seldom needed anyway and even the example doesn't
2361 make too much sense.
2368 <!-- ~ End section ~ -->
2371 <!-- ~~~~~ New section ~~~~~ -->
2373 <sect2 id="actions">
2374 <title>Actions</title>
2376 All actions are disabled by default, until they are explicitly enabled
2377 somewhere in an actions file. Actions are turned on if preceded with a
2378 <quote>+</quote>, and turned off if preceded with a <quote>-</quote>. So a
2379 <literal>+action</literal> means <quote>do that action</quote>, e.g.
2380 <literal>+block</literal> means <quote>please block URLs that match the
2381 following patterns</quote>, and <literal>-block</literal> means <quote>don't
2382 block URLs that match the following patterns, even if <literal>+block</literal>
2383 previously applied.</quote>
2388 Again, actions are invoked by placing them on a line, enclosed in curly braces and
2389 separated by whitespace, like in
2390 <literal>{+some-action -some-other-action{some-parameter}}</literal>,
2391 followed by a list of URL patterns, one per line, to which they apply.
2392 Together, the actions line and the following pattern lines make up a section
2393 of the actions file.
2397 Actions fall into three categories:
2404 Boolean, i.e the action can only be <quote>enabled</quote> or
2405 <quote>disabled</quote>. Syntax:
2409 +<replaceable class="function">name</replaceable> # enable action <replaceable class="parameter">name</replaceable>
2410 -<replaceable class="function">name</replaceable> # disable action <replaceable class="parameter">name</replaceable></screen>
2413 Example: <literal>+handle-as-image</literal>
2420 Parameterized, where some value is required in order to enable this type of action.
2425 +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>} # enable action and set parameter to <replaceable class="parameter">param</replaceable>,
2426 # overwriting parameter from previous match if necessary
2427 -<replaceable class="function">name</replaceable> # disable action. The parameter can be omitted</screen>
2430 Note that if the URL matches multiple positive forms of a parameterized action,
2431 the last match wins, i.e. the params from earlier matches are simply ignored.
2434 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>
2440 Multi-value. These look exactly like parameterized actions,
2441 but they behave differently: If the action applies multiple times to the
2442 same URL, but with different parameters, <emphasis>all</emphasis> the parameters
2443 from <emphasis>all</emphasis> matches are remembered. This is used for actions
2444 that can be executed for the same request repeatedly, like adding multiple
2445 headers, or filtering through multiple filters. Syntax:
2449 +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>} # enable action and add <replaceable class="parameter">param</replaceable> to the list of parameters
2450 -<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>} # remove the parameter <replaceable class="parameter">param</replaceable> from the list of parameters
2451 # If it was the last one left, disable the action.
2452 <replaceable class="parameter">-name</replaceable> # disable this action completely and remove all parameters from the list</screen>
2455 Examples: <literal>+add-header{X-Fun-Header: Some text}</literal> and
2456 <literal>+filter{html-annoyances}</literal>
2464 If nothing is specified in any actions file, no <quote>actions</quote> are
2465 taken. So in this case <application>Privoxy</application> would just be a
2466 normal, non-blocking, non-filtering proxy. You must specifically enable the
2467 privacy and blocking features you need (although the provided default actions
2468 files will give a good starting point).
2472 Later defined action sections always over-ride earlier ones of the same type.
2473 So exceptions to any rules you make, should come in the latter part of the file (or
2474 in a file that is processed later when using multiple actions files such
2475 as <filename>user.action</filename>). For multi-valued actions, the actions
2476 are applied in the order they are specified. Actions files are processed in
2477 the order they are defined in <filename>config</filename> (the default
2478 installation has three actions files). It also quite possible for any given
2479 URL to match more than one <quote>pattern</quote> (because of wildcards and
2480 regular expressions), and thus to trigger more than one set of actions! Last
2484 <!-- start actions listing -->
2486 The list of valid <application>Privoxy</application> actions are:
2490 <!-- ********************************************************** -->
2491 <!-- Please note the below defined actions use id's that are -->
2492 <!-- probably linked from other places, so please don't change. -->
2494 <!-- ********************************************************** -->
2497 <!-- ~~~~~ New section ~~~~~ -->
2499 <sect3 renderas="sect4" id="add-header">
2500 <title>add-header</title>
2504 <term>Typical use:</term>
2506 <para>Confuse log analysis, custom applications</para>
2511 <term>Effect:</term>
2514 Sends a user defined HTTP header to the web server.
2521 <!-- boolean, parameterized, Multi-value -->
2523 <para>Multi-value.</para>
2528 <term>Parameter:</term>
2531 Any string value is possible. Validity of the defined HTTP headers is not checked.
2532 It is recommended that you use the <quote><literal>X-</literal></quote> prefix
2542 This action may be specified multiple times, in order to define multiple
2543 headers. This is rarely needed for the typical user. If you don't know what
2544 <quote>HTTP headers</quote> are, you definitely don't need to worry about this
2548 Headers added by this action are not modified by other actions.
2554 <term>Example usage:</term>
2557 <screen>+add-header{X-User-Tracking: sucks}</screen>
2565 <!-- ~~~~~ New section ~~~~~ -->
2566 <sect3 renderas="sect4" id="block">
2567 <title>block</title>
2571 <term>Typical use:</term>
2573 <para>Block ads or other unwanted content</para>
2578 <term>Effect:</term>
2581 Requests for URLs to which this action applies are blocked, i.e. the
2582 requests are trapped by &my-app; and the requested URL is never retrieved,
2583 but is answered locally with a substitute page or image, as determined by
2585 linkend="handle-as-image">handle-as-image</link></literal>,
2587 linkend="set-image-blocker">set-image-blocker</link></literal>, and
2589 linkend="handle-as-empty-document">handle-as-empty-document</link></literal> actions.
2597 <!-- boolean, parameterized, Multi-value -->
2599 <para>Parameterized.</para>
2604 <term>Parameter:</term>
2606 <para>A block reason that should be given to the user.</para>
2614 <application>Privoxy</application> sends a special <quote>BLOCKED</quote> page
2615 for requests to blocked pages. This page contains the block reason given as
2616 parameter, a link to find out why the block action applies, and a click-through
2617 to the blocked content (the latter only if the force feature is available and
2621 A very important exception occurs if <emphasis>both</emphasis>
2622 <literal>block</literal> and <literal><link linkend="handle-as-image">handle-as-image</link></literal>,
2623 apply to the same request: it will then be replaced by an image. If
2624 <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
2625 (see below) also applies, the type of image will be determined by its parameter,
2626 if not, the standard checkerboard pattern is sent.
2629 It is important to understand this process, in order
2630 to understand how <application>Privoxy</application> deals with
2631 ads and other unwanted content. Blocking is a core feature, and one
2632 upon which various other features depend.
2635 The <literal><link linkend="filter">filter</link></literal>
2636 action can perform a very similar task, by <quote>blocking</quote>
2637 banner images and other content through rewriting the relevant URLs in the
2638 document's HTML source, so they don't get requested in the first place.
2639 Note that this is a totally different technique, and it's easy to confuse the two.
2645 <term>Example usage (section):</term>
2648 <screen>{+block{No nasty stuff for you.}}
2649 # Block and replace with "blocked" page
2650 .nasty-stuff.example.com
2652 {+block{Doubleclick banners.} +handle-as-image}
2653 # Block and replace with image
2657 {+block{Layered ads.} +handle-as-empty-document}
2658 # Block and then ignore
2659 adserver.example.net/.*\.js$</screen>
2669 <!-- ~~~~~ New section ~~~~~ -->
2670 <sect3 renderas="sect4" id="change-x-forwarded-for">
2671 <title>change-x-forwarded-for</title>
2675 <term>Typical use:</term>
2677 <para>Improve privacy by not forwarding the source of the request in the HTTP headers.</para>
2682 <term>Effect:</term>
2685 Deletes the <quote>X-Forwarded-For:</quote> HTTP header from the client request,
2693 <!-- Boolean, Parameterized, Multi-value -->
2695 <para>Parameterized.</para>
2700 <term>Parameter:</term>
2704 <para><quote>block</quote> to delete the header.</para>
2708 <quote>add</quote> to create the header (or append
2709 the client's IP address to an already existing one).
2720 It is safe and recommended to use <literal>block</literal>.
2723 Forwarding the source address of the request may make
2724 sense in some multi-user setups but is also a privacy risk.
2729 <term>Example usage:</term>
2732 <screen>+change-x-forwarded-for{block}</screen>
2739 <!-- ~~~~~ New section ~~~~~ -->
2740 <sect3 renderas="sect4" id="client-header-filter">
2741 <title>client-header-filter</title>
2745 <term>Typical use:</term>
2748 Rewrite or remove single client headers.
2754 <term>Effect:</term>
2757 All client headers to which this action applies are filtered on-the-fly through
2758 the specified regular expression based substitutions.
2765 <!-- boolean, parameterized, Multi-value -->
2767 <para>Parameterized.</para>
2772 <term>Parameter:</term>
2775 The name of a client-header filter, as defined in one of the
2776 <link linkend="filter-file">filter files</link>.
2785 Client-header filters are applied to each header on its own, not to
2786 all at once. This makes it easier to diagnose problems, but on the downside
2787 you can't write filters that only change header x if header y's value is z.
2788 You can do that by using tags though.
2791 Client-header filters are executed after the other header actions have finished
2792 and use their output as input.
2795 If the request URI gets changed, &my-app; will detect that and use the new
2796 one. This can be used to rewrite the request destination behind the client's
2797 back, for example to specify a Tor exit relay for certain requests.
2800 Please refer to the <link linkend="filter-file">filter file chapter</link>
2801 to learn which client-header filters are available by default, and how to
2809 <term>Example usage (section):</term>
2813 # Hide Tor exit notation in Host and Referer Headers
2814 {+client-header-filter{hide-tor-exit-notation}}
2825 <!-- ~~~~~ New section ~~~~~ -->
2826 <sect3 renderas="sect4" id="client-header-tagger">
2827 <title>client-header-tagger</title>
2831 <term>Typical use:</term>
2834 Block requests based on their headers.
2840 <term>Effect:</term>
2843 Client headers to which this action applies are filtered on-the-fly through
2844 the specified regular expression based substitutions, the result is used as
2852 <!-- boolean, parameterized, Multi-value -->
2854 <para>Parameterized.</para>
2859 <term>Parameter:</term>
2862 The name of a client-header tagger, as defined in one of the
2863 <link linkend="filter-file">filter files</link>.
2872 Client-header taggers are applied to each header on its own,
2873 and as the header isn't modified, each tagger <quote>sees</quote>
2877 Client-header taggers are the first actions that are executed
2878 and their tags can be used to control every other action.
2884 <term>Example usage (section):</term>
2888 # Tag every request with the User-Agent header
2889 {+client-header-tagger{user-agent}}
2892 # Tagging itself doesn't change the action
2893 # settings, sections with TAG patterns do:
2895 # If it's a download agent, use a different forwarding proxy,
2896 # show the real User-Agent and make sure resume works.
2897 {+forward-override{forward-socks5 10.0.0.2:2222 .} \
2898 -hide-if-modified-since \
2899 -overwrite-last-modified \
2904 TAG:^User-Agent: NetBSD-ftp/
2905 TAG:^User-Agent: Novell ZYPP Installer
2906 TAG:^User-Agent: RPM APT-HTTP/
2907 TAG:^User-Agent: fetch libfetch/
2908 TAG:^User-Agent: Ubuntu APT-HTTP/
2909 TAG:^User-Agent: MPlayer/
2914 # Tag all requests with the Range header set
2915 {+client-header-tagger{range-requests}}
2918 # Disable filtering for the tagged requests.
2920 # With filtering enabled Privoxy would remove the Range headers
2921 # to be able to filter the whole response. The downside is that
2922 # it prevents clients from resuming downloads or skipping over
2923 # parts of multimedia files.
2924 {-filter -deanimate-gifs}
2935 <!-- ~~~~~ New section ~~~~~ -->
2936 <sect3 renderas="sect4" id="content-type-overwrite">
2937 <title>content-type-overwrite</title>
2941 <term>Typical use:</term>
2943 <para>Stop useless download menus from popping up, or change the browser's rendering mode</para>
2948 <term>Effect:</term>
2951 Replaces the <quote>Content-Type:</quote> HTTP server header.
2958 <!-- Boolean, Parameterized, Multi-value -->
2960 <para>Parameterized.</para>
2965 <term>Parameter:</term>
2977 The <quote>Content-Type:</quote> HTTP server header is used by the
2978 browser to decide what to do with the document. The value of this
2979 header can cause the browser to open a download menu instead of
2980 displaying the document by itself, even if the document's format is
2981 supported by the browser.
2984 The declared content type can also affect which rendering mode
2985 the browser chooses. If XHTML is delivered as <quote>text/html</quote>,
2986 many browsers treat it as yet another broken HTML document.
2987 If it is send as <quote>application/xml</quote>, browsers with
2988 XHTML support will only display it, if the syntax is correct.
2991 If you see a web site that proudly uses XHTML buttons, but sets
2992 <quote>Content-Type: text/html</quote>, you can use &my-app;
2993 to overwrite it with <quote>application/xml</quote> and validate
2994 the web master's claim inside your XHTML-supporting browser.
2995 If the syntax is incorrect, the browser will complain loudly.
2998 You can also go the opposite direction: if your browser prints
2999 error messages instead of rendering a document falsely declared
3000 as XHTML, you can overwrite the content type with
3001 <quote>text/html</quote> and have it rendered as broken HTML document.
3004 By default <literal>content-type-overwrite</literal> only replaces
3005 <quote>Content-Type:</quote> headers that look like some kind of text.
3006 If you want to overwrite it unconditionally, you have to combine it with
3007 <literal><link linkend="force-text-mode">force-text-mode</link></literal>.
3008 This limitation exists for a reason, think twice before circumventing it.
3011 Most of the time it's easier to replace this action with a custom
3012 <literal><link linkend="server-header-filter">server-header filter</link></literal>.
3013 It allows you to activate it for every document of a certain site and it will still
3014 only replace the content types you aimed at.
3017 Of course you can apply <literal>content-type-overwrite</literal>
3018 to a whole site and then make URL based exceptions, but it's a lot
3019 more work to get the same precision.
3025 <term>Example usage (sections):</term>
3028 <screen># Check if www.example.net/ really uses valid XHTML
3029 { +content-type-overwrite{application/xml} }
3032 # but leave the content type unmodified if the URL looks like a style sheet
3033 {-content-type-overwrite}
3034 www.example.net/.*\.css$
3035 www.example.net/.*style
3044 <!-- ~~~~~ New section ~~~~~ -->
3045 <sect3 renderas="sect4" id="crunch-client-header">
3049 <title>crunch-client-header</title>
3053 <term>Typical use:</term>
3055 <para>Remove a client header <application>Privoxy</application> has no dedicated action for.</para>
3060 <term>Effect:</term>
3063 Deletes every header sent by the client that contains the string the user supplied as parameter.
3070 <!-- Boolean, Parameterized, Multi-value -->
3072 <para>Parameterized.</para>
3077 <term>Parameter:</term>
3089 This action allows you to block client headers for which no dedicated
3090 <application>Privoxy</application> action exists.
3091 <application>Privoxy</application> will remove every client header that
3092 contains the string you supplied as parameter.
3095 Regular expressions are <emphasis>not supported</emphasis> and you can't
3096 use this action to block different headers in the same request, unless
3097 they contain the same string.
3100 <literal>crunch-client-header</literal> is only meant for quick tests.
3101 If you have to block several different headers, or only want to modify
3102 parts of them, you should use a
3103 <literal><link linkend="client-header-filter">client-header filter</link></literal>.
3107 Don't block any header without understanding the consequences.
3114 <term>Example usage (section):</term>
3117 <screen># Block the non-existent "Privacy-Violation:" client header
3118 { +crunch-client-header{Privacy-Violation:} }
3128 <!-- ~~~~~ New section ~~~~~ -->
3129 <sect3 renderas="sect4" id="crunch-if-none-match">
3130 <title>crunch-if-none-match</title>
3136 <term>Typical use:</term>
3138 <para>Prevent yet another way to track the user's steps between sessions.</para>
3143 <term>Effect:</term>
3146 Deletes the <quote>If-None-Match:</quote> HTTP client header.
3153 <!-- Boolean, Parameterized, Multi-value -->
3155 <para>Boolean.</para>
3160 <term>Parameter:</term>
3172 Removing the <quote>If-None-Match:</quote> HTTP client header
3173 is useful for filter testing, where you want to force a real
3174 reload instead of getting status code <quote>304</quote> which
3175 would cause the browser to use a cached copy of the page.
3178 It is also useful to make sure the header isn't used as a cookie
3179 replacement (unlikely but possible).
3182 Blocking the <quote>If-None-Match:</quote> header shouldn't cause any
3183 caching problems, as long as the <quote>If-Modified-Since:</quote> header
3184 isn't blocked or missing as well.
3187 It is recommended to use this action together with
3188 <literal><link linkend="hide-if-modified-since">hide-if-modified-since</link></literal>
3190 <literal><link linkend="overwrite-last-modified">overwrite-last-modified</link></literal>.
3196 <term>Example usage (section):</term>
3199 <screen># Let the browser revalidate cached documents but don't
3200 # allow the server to use the revalidation headers for user tracking.
3201 {+hide-if-modified-since{-60} \
3202 +overwrite-last-modified{randomize} \
3203 +crunch-if-none-match}
3212 <!-- ~~~~~ New section ~~~~~ -->
3213 <sect3 renderas="sect4" id="crunch-incoming-cookies">
3214 <title>crunch-incoming-cookies</title>
3218 <term>Typical use:</term>
3221 Prevent the web server from setting HTTP cookies on your system
3227 <term>Effect:</term>
3230 Deletes any <quote>Set-Cookie:</quote> HTTP headers from server replies.
3237 <!-- Boolean, Parameterized, Multi-value -->
3239 <para>Boolean.</para>
3244 <term>Parameter:</term>
3256 This action is only concerned with <emphasis>incoming</emphasis> HTTP cookies. For
3257 <emphasis>outgoing</emphasis> HTTP cookies, use
3258 <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>.
3259 Use <emphasis>both</emphasis> to disable HTTP cookies completely.
3262 It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3263 with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3264 since it would prevent the session cookies from being set. See also
3265 <literal><link linkend="filter-content-cookies">filter-content-cookies</link></literal>.
3271 <term>Example usage:</term>
3274 <screen>+crunch-incoming-cookies</screen>
3282 <!-- ~~~~~ New section ~~~~~ -->
3283 <sect3 renderas="sect4" id="crunch-server-header">
3284 <title>crunch-server-header</title>
3290 <term>Typical use:</term>
3292 <para>Remove a server header <application>Privoxy</application> has no dedicated action for.</para>
3297 <term>Effect:</term>
3300 Deletes every header sent by the server that contains the string the user supplied as parameter.
3307 <!-- Boolean, Parameterized, Multi-value -->
3309 <para>Parameterized.</para>
3314 <term>Parameter:</term>
3326 This action allows you to block server headers for which no dedicated
3327 <application>Privoxy</application> action exists. <application>Privoxy</application>
3328 will remove every server header that contains the string you supplied as parameter.
3331 Regular expressions are <emphasis>not supported</emphasis> and you can't
3332 use this action to block different headers in the same request, unless
3333 they contain the same string.
3336 <literal>crunch-server-header</literal> is only meant for quick tests.
3337 If you have to block several different headers, or only want to modify
3338 parts of them, you should use a custom
3339 <literal><link linkend="server-header-filter">server-header filter</link></literal>.
3343 Don't block any header without understanding the consequences.
3350 <term>Example usage (section):</term>
3353 <screen># Crunch server headers that try to prevent caching
3354 { +crunch-server-header{no-cache} }
3363 <!-- ~~~~~ New section ~~~~~ -->
3364 <sect3 renderas="sect4" id="crunch-outgoing-cookies">
3365 <title>crunch-outgoing-cookies</title>
3369 <term>Typical use:</term>
3372 Prevent the web server from reading any HTTP cookies from your system
3378 <term>Effect:</term>
3381 Deletes any <quote>Cookie:</quote> HTTP headers from client requests.
3388 <!-- Boolean, Parameterized, Multi-value -->
3390 <para>Boolean.</para>
3395 <term>Parameter:</term>
3407 This action is only concerned with <emphasis>outgoing</emphasis> HTTP cookies. For
3408 <emphasis>incoming</emphasis> HTTP cookies, use
3409 <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal>.
3410 Use <emphasis>both</emphasis> to disable HTTP cookies completely.
3413 It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3414 with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3415 since it would prevent the session cookies from being read.
3421 <term>Example usage:</term>
3424 <screen>+crunch-outgoing-cookies</screen>
3433 <!-- ~~~~~ New section ~~~~~ -->
3434 <sect3 renderas="sect4" id="deanimate-gifs">
3435 <title>deanimate-gifs</title>
3439 <term>Typical use:</term>
3441 <para>Stop those annoying, distracting animated GIF images.</para>
3446 <term>Effect:</term>
3449 De-animate GIF animations, i.e. reduce them to their first or last image.
3456 <!-- boolean, parameterized, Multi-value -->
3458 <para>Parameterized.</para>
3463 <term>Parameter:</term>
3466 <quote>last</quote> or <quote>first</quote>
3475 This will also shrink the images considerably (in bytes, not pixels!). If
3476 the option <quote>first</quote> is given, the first frame of the animation
3477 is used as the replacement. If <quote>last</quote> is given, the last
3478 frame of the animation is used instead, which probably makes more sense for
3479 most banner animations, but also has the risk of not showing the entire
3480 last frame (if it is only a delta to an earlier frame).
3483 You can safely use this action with patterns that will also match non-GIF
3484 objects, because no attempt will be made at anything that doesn't look like
3491 <term>Example usage:</term>
3494 <screen>+deanimate-gifs{last}</screen>
3501 <!-- ~~~~~ New section ~~~~~ -->
3502 <sect3 renderas="sect4" id="downgrade-http-version">
3503 <title>downgrade-http-version</title>
3507 <term>Typical use:</term>
3509 <para>Work around (very rare) problems with HTTP/1.1</para>
3514 <term>Effect:</term>
3517 Downgrades HTTP/1.1 client requests and server replies to HTTP/1.0.
3524 <!-- boolean, parameterized, Multi-value -->
3526 <para>Boolean.</para>
3531 <term>Parameter:</term>
3543 This is a left-over from the time when <application>Privoxy</application>
3544 didn't support important HTTP/1.1 features well. It is left here for the
3545 unlikely case that you experience HTTP/1.1-related problems with some server
3549 Note that enabling this action is only a workaround. It should not
3550 be enabled for sites that work without it. While it shouldn't break
3551 any pages, it has an (usually negative) performance impact.
3554 If you come across a site where enabling this action helps, please report it,
3555 so the cause of the problem can be analyzed. If the problem turns out to be
3556 caused by a bug in <application>Privoxy</application> it should be
3557 fixed so the following release works without the work around.
3563 <term>Example usage (section):</term>
3566 <screen>{+downgrade-http-version}
3567 problem-host.example.com</screen>
3575 <!-- ~~~~~ New section ~~~~~ -->
3576 <sect3 renderas="sect4" id="fast-redirects">
3577 <title>fast-redirects</title>
3581 <term>Typical use:</term>
3583 <para>Fool some click-tracking scripts and speed up indirect links.</para>
3588 <term>Effect:</term>
3591 Detects redirection URLs and redirects the browser without contacting
3592 the redirection server first.
3599 <!-- boolean, parameterized, Multi-value -->
3601 <para>Parameterized.</para>
3606 <term>Parameter:</term>
3611 <quote>simple-check</quote> to just search for the string <quote>http://</quote>
3612 to detect redirection URLs.
3617 <quote>check-decoded-url</quote> to decode URLs (if necessary) before searching
3618 for redirection URLs.
3629 Many sites, like yahoo.com, don't just link to other sites. Instead, they
3630 will link to some script on their own servers, giving the destination as a
3631 parameter, which will then redirect you to the final target. URLs
3632 resulting from this scheme typically look like:
3633 <quote>http://www.example.org/click-tracker.cgi?target=http%3a//www.example.net/</quote>.
3636 Sometimes, there are even multiple consecutive redirects encoded in the
3637 URL. These redirections via scripts make your web browsing more traceable,
3638 since the server from which you follow such a link can see where you go
3639 to. Apart from that, valuable bandwidth and time is wasted, while your
3640 browser asks the server for one redirect after the other. Plus, it feeds
3644 This feature is currently not very smart and is scheduled for improvement.
3645 If it is enabled by default, you will have to create some exceptions to
3646 this action. It can lead to failures in several ways:
3649 Not every URLs with other URLs as parameters is evil.
3650 Some sites offer a real service that requires this information to work.
3651 For example a validation service needs to know, which document to validate.
3652 <literal>fast-redirects</literal> assumes that every URL parameter that
3653 looks like another URL is a redirection target, and will always redirect to
3654 the last one. Most of the time the assumption is correct, but if it isn't,
3655 the user gets redirected anyway.