1 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2 <!entity % dummy "IGNORE">
3 <!entity supported SYSTEM "supported.sgml">
4 <!entity newfeatures SYSTEM "newfeatures.sgml">
5 <!entity p-intro SYSTEM "privoxy.sgml">
6 <!entity seealso SYSTEM "seealso.sgml">
7 <!entity buildsource SYSTEM "buildsource.sgml">
8 <!entity contacting SYSTEM "contacting.sgml">
9 <!entity history SYSTEM "history.sgml">
10 <!entity copyright SYSTEM "copyright.sgml">
11 <!entity license SYSTEM "license.sgml">
12 <!entity GPLv2 SYSTEM "../../LICENSE">
13 <!entity GPLv3 SYSTEM "../../LICENSE.GPLv3">
14 <!entity p-authors SYSTEM "p-authors.sgml">
15 <!entity config SYSTEM "p-config.sgml">
16 <!entity changelog SYSTEM "changelog.sgml">
17 <!entity p-version "3.0.30">
18 <!entity p-status "UNRELEASED">
19 <!entity % p-authors-formal "INCLUDE"> <!-- include additional text, etc -->
20 <!entity % p-not-stable "INCLUDE">
21 <!entity % p-stable "IGNORE">
22 <!entity % p-text "IGNORE"> <!-- define we are not a text only doc -->
23 <!entity % p-doc "INCLUDE"> <!-- and we are a formal doc -->
24 <!entity % p-readme "IGNORE">
25 <!entity % user-man "IGNORE">
26 <!entity % config-file "IGNORE">
27 <!entity % p-supp-userman "IGNORE"> <!-- Omit some from supported.sgml -->
28 <!entity my-copy "©"> <!-- kludge for docbook2man -->
29 <!entity % draft "IGNORE"> <!-- WIP stuff -->
30 <!entity % seealso-extra "INCLUDE"> <!-- extra stuff from seealso.sgml -->
31 <!entity my-app "<application>Privoxy</application>">
34 File : doc/source/user-manual.sgml
38 Copyright (C) 2001-2021 Privoxy Developers https://www.privoxy.org/
41 ========================================================================
42 NOTE: Please read developer-manual/documentation.html before touching
43 anything in this, or other Privoxy documentation.
44 ========================================================================
51 <title>Privoxy &p-version; User Manual</title>
55 <!-- Completely the wrong markup, but very little is allowed -->
56 <!-- in this part of an article. FIXME -->
57 <link linkend="copyright">Copyright</link> &my-copy; 2001-2021 by
58 <ulink url="https://www.privoxy.org/">Privoxy Developers</ulink>
64 Note: the following should generate a separate page, and a live link to it,
65 all nicely done. But it doesn't for some mysterious reason. Please leave
66 commented unless it can be fixed proper. For the time being, the
67 copyright/license declarations will be in their own sgml.
80 This is here to keep vim syntax file from breaking :/
81 If I knew enough to fix it, I would.
82 PLEASE DO NOT REMOVE! HB: hal@foobox.net
88 The <citetitle>Privoxy User Manual</citetitle> gives users information on how to
89 install, configure and use <ulink
90 url="https://www.privoxy.org/">Privoxy</ulink>.
93 <!-- Include privoxy.sgml boilerplate: -->
95 <!-- end privoxy.sgml -->
98 You can find the latest version of the <citetitle>Privoxy User Manual</citetitle> at <ulink
99 url="https://www.privoxy.org/user-manual/">https://www.privoxy.org/user-manual/</ulink>.
100 Please see the <link linkend="contact">Contact section</link> on how to
101 contact the developers.
108 <!-- ~~~~~ New section ~~~~~ -->
109 <sect1 label="1" id="introduction"><title>Introduction</title>
111 This documentation is included with the current &p-status; version of
112 <application>Privoxy</application>, &p-version;<![%p-not-stable;[,
113 and is mostly complete at this point. The most up to date reference for the
114 time being is still the comments in the source files and in the individual
115 configuration files. Development of a new version is currently nearing
116 completion, and includes significant changes and enhancements over
120 <!-- include only in non-stable versions -->
123 Since this is a &p-status; version, not all new features are well tested. This
124 documentation may be slightly out of sync as a result (especially with
125 <ulink url="https://www.privoxy.org/gitweb/?p=privoxy.git;a=summary">git sources</ulink>).
126 And there <emphasis>may be</emphasis> bugs, though hopefully
131 <!-- ~~~~~ New section ~~~~~ -->
132 <sect2 id="features"><title>Features</title>
134 In addition to the core
135 features of ad blocking and
136 <ulink url="https://en.wikipedia.org/wiki/Browser_cookie">cookie</ulink> management,
137 <application>Privoxy</application> provides many supplemental
138 features<![%p-not-stable;[, some of them currently under development]]>,
139 that give the end-user more control, more privacy and more freedom:
141 <!-- Include newfeatures.sgml boilerplate here: -->
143 <!-- end boilerplate -->
148 <!-- ~ End section ~ -->
151 <!-- ~~~~~ New section ~~~~~ -->
152 <sect1 id="installation"><title>Installation</title>
155 <application>Privoxy</application> is available both in convenient pre-compiled
156 packages for a wide range of operating systems, and as raw source code.
157 For most users, we recommend using the packages, which can be downloaded from our
158 <ulink url="https://sourceforge.net/projects/ijbswa/">Privoxy Project
164 On some platforms, the installer may remove previously installed versions, if
165 found. (See below for your platform). In any case <emphasis>be sure to backup
166 your old configuration if it is valuable to you.</emphasis> See the <link
167 linkend="upgradersnote">note to upgraders</link> section below.
170 <!-- ~~~~~ New section ~~~~~ -->
171 <sect2 id="installation-packages"><title>Binary Packages</title>
173 How to install the binary packages depends on your operating system:
176 <!-- XXX: The installation sections should be sorted -->
178 <!-- ~~~~~ New section ~~~~~ -->
179 <sect3 id="installation-deb"><title>Debian and Ubuntu</title>
181 DEBs can be installed with <literal>apt-get install privoxy</literal>,
182 and will use <filename>/etc/privoxy</filename> for the location of
187 <!-- ~~~~~ New section ~~~~~ -->
188 <sect3 id="installation-pack-win"><title>Windows</title>
191 Just double-click the installer, which will guide you through
192 the installation process. You will find the configuration files
193 in the same directory as you installed <application>Privoxy</application> in.
196 Version 3.0.5 beta introduced full <application>Windows</application> service
197 functionality. On Windows only, the <application>Privoxy</application>
198 program has two new command line arguments to install and uninstall
199 <application>Privoxy</application> as a <emphasis>service</emphasis>.
203 <term>Arguments:</term>
206 <replaceable class="parameter">--install</replaceable>[:<replaceable class="parameter">service_name</replaceable>]
209 <replaceable class="parameter">--uninstall</replaceable>[:<replaceable class="parameter">service_name</replaceable>]
215 After invoking <application>Privoxy</application> with
216 <command>--install</command>, you will need to bring up the
217 <application>Windows</application> service console to assign the user you
218 want <application>Privoxy</application> to run under, and whether or not you
219 want it to run whenever the system starts. You can start the
220 <application>Windows</application> services console with the following
221 command: <command>services.msc</command>. If you do not take the manual step
222 of modifying <application>Privoxy's</application> service settings, it will
223 not start. Note too that you will need to give Privoxy a user account that
224 actually exists, or it will not be permitted to
225 write to its log and configuration files.
230 <!-- ~~~~~ New section ~~~~~ -->
231 <sect3 id="installation-mac"><title>Mac OS X</title>
233 Installation instructions for the OS X platform depend upon whether
234 you downloaded a ready-built installation package (.pkg or .mpkg) or have
235 downloaded the source code.
238 <sect3 renderas="sect4" id="OS-X-install-from-package">
239 <title>Installation from ready-built package</title>
241 The downloaded file will either be a .pkg (for OS X 10.5 upwards) or a bzipped
242 .mpkg file (for OS X 10.4). The former can be double-clicked as is and the
243 installation will start; double-clicking the latter will unzip the .mpkg file
244 which can then be double-clicked to commence the installation.
247 The privoxy service will automatically start after a successful installation
248 (and thereafter every time your computer starts up) however you will need to
249 configure your web browser(s) to use it. To do so, configure them to use a
250 proxy for HTTP and HTTPS at the address 127.0.0.1:8118.
253 To prevent the privoxy service from automatically starting when your computer
254 starts up, remove or rename the file <literal>/Library/LaunchDaemons/org.ijbswa.privoxy.plist</literal>
255 (on OS X 10.5 and higher) or the folder named
256 <literal>/Library/StartupItems/Privoxy</literal> (on OS X 10.4 'Tiger').
259 To manually start or stop the privoxy service, use the scripts startPrivoxy.sh
260 and stopPrivoxy.sh supplied in /Applications/Privoxy. They must be run from an
261 administrator account, using sudo.
264 To uninstall, run /Applications/Privoxy/uninstall.command as sudo from an
265 administrator account.
268 <sect3 renderas="sect4" id="OS-X-install-from-source">
269 <title>Installation from source</title>
271 To build and install the Privoxy source code on OS X you will need to obtain
272 the macsetup module from the Privoxy Sourceforge CVS repository (refer to
273 Sourceforge help for details of how to set up a CVS client to have read-only
274 access to the repository). This module contains scripts that leverage the usual
275 open-source tools (available as part of Apple's free of charge Xcode
276 distribution or via the usual open-source software package managers for OS X
277 (MacPorts, Homebrew, Fink etc.) to build and then install the privoxy binary
278 and associated files. The macsetup module's README file contains complete
279 instructions for its use.
282 The privoxy service will automatically start after a successful installation
283 (and thereafter every time your computer starts up) however you will need to
284 configure your web browser(s) to use it. To do so, configure them to use a
285 proxy for HTTP and HTTPS at the address 127.0.0.1:8118.
288 To prevent the privoxy service from automatically starting when your computer
289 starts up, remove or rename the file <literal>/Library/LaunchDaemons/org.ijbswa.privoxy.plist</literal>
290 (on OS X 10.5 and higher) or the folder named
291 <literal>/Library/StartupItems/Privoxy</literal> (on OS X 10.4 'Tiger').
294 To manually start or stop the privoxy service, use the Privoxy Utility
295 for Mac OS X (also part of the macsetup module). This application can start
296 and stop the privoxy service and display its log and configuration files.
299 To uninstall, run the macsetup module's uninstall.sh as sudo from an
300 administrator account.
304 <!-- ~~~~~ New section ~~~~~ -->
305 <sect3 id="installation-freebsd"><title>FreeBSD</title>
308 Privoxy is part of FreeBSD's Ports Collection, you can build and install
309 it with <literal>cd /usr/ports/www/privoxy; make install clean</literal>.
315 <!-- ~~~~~ New section ~~~~~ -->
316 <sect2 id="installation-source"><title>Building from Source</title>
319 The most convenient way to obtain the <application>Privoxy</application> source
320 code is to download the source tarball from our
321 <ulink url="https://sourceforge.net/projects/ijbswa/files/Sources/">
322 project download page</ulink>,
323 or you can get the up-to-the-minute, possibly unstable, development version from
324 <ulink url="https://www.privoxy.org/">https://www.privoxy.org/</ulink>.
327 <!-- include buildsource.sgml boilerplate: -->
329 <!-- end boilerplate -->
332 <sect3 id="WINBUILD-CYGWIN"><title>Windows</title>
334 <sect4 id="WINBUILD-SETUP"><title>Setup</title>
336 Install the Cygwin utilities needed to build <application>Privoxy</application>.
337 If you have a 64 bit CPU (which most people do by now), get the
338 Cygwin setup-x86_64.exe program <ulink url="https://cygwin.com/setup-x86_64.exe">here</ulink>
339 (the .sig file is <ulink url="https://cygwin.com/setup-x86_64.exe.sig">here</ulink>).
342 Run the setup program and from View / Category select:
354 mingw64-i686-gcc-core
359 libxslt: GNOME XSLT library (runtime)
375 If you haven't already downloaded the Privoxy source code, get it now:
380 git clone https://www.privoxy.org/git/privoxy.git
384 Get the source code (.zip or .tar.gz) for tidy from
385 <ulink url="https://github.com/htacg/tidy-html5/releases">
386 https://github.com/htacg/tidy-html5/releases</ulink>,
387 unzip into <root-dir> and build the software:
391 cd tidy-html5-x.y.z/build/cmake
392 cmake ../.. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIB:BOOL=OFF -DCMAKE_INSTALL_PREFIX=/usr/local
397 If you want to be able to make a Windows release package, get the NSIS .zip file from
398 <!-- FIXME: which version(s) are known to work? -->
399 <ulink url="https://sourceforge.net/projects/nsis/files/NSIS%203/">
400 https://sourceforge.net/projects/nsis/files/NSIS%203/</ulink>
401 and extract the NSIS directory to <literal>privoxy/windows</literal>.
402 Then edit the windows/GNUmakefile to set the location of the NSIS executable - eg:
406 MAKENSIS = ./nsis/makensis.exe
411 <sect4 id="WINBUILD-BUILD"><title>Build</title>
414 To build just the Privoxy executable and not the whole installation package, do:
417 cd <root-dir>/privoxy
418 ./windows/MYconfigure && make
422 Privoxy uses the <ulink url="https://en.wikipedia.org/wiki/GNU_build_system">GNU Autotools</ulink>
423 for building software, so the process is:
426 $ autoheader # creates config.h.in
427 $ autoconf # uses config.h.in to create the configure shell script
428 $ ./configure [options] # creates GNUmakefile
429 $ make [options] # builds the program
433 The usual <literal>configure</literal> options for building a native Windows application under cygwin are
436 <literallayout class="Monospaced">
437 --host=i686-w64-mingw32
440 --enable-static-linking
442 --disable-dynamic-pcre
446 You can set the <literal>CFLAGS</literal> and <literal>LDFLAGS</literal> envars before
447 running <literal>configure</literal> to set compiler and linker flags. For example:
451 $ export CFLAGS="-O2" # set gcc optimization level
452 $ export LDFLAGS="-Wl,--nxcompat" # Enable DEP
453 $ ./configure --host=i686-w64-mingw32 --enable-mingw32 --enable-zlib \
454 > --enable-static-linking --disable-pthread --disable-dynamic-pcre
455 $ make # build Privoxy
459 See the <ulink url="../developer-manual/newrelease.html#NEWRELEASE-WINDOWS">Developer's Manual</ulink>
460 for building a Windows release package.
468 <!-- ~~~~~ New section ~~~~~ -->
469 <sect2 id="installation-keepupdated"><title>Keeping your Installation Up-to-Date</title>
472 If you wish to receive an email notification whenever we release updates of
473 <application>Privoxy</application> or the actions file, <ulink
474 url="https://lists.privoxy.org/mailman/listinfo/privoxy-announce">subscribe
475 to our announce mailing list</ulink>, privoxy-announce@lists.privoxy.org.
479 In order not to lose your personal changes and adjustments when updating
480 to the latest <literal>default.action</literal> file we <emphasis>strongly
481 recommend</emphasis> that you use <literal>user.action</literal> and
482 <literal>user.filter</literal> for your local
483 customizations of <application>Privoxy</application>. See the <link
484 linkend="actions-file">Chapter on actions files</link> for details.
492 <!-- ~ End section ~ -->
494 <!-- ~~~~~ New section ~~~~~ -->
495 <sect1 id="whatsnew">
496 <title>What's New in this Release</title>
500 <!-- ~~~~~ New section ~~~~~ -->
502 <sect2 id="upgradersnote">
503 <title>Note to Upgraders</title>
506 A quick list of things to be aware of before upgrading from earlier
507 versions of <application>Privoxy</application>:
514 The recommended way to upgrade &my-app; is to backup your old
515 configuration files, install the new ones, verify that &my-app;
516 is working correctly and finally merge back your changes using
517 <application>diff</application> and maybe <application>patch</application>.
520 There are a number of new features in each &my-app; release and
521 most of them have to be explicitly enabled in the configuration
522 files. Old configuration files obviously don't do that and due
523 to syntax changes using old configuration files with a new
524 &my-app; isn't always possible anyway.
529 Note that some installers remove earlier versions completely,
530 including configuration files, therefore you should really save
531 any important configuration files!
536 On the other hand, other installers don't overwrite existing configuration
537 files, thinking you will want to do that yourself.
542 In the default configuration only fatal errors are logged now.
543 You can change that in the <link linkend="DEBUG">debug section</link>
544 of the configuration file. You may also want to enable more verbose
545 logging until you verified that the new &my-app; version is working
552 Three other config file settings are now off by default:
553 <link linkend="enable-remote-toggle">enable-remote-toggle</link>,
554 <link linkend="enable-remote-http-toggle">enable-remote-http-toggle</link>,
555 and <link linkend="enable-edit-actions">enable-edit-actions</link>.
556 If you use or want these, you will need to explicitly enable them, and
557 be aware of the security issues involved.
564 What constitutes a <quote>default</quote> configuration has changed,
565 and you may want to review which actions are <quote>on</quote> by
566 default. This is primarily a matter of emphasis, but some features
567 you may have been used to, may now be <quote>off</quote> by default.
568 There are also a number of new actions and filters you may want to
569 consider, most of which are not fully incorporated into the default
570 settings as yet (see above).
577 The default actions setting is now <literal>Cautious</literal>. Previous
578 releases had a default setting of <literal>Medium</literal>. Experienced
579 users may want to adjust this, as it is fairly conservative by &my-app;
580 standards and past practices. See <ulink
581 url="http://config.privoxy.org/edit-actions-list?f=default">
582 http://config.privoxy.org/edit-actions-list?f=default</ulink>. New users
583 should try the default settings for a while before turning up the volume.
589 The default setting has filtering turned <emphasis>off</emphasis>, which
590 subsequently means that compression is <emphasis>on</emphasis>. Remember
591 that filtering does not work on compressed pages, so if you use, or want to
592 use, filtering, you will need to force compression off. Example:
595 { +<link linkend="filter">filter</link>{google} +<link linkend="prevent-compression">prevent-compression</link> }
598 Or if you use a number of filters, or filter many sites, you may just want
599 to turn off compression for all sites in
600 <filename>default.action</filename> (or
601 <filename>user.action</filename>).
608 Also, <link linkend="SESSION-COOKIES-ONLY">session-cookies-only</link> is
609 off by default now. If you've liked this feature in the past, you may want
610 to turn it back on in <filename>user.action</filename> now.
617 Some installers may not automatically start
618 <application>Privoxy</application> after installation.
628 <!-- ~~~~~ New section ~~~~~ -->
629 <sect1 id="quickstart"><title>Quickstart to Using Privoxy</title>
635 Install <application>Privoxy</application>. See the <link
636 linkend="installation">Installation Section</link> below for platform specific
643 Advanced users and those who want to offer <application>Privoxy</application>
644 service to more than just their local machine should check the <link
645 linkend="config">main config file</link>, especially the <link
646 linkend="access-control">security-relevant</link> options. These are
653 Start <application>Privoxy</application>, if the installation program has
654 not done this already (may vary according to platform). See the section
655 <link linkend="startup">Starting <application>Privoxy</application></link>.
661 Set your browser to use <application>Privoxy</application> as HTTP and
662 HTTPS (SSL) <ulink url="https://en.wikipedia.org/wiki/Proxy_server">proxy</ulink>
663 by setting the proxy configuration for address of
664 <literal>127.0.0.1</literal> and port <literal>8118</literal>.
665 <emphasis>DO NOT</emphasis> activate proxying for <literal>FTP</literal> or
666 any protocols besides HTTP and HTTPS (SSL) unless you intend to prevent your
667 browser from using these protocols.
673 Flush your browser's disk and memory caches, to remove any cached ad images.
674 If using <application>Privoxy</application> to manage
675 <ulink url="https://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>,
676 you should remove any currently stored cookies too.
682 A default installation should provide a reasonable starting point for
683 most. There will undoubtedly be occasions where you will want to adjust the
684 configuration, but that can be dealt with as the need arises. Little
685 to no initial configuration is required in most cases, you may want
687 <ulink url="config.html#ENABLE-EDIT-ACTIONS">web-based action editor</ulink> though.
688 Be sure to read the warnings first.
691 See the <link linkend="configuration">Configuration section</link> for more
692 configuration options, and how to customize your installation.
693 You might also want to look at the <link
694 linkend="quickstart-ad-blocking">next section</link> for a quick
695 introduction to how <application>Privoxy</application> blocks ads and
702 If you experience ads that slip through, innocent images that are
703 blocked, or otherwise feel the need to fine-tune
704 <application>Privoxy's</application> behavior, take a look at the <link
705 linkend="actions-file">actions files</link>. As a quick start, you might
706 find the <link linkend="act-examples">richly commented examples</link>
707 helpful. You can also view and edit the actions files through the <ulink
708 url="http://config.privoxy.org">web-based user interface</ulink>. The
709 Appendix <quote><link linkend="actionsanat">Troubleshooting: Anatomy of an
710 Action</link></quote> has hints on how to understand and debug actions that
711 <quote>misbehave</quote>.
717 Please see the section <link linkend="contact">Contacting the
718 Developers</link> on how to report bugs, problems with websites or to get
725 Now enjoy surfing with enhanced control, comfort and privacy!
732 <!-- ~~~~~ New section ~~~~~ -->
734 <sect2 id="quickstart-ad-blocking">
735 <title>Quickstart to Ad Blocking</title>
737 NOTE: This section is deliberately redundant for those that don't
738 want to read the whole thing (which is getting lengthy).
741 Ad blocking is but one of <application>Privoxy's</application>
742 array of features. Many of these features are for the technically minded advanced
743 user. But, ad and banner blocking is surely common ground for everybody.
746 This section will provide a quick summary of ad blocking so
747 you can get up to speed quickly without having to read the more extensive
748 information provided below, though this is highly recommended.
751 First a bit of a warning ... blocking ads is much like blocking SPAM: the
752 more aggressive you are about it, the more likely you are to block
753 things that were not intended. And the more likely that some things
754 may not work as intended. So there is a trade off here. If you want
755 extreme ad free browsing, be prepared to deal with more
756 <quote>problem</quote> sites, and to spend more time adjusting the
757 configuration to solve these unintended consequences. In short, there is
758 not an easy way to eliminate <emphasis>all</emphasis> ads. Either take
759 the easy way and settle for <emphasis>most</emphasis> ads blocked with the
760 default configuration, or jump in and tweak it for your personal surfing
761 habits and preferences.
764 Secondly, a brief explanation of <application>Privoxy's </application>
765 <quote>actions</quote>. <quote>Actions</quote> in this context, are
766 the directives we use to tell <application>Privoxy</application> to perform
767 some task relating to HTTP transactions (i.e. web browsing). We tell
768 <application>Privoxy</application> to take some <quote>action</quote>. Each
769 action has a unique name and function. While there are many potential
770 <application>actions</application> in <application>Privoxy's</application>
771 arsenal, only a few are used for ad blocking. <link
772 linkend="actions">Actions</link>, and <link linkend="actions-file">action
773 configuration files</link>, are explained in depth below.
776 Actions are specified in <application>Privoxy's</application> configuration,
777 followed by one or more URLs to which the action should apply. URLs
778 can actually be URL type <link linkend="af-patterns">patterns</link> that use
779 wildcards so they can apply potentially to a range of similar URLs. The
780 actions, together with the URL patterns are called a section.
783 When you connect to a website, the full URL will either match one or more
784 of the sections as defined in <application>Privoxy's</application> configuration,
785 or not. If so, then <application>Privoxy</application> will perform the
786 respective actions. If not, then nothing special happens. Furthermore, web
787 pages may contain embedded, secondary URLs that your web browser will
788 use to load additional components of the page, as it parses the
789 original page's HTML content. An ad image for instance, is just an URL
790 embedded in the page somewhere. The image itself may be on the same server,
791 or a server somewhere else on the Internet. Complex web pages will have many
792 such embedded URLs. &my-app; can deal with each URL individually, so, for
793 instance, the main page text is not touched, but images from such-and-such
798 The most important actions for basic ad blocking are: <literal><link
799 linkend="block">block</link></literal>, <literal><link
800 linkend="handle-as-image">handle-as-image</link></literal>,
802 linkend="handle-as-empty-document">handle-as-empty-document</link></literal>,and
803 <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>:
810 <literal><link linkend="block">block</link></literal> - this is perhaps
811 the single most used action, and is particularly important for ad blocking.
812 This action stops any contact between your browser and any URL patterns
813 that match this action's configuration. It can be used for blocking ads,
814 but also anything that is determined to be unwanted. By itself, it simply
815 stops any communication with the remote server and sends
816 <application>Privoxy</application>'s own built-in BLOCKED page instead to
817 let you now what has happened (with some exceptions, see below).
823 <literal><link linkend="handle-as-image">handle-as-image</link></literal> -
824 tells <application>Privoxy</application> to treat this URL as an image.
825 <application>Privoxy</application>'s default configuration already does this
826 for all common image types (e.g. GIF), but there are many situations where this
827 is not so easy to determine. So we'll force it in these cases. This is particularly
828 important for ad blocking, since only if we know that it's an image of
829 some kind, can we replace it with an image of our choosing, instead of the
830 <application>Privoxy</application> BLOCKED page (which would only result in
831 a <quote>broken image</quote> icon). There are some limitations to this
832 though. For instance, you can't just brute-force an image substitution for
833 an entire HTML page in most situations.
839 <literal><link linkend="handle-as-empty-document">handle-as-empty-document</link></literal> -
840 sends an empty document instead of <application>Privoxy's</application>
841 normal BLOCKED HTML page. This is useful for file types that are neither
842 HTML nor images, such as blocking JavaScript files.
849 linkend="set-image-blocker">set-image-blocker</link></literal> - tells
850 <application>Privoxy</application> what to display in place of an ad image that
851 has hit a block rule. For this to come into play, the URL must match a
852 <literal><link linkend="block">block</link></literal> action somewhere in the
853 configuration, <emphasis>and</emphasis>, it must also match an
854 <literal><link linkend="handle-as-image">handle-as-image</link></literal> action.
857 The configuration options on what to display instead of the ad are:
861 <emphasis>pattern</emphasis> - a checkerboard pattern, so that an ad
862 replacement is obvious. This is the default.
867 <emphasis>blank</emphasis> - A very small empty GIF image is displayed.
868 This is the so-called <quote>invisible</quote> configuration option.
873 <emphasis>http://<URL></emphasis> - A redirect to any image anywhere
874 of the user's choosing (advanced usage).
882 Advanced users will eventually want to explore &my-app;
883 <literal><link linkend="filter">filters</link></literal> as well. Filters
884 are very different from <literal><link
885 linkend="block">blocks</link></literal>.
886 A <quote>block</quote> blocks a site, page, or unwanted contented. Filters
887 are a way of filtering or modifying what is actually on the page. An example
888 filter usage: a text replacement of <quote>no-no</quote> for
889 <quote>nasty-word</quote>. That is a very simple example. This process can be
890 used for ad blocking, but it is more in the realm of advanced usage and has
891 some pitfalls to be wary off.
895 The quickest way to adjust any of these settings is with your browser through
896 the special <application>Privoxy</application> editor at <ulink
897 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
898 (shortcut: <ulink url="http://p.p/">http://p.p/show-status</ulink>). This
899 is an internal page, and does not require Internet access.
903 Note that as of <application>Privoxy</application> 3.0.7 beta the
904 action editor is disabled by default. Check the
905 <ulink url="config.html#ENABLE-EDIT-ACTIONS">enable-edit-actions
906 section in the configuration file</ulink> to learn why and in which
907 cases it's safe to enable again.
911 If you decided to enable the action editor, select the appropriate
912 <quote>actions</quote> file, and click
913 <quote><guibutton>Edit</guibutton></quote>. It is best to put personal or
914 local preferences in <filename>user.action</filename> since this is not
915 meant to be overwritten during upgrades, and will over-ride the settings in
916 other files. Here you can insert new <quote>actions</quote>, and URLs for ad
917 blocking or other purposes, and make other adjustments to the configuration.
918 <application>Privoxy</application> will detect these changes automatically.
922 A quick and simple step by step example:
929 Right click on the ad image to be blocked, then select
930 <quote><guimenuitem>Copy Link Location</guimenuitem></quote> from the
938 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
943 Find <filename>user.action</filename> in the top section, and click
944 on <quote><guibutton>Edit</guibutton></quote>:
947 <!-- image of editor and actions files selections -->
948 <figure pgwide="0" float="0"><title>Actions Files in Use</title>
951 <imagedata fileref="files-in-use.jpg" format="jpg">
954 <phrase>[ Screenshot of Actions Files in Use ]</phrase>
962 You should have a section with only
963 <literal><link linkend="block">block</link></literal> listed under
964 <quote>Actions:</quote>.
965 If not, click a <quote><guibutton>Insert new section below</guibutton></quote>
966 button, and in the new section that just appeared, click the
967 <guibutton>Edit</guibutton> button right under the word <quote>Actions:</quote>.
968 This will bring up a list of all actions. Find
969 <literal><link linkend="block">block</link></literal> near the top, and click
970 in the <quote>Enabled</quote> column, then <quote><guibutton>Submit</guibutton></quote>
976 Now, in the <literal><link linkend="block">block</link></literal> actions section,
977 click the <quote><guibutton>Add</guibutton></quote> button, and paste the URL the
978 browser got from <quote><guimenuitem>Copy Link Location</guimenuitem></quote>.
979 Remove the <literal>http://</literal> at the beginning of the URL. Then, click
980 <quote><guibutton>Submit</guibutton></quote> (or
981 <quote><guibutton>OK</guibutton></quote> if in a pop-up window).
986 Now go back to the original page, and press <keycap>SHIFT-Reload</keycap>
987 (or flush all browser caches). The image should be gone now.
994 This is a very crude and simple example. There might be good reasons to use a
995 wildcard pattern match to include potentially similar images from the same
996 site. For a more extensive explanation of <quote>patterns</quote>, and
997 the entire actions concept, see <link linkend="actions-file">the Actions
1002 For advanced users who want to hand edit their config files, you might want
1003 to now go to the <link linkend="act-examples">Actions Files Tutorial</link>.
1004 The ideas explained therein also apply to the web-based editor.
1007 There are also various
1008 <link linkend="filter">filters</link> that can be used for ad blocking
1009 (filters are a special subset of actions). These
1010 fall into the <quote>advanced</quote> usage category, and are explained in
1011 depth in later sections.
1018 <!-- ~ End section ~ -->
1021 <!-- ~~~~~ New section ~~~~~ -->
1022 <sect1 id="startup">
1023 <title>Starting Privoxy</title>
1025 Before launching <application>Privoxy</application> for the first time, you
1026 will want to configure your browser(s) to use
1027 <application>Privoxy</application> as a HTTP and HTTPS (SSL)
1028 <ulink url="https://en.wikipedia.org/wiki/Proxy_server">proxy</ulink>. The default is
1029 127.0.0.1 (or localhost) for the proxy address, and port 8118 (earlier versions
1030 used port 8000). This is the one configuration step <emphasis>that must be done
1034 Please note that <application>Privoxy</application> can only proxy HTTP and
1035 HTTPS traffic. It will not work with FTP or other protocols.
1038 <!-- image of Mozilla Proxy configuration -->
1039 <figure pgwide="0" float="0"><title>Proxy Configuration Showing
1040 Mozilla Firefox HTTP and HTTPS (SSL) Settings</title>
1043 <imagedata fileref="proxy_setup.jpg" format="jpg">
1046 <phrase>[ Screenshot of Mozilla Firefox Proxy Configuration ]</phrase>
1053 With <application>Firefox</application>, this is typically set under:
1057 <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>Network Settings</guibutton> -> <guibutton>Settings</guibutton>
1061 Or optionally on some platforms:
1065 <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>General</guibutton> -> <guibutton>Connection Settings</guibutton> -> <guibutton>Manual Proxy Configuration</guibutton>
1070 With <application>Netscape</application> (and
1071 <application>Mozilla</application>), this can be set under:
1076 <!-- Mix ascii and gui art, something for everybody -->
1077 <!-- spacing on this is tricky -->
1078 <guibutton>Edit</guibutton> -> <guibutton>Preferences</guibutton> -> <guibutton>Advanced</guibutton> -> <guibutton>Proxies</guibutton> -> <guibutton>HTTP Proxy</guibutton>
1082 For <application>Internet Explorer v.5-7</application>:
1086 <guibutton>Tools</guibutton> -> <guibutton>Internet Options</guibutton> -> <guibutton>Connections</guibutton> -> <guibutton>LAN Settings</guibutton>
1090 Then, check <quote>Use Proxy</quote> and fill in the appropriate info
1091 (Address: 127.0.0.1, Port: 8118). Include HTTPS (SSL), if you want HTTPS
1092 proxy support too (sometimes labeled <quote>Secure</quote>). Make sure any
1093 checkboxes like <quote>Use the same proxy server for all protocols</quote> is
1094 <emphasis>UNCHECKED</emphasis>. You want only HTTP and HTTPS (SSL)!
1097 <!-- image of IE Proxy configuration -->
1098 <figure pgwide="0" float="0"><title>Proxy Configuration Showing
1099 Internet Explorer HTTP and HTTPS (Secure) Settings</title>
1102 <imagedata fileref="proxy2.jpg" format="jpg">
1105 <phrase>[ Screenshot of IE Proxy Configuration ]</phrase>
1112 After doing this, flush your browser's disk and memory caches to force a
1113 re-reading of all pages and to get rid of any ads that may be cached. Remove
1114 any <ulink url="https://en.wikipedia.org/wiki/Browser_cookie">cookies</ulink>,
1115 if you want <application>Privoxy</application> to manage that. You are now
1116 ready to start enjoying the benefits of using
1117 <application>Privoxy</application>!
1121 <application>Privoxy</application> itself is typically started by specifying the
1122 main configuration file to be used on the command line. If no configuration
1123 file is specified on the command line, <application>Privoxy</application>
1124 will look for a file named <filename>config</filename> in the current
1125 directory. Except on Win32 where it will try <filename>config.txt</filename>.
1128 <sect2 id="start-debian">
1129 <title>Debian</title>
1131 We use a script. Note that Debian typically starts &my-app; upon booting per
1132 default. It will use the file
1133 <filename>/etc/privoxy/config</filename> as its main configuration
1137 # /etc/init.d/privoxy start
1141 <sect2 id="start-freebsd">
1142 <title>FreeBSD and ElectroBSD</title>
1144 To start <application>Privoxy</application> upon booting, add
1145 "privoxy_enable='YES'" to <filename>/etc/rc.conf</filename>.
1146 <application>Privoxy</application> will use
1147 <filename>/usr/local/etc/privoxy/config</filename> as its main
1151 If you installed <application>Privoxy</application> into a jail, the
1152 paths above are relative to the jail root.
1155 To start <application>Privoxy</application> manually, run:
1158 # service privoxy onestart
1162 <sect2 id="start-windows">
1163 <title>Windows</title>
1165 Click on the &my-app; Icon to start <application>Privoxy</application>. If no configuration file is
1166 specified on the command line, <application>Privoxy</application> will look
1167 for a file named <filename>config.txt</filename>. Note that Windows will
1168 automatically start &my-app; when the system starts if you chose that option
1172 <application>Privoxy</application> can run with full Windows service functionality.
1173 On Windows only, the &my-app; program has two new command line arguments
1174 to install and uninstall &my-app; as a service. See the
1175 <link linkend="installation-pack-win">Windows Installation
1176 instructions</link> for details.
1180 <sect2 id="start-unices">
1181 <title>Generic instructions for Unix derivates (Solaris, NetBSD, HP-UX etc.)</title>
1183 Example Unix startup command:
1186 # /usr/sbin/privoxy --user privoxy /etc/privoxy/config
1189 Note that if you installed <application>Privoxy</application> through
1190 a package manager, the package will probably contain a platform-specific
1191 script or configuration file to start <application>Privoxy</application>
1196 <sect2 id="start-macosx">
1197 <title>Mac OS X</title>
1199 The privoxy service will automatically start after a successful installation
1200 (and thereafter every time your computer starts up) however you will need to
1201 configure your web browser(s) to use it. To do so, configure them to use a
1202 proxy for HTTP and HTTPS at the address 127.0.0.1:8118.
1205 To prevent the privoxy service from automatically starting when your computer
1206 starts up, remove or rename the file <literal>/Library/LaunchDaemons/org.ijbswa.privoxy.plist</literal>
1207 (on OS X 10.5 and higher) or the folder named
1208 <literal>/Library/StartupItems/Privoxy</literal> (on OS X 10.4 'Tiger').
1211 To manually start or stop the privoxy service, use the scripts startPrivoxy.sh
1212 and stopPrivoxy.sh supplied in /Applications/Privoxy. They must be run from an
1213 administrator account, using sudo.
1221 See the section <link linkend="cmdoptions">Command line options</link> for
1225 must find a better place for this paragraph
1228 The included default configuration files should give a reasonable starting
1229 point. Most of the per site configuration is done in the
1230 <ulink url="actions-file.html"><quote>actions</quote></ulink> files. These are
1231 where various cookie actions are defined, ad and banner blocking, and other
1232 aspects of <application>Privoxy</application> configuration. There are several
1233 such files included, with varying levels of aggressiveness.
1237 You will probably want to keep an eye out for sites for which you may prefer
1238 persistent cookies, and add these to your actions configuration as needed. By
1239 default, most of these will be accepted only during the current browser
1240 session (aka <quote>session cookies</quote>), unless you add them to the
1241 configuration. If you want the browser to handle this instead, you will need
1242 to edit <filename>user.action</filename> (or through the web based interface)
1243 and disable this feature. If you use more than one browser, it would make
1244 more sense to let <application>Privoxy</application> handle this. In which
1245 case, the browser(s) should be set to accept all cookies.
1249 Another feature where you will probably want to define exceptions for trusted
1250 sites is the popup-killing (through <ulink
1251 url="actions-file.html#FILTER-POPUPS"><quote>+filter{popups}</quote></ulink>),
1252 because your favorite shopping, banking, or leisure site may need
1253 popups (explained below).
1257 <application>Privoxy</application> does not support all of the optional HTTP/1.1
1258 features yet. In the unlikely event that you experience inexplicable problems
1259 with browsers that use HTTP/1.1 per default
1260 (like <application>Mozilla</application> or recent versions of I.E.), you might
1261 try to force HTTP/1.0 compatibility. For Mozilla, look under <literal>Edit ->
1262 Preferences -> Debug -> Networking</literal>.
1263 Alternatively, set the <quote>+downgrade-http-version</quote> config option in
1264 <filename>default.action</filename> which will downgrade your browser's HTTP
1265 requests from HTTP/1.1 to HTTP/1.0 before processing them.
1269 After running <application>Privoxy</application> for a while, you can
1270 start to fine tune the configuration to suit your personal, or site,
1271 preferences and requirements. There are many, many aspects that can
1272 be customized. <quote>Actions</quote>
1273 can be adjusted by pointing your browser to
1274 <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1275 (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>),
1276 and then follow the link to <quote>View & Change the Current Configuration</quote>.
1277 (This is an internal page and does not require Internet access.)
1281 In fact, various aspects of <application>Privoxy</application>
1282 configuration can be viewed from this page, including
1283 current configuration parameters, source code version numbers,
1284 the browser's request headers, and <quote>actions</quote> that apply
1285 to a given URL. In addition to the actions file
1286 editor mentioned above, <application>Privoxy</application> can also
1287 be turned <quote>on</quote> and <quote>off</quote> (toggled) from this page.
1291 If you encounter problems, try loading the page without
1292 <application>Privoxy</application>. If that helps, enter the URL where
1293 you have the problems into <ulink url="http://p.p/show-url-info">the browser
1294 based rule tracing utility</ulink>. See which rules apply and why, and
1295 then try turning them off for that site one after the other, until the problem
1296 is gone. When you have found the culprit, you might want to turn the rest on
1301 If the above paragraph sounds gibberish to you, you might want to <link
1302 linkend="actions-file">read more about the actions concept</link>
1303 or even dive deep into the <link linkend="actionsanat">Appendix
1308 If you can't get rid of the problem at all, think you've found a bug in
1309 Privoxy, want to propose a new feature or smarter rules, please see the
1310 section <link linkend="contact"><quote>Contacting the
1311 Developers</quote></link> below.
1316 <!-- ~~~~~ New section ~~~~~ -->
1317 <sect2 id="cmdoptions">
1318 <title>Command Line Options</title>
1320 <application>Privoxy</application> may be invoked with the following
1321 command-line options:
1328 <emphasis>--config-test</emphasis>
1331 Exit after loading the configuration files before binding to
1332 the listen address. The exit code signals whether or not the
1333 configuration files have been successfully loaded.
1336 If the exit code is 1, at least one of the configuration files
1337 is invalid, if it is 0, all the configuration files have been
1338 successfully loaded (but may still contain errors that can
1339 currently only be detected at run time).
1342 This option doesn't affect the log setting, combination with
1343 <emphasis>--no-daemon</emphasis> is recommended if a configured
1344 log file shouldn't be used.
1349 <emphasis>--version</emphasis>
1352 Print version info and exit. Unix only.
1357 <emphasis>--help</emphasis>
1360 Print short usage info and exit. Unix only.
1365 <emphasis>--no-daemon</emphasis>
1368 Don't become a daemon, i.e. don't fork and become process group
1369 leader, and don't detach from controlling tty. Unix only.
1374 <emphasis>--pidfile FILE</emphasis>
1377 On startup, write the process ID to <emphasis>FILE</emphasis>. Delete the
1378 <emphasis>FILE</emphasis> on exit. Failure to create or delete the
1379 <emphasis>FILE</emphasis> is non-fatal. If no <emphasis>FILE</emphasis>
1380 option is given, no PID file will be used. Unix only.
1385 <emphasis>--user USER[.GROUP]</emphasis>
1388 After (optionally) writing the PID file, assume the user ID of
1389 <emphasis>USER</emphasis>, and if included the GID of GROUP. Exit if the
1390 privileges are not sufficient to do so. Unix only.
1395 <emphasis>--chroot</emphasis>
1398 Before changing to the user ID given in the <emphasis>--user</emphasis> option,
1399 chroot to that user's home directory, i.e. make the kernel pretend to the &my-app;
1400 process that the directory tree starts there. If set up carefully, this can limit
1401 the impact of possible vulnerabilities in &my-app; to the files contained in that hierarchy.
1407 <emphasis>--pre-chroot-nslookup hostname</emphasis>
1410 Specifies a hostname (for example www.privoxy.org) to look up before doing a chroot.
1411 On some systems, initializing the resolver library involves reading config files from
1412 /etc and/or loading additional shared libraries from /lib.
1413 On these systems, doing a hostname lookup before the chroot reduces
1414 the number of files that must be copied into the chroot tree.
1417 For fastest startup speed, a good value is a hostname that is not in /etc/hosts but that
1418 your local name server (listed in /etc/resolv.conf) can resolve without recursion
1419 (that is, without having to ask any other name servers). The hostname need not exist,
1420 but if it doesn't, an error message (which can be ignored) will be output.
1426 <emphasis>configfile</emphasis>
1429 If no <emphasis>configfile</emphasis> is included on the command line,
1430 <application>Privoxy</application> will look for a file named
1431 <quote>config</quote> in the current directory (except on Win32
1432 where it will look for <quote>config.txt</quote> instead). Specify
1433 full path to avoid confusion. If no config file is found,
1434 <application>Privoxy</application> will fail to start.
1441 On <application>MS Windows</application> only there are two additional
1442 command-line options to allow <application>Privoxy</application> to install and
1443 run as a <emphasis>service</emphasis>. See the
1444 <link linkend="installation-pack-win">Window Installation section</link>
1452 <!-- ~ End section ~ -->
1455 <!-- ~~~~~ New section ~~~~~ -->
1456 <sect1 id="configuration"><title>Privoxy Configuration</title>
1458 All <application>Privoxy</application> configuration is stored
1459 in text files. These files can be edited with a text editor.
1460 Many important aspects of <application>Privoxy</application> can
1461 also be controlled easily with a web browser.
1465 <!-- ~~~~~ New section ~~~~~ -->
1467 <sect2 id="control-with-webbrowser">
1468 <title>Controlling Privoxy with Your Web Browser</title>
1470 <application>Privoxy</application>'s user interface can be reached through the special
1471 URL <ulink url="http://config.privoxy.org/">http://config.privoxy.org/</ulink>
1472 (shortcut: <ulink url="http://p.p/">http://p.p/</ulink>),
1473 which is a built-in page and works without Internet access.
1474 You will see the following section:
1477 <!-- Needs to be put in a table and colorized -->
1478 <screen><!-- want the background color that goes with screen -->
1480 <bridgehead renderas="sect2"> Privoxy Menu</bridgehead>
1483 ▪ <ulink url="http://config.privoxy.org/show-status">View & change the current configuration</ulink>
1486 ▪ <ulink url="http://config.privoxy.org/client-tags">View or toggle the tags that can be set based on the client's address</ulink>
1489 ▪ <ulink url="http://config.privoxy.org/show-request">View the request headers.</ulink>
1492 ▪ <ulink url="http://config.privoxy.org/show-url-info">Look up which actions apply to a URL and why</ulink>
1495 ▪ <ulink url="http://config.privoxy.org/toggle">Toggle Privoxy on or off</ulink>
1498 ▪ <ulink
1499 url="https://www.privoxy.org/&p-version;/user-manual/">Documentation</ulink>
1507 This should be self-explanatory. Note the first item leads to an editor for the
1508 <link linkend="actions-file">actions files</link>, which is where the ad, banner,
1509 cookie, and URL blocking magic is configured as well as other advanced features of
1510 <application>Privoxy</application>. This is an easy way to adjust various
1511 aspects of <application>Privoxy</application> configuration. The actions
1512 file, and other configuration files, are explained in detail below.
1516 <quote>Toggle Privoxy On or Off</quote> is handy for sites that might
1517 have problems with your current actions and filters. You can in fact use
1518 it as a test to see whether it is <application>Privoxy</application>
1519 causing the problem or not. <application>Privoxy</application> continues
1520 to run as a proxy in this case, but all manipulation is disabled, i.e.
1521 <application>Privoxy</application> acts like a normal forwarding proxy.
1525 Note that several of the features described above are disabled by default
1526 in <application>Privoxy</application> 3.0.7 beta and later.
1528 <ulink url="config.html">configuration file</ulink> to learn why
1529 and in which cases it's safe to enable them again.
1534 <!-- ~ End section ~ -->
1539 <!-- ~~~~~ New section ~~~~~ -->
1541 <sect2 id="confoverview">
1542 <title>Configuration Files Overview</title>
1544 For Unix, *BSD and GNU/Linux, all configuration files are located in
1545 <filename>/etc/privoxy/</filename> by default. For MS Windows
1546 these are all in the same directory as the
1547 <application>Privoxy</application> executable. <![%p-not-stable;[ The name
1548 and number of configuration files has changed from previous versions, and is
1549 subject to change as development progresses.]]>
1553 The installed defaults provide a reasonable starting point, though
1554 some settings may be aggressive by some standards. For the time being, the
1555 principle configuration files are:
1562 The <link linkend="config">main configuration file</link> is named <filename>config</filename>
1563 on GNU/Linux, Unix, BSD, and <filename>config.txt</filename>
1564 on Windows. This is a required file.
1570 <filename>match-all.action</filename> is used to define which <quote>actions</quote>
1571 relating to banner-blocking, images, pop-ups, content modification, cookie handling
1572 etc should be applied by default. It should be the first actions file loaded.
1575 <filename>default.action</filename> defines many exceptions (both positive and negative)
1576 from the default set of actions that's configured in <filename>match-all.action</filename>.
1577 It should be the second actions file loaded and shouldn't be edited by the user.
1580 Multiple actions files may be defined in <filename>config</filename>. These
1581 are processed in the order they are defined. Local customizations and locally
1582 preferred exceptions to the default policies as defined in
1583 <filename>match-all.action</filename> (which you will most probably want
1584 to define sooner or later) are best applied in <filename>user.action</filename>,
1585 where you can preserve them across upgrades. The file isn't installed by all
1586 installers, but you can easily create it yourself with a text editor.
1589 There is also a web based editor that can be accessed from
1591 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>
1593 url="http://p.p/show-status">http://p.p/show-status</ulink>) for the
1594 various actions files.
1600 <quote>Filter files</quote> (the <link linkend="filter-file">filter
1601 file</link>) can be used to re-write the raw page content, including
1602 viewable text as well as embedded HTML and JavaScript, and whatever else
1603 lurks on any given web page. The filtering jobs are only pre-defined here;
1604 whether to apply them or not is up to the actions files.
1605 <filename>default.filter</filename> includes various filters made
1606 available for use by the developers. Some are much more intrusive than
1607 others, and all should be used with caution. You may define additional
1608 filter files in <filename>config</filename> as you can with
1609 actions files. We suggest <filename>user.filter</filename> for any
1610 locally defined filters or customizations.
1617 The syntax of the configuration and filter files may change between different
1618 Privoxy versions, unfortunately some enhancements cost backwards compatibility.
1619 <!-- Add link to documentation-->
1623 All files use the <quote><literal>#</literal></quote> character to denote a
1624 comment (the rest of the line will be ignored) and understand line continuation
1625 through placing a backslash ("<literal>\</literal>") as the very last character
1626 in a line. If the <literal>#</literal> is preceded by a backslash, it looses
1627 its special function. Placing a <literal>#</literal> in front of an otherwise
1628 valid configuration line to prevent it from being interpreted is called "commenting
1629 out" that line. Blank lines are ignored.
1633 The actions files and filter files
1634 can use Perl style <link linkend="regex">regular expressions</link> for
1635 maximum flexibility.
1639 After making any changes, there is no need to restart
1640 <application>Privoxy</application> in order for the changes to take
1641 effect. <application>Privoxy</application> detects such changes
1642 automatically. Note, however, that it may take one or two additional
1643 requests for the change to take effect. When changing the listening address
1644 of <application>Privoxy</application>, these <quote>wake up</quote> requests
1645 must obviously be sent to the <emphasis>old</emphasis> listening address.
1650 While under development, the configuration content is subject to change.
1651 The below documentation may not be accurate by the time you read this.
1652 Also, what constitutes a <quote>default</quote> setting, may change, so
1653 please check all your configuration files on important issues.
1659 <!-- ~ End section ~ -->
1662 <!-- ~~~~~~~~ New section Header ~~~~~~~~~ -->
1664 <!-- **************************************************** -->
1665 <!-- Include config.sgml here -->
1666 <!-- This is where the entire config file is detailed. -->
1668 <!-- end include -->
1671 <!-- ~ End section ~ -->
1675 <!-- ~~~~~~~~ New section Header ~~~~~~~~~ -->
1677 <sect1 id="actions-file"><title>Actions Files</title>
1681 XXX: similar descriptions are in the Configuration Files sections.
1682 We should only describe them at one place.
1685 The actions files are used to define what <emphasis>actions</emphasis>
1686 <application>Privoxy</application> takes for which URLs, and thus determines
1687 how ad images, cookies and various other aspects of HTTP content and
1688 transactions are handled, and on which sites (or even parts thereof).
1689 There are a number of such actions, with a wide range of functionality.
1690 Each action does something a little different.
1691 These actions give us a veritable arsenal of tools with which to exert
1692 our control, preferences and independence. Actions can be combined so that
1693 their effects are aggregated when applied against a given set of URLs.
1697 are three action files included with <application>Privoxy</application> with
1703 <filename>match-all.action</filename> - is used to define which
1704 <quote>actions</quote> relating to banner-blocking, images, pop-ups,
1705 content modification, cookie handling etc should be applied by default.
1706 It should be the first actions file loaded
1711 <filename>default.action</filename> - defines many exceptions (both
1712 positive and negative) from the default set of actions that's configured
1713 in <filename>match-all.action</filename>. It is a set of rules that should
1714 work reasonably well as-is for most users. This file is only supposed to
1715 be edited by the developers. It should be the second actions file loaded.
1720 <filename>user.action</filename> - is intended to be for local site
1721 preferences and exceptions. As an example, if your ISP or your bank
1722 has specific requirements, and need special handling, this kind of
1723 thing should go here. This file will not be upgraded.
1728 <guibutton>Edit</guibutton> <guibutton>Set to Cautious</guibutton> <guibutton>Set to Medium</guibutton> <guibutton>Set to Advanced</guibutton>
1731 These have increasing levels of aggressiveness <emphasis>and have no
1732 influence on your browsing unless you select them explicitly in the
1733 editor</emphasis>. A default installation should be pre-set to
1734 <literal>Cautious</literal>. New users should try this for a while before
1735 adjusting the settings to more aggressive levels. The more aggressive
1736 the settings, then the more likelihood there is of problems such as sites
1737 not working as they should.
1740 The <guibutton>Edit</guibutton> button allows you to turn each
1741 action on/off individually for fine-tuning. The <guibutton>Cautious</guibutton>
1742 button changes the actions list to low/safe settings which will activate
1743 ad blocking and a minimal set of &my-app;'s features, and subsequently
1744 there will be less of a chance for accidental problems. The
1745 <guibutton>Medium</guibutton> button sets the list to a medium level of
1746 other features and a low level set of privacy features. The
1747 <guibutton>Advanced</guibutton> button sets the list to a high level of
1748 ad blocking and medium level of privacy. See the chart below. The latter
1749 three buttons over-ride any changes via with the
1750 <guibutton>Edit</guibutton> button. More fine-tuning can be done in the
1751 lower sections of this internal page.
1754 While the actions file editor allows to enable these settings in all
1755 actions files, they are only supposed to be enabled in the first one
1756 to make sure you don't unintentionally overrule earlier rules.
1759 The default profiles, and their associated actions, as pre-defined in
1760 <filename>default.action</filename> are:
1762 <table frame=all id="default-configurations"><title>Default Configurations</title>
1763 <tgroup cols=4 align=left colsep=1 rowsep=1>
1764 <colspec colname=c1>
1765 <colspec colname=c2>
1766 <colspec colname=c3>
1767 <colspec colname=c4>
1770 <entry>Feature</entry>
1771 <entry>Cautious</entry>
1772 <entry>Medium</entry>
1773 <entry>Advanced</entry>
1778 <!-- <entry>f1</entry> -->
1779 <!-- <entry>f2</entry> -->
1780 <!-- <entry>f3</entry> -->
1781 <!-- <entry>f4</entry> -->
1787 <entry>Ad-blocking Aggressiveness</entry>
1788 <entry>medium</entry>
1794 <entry>Ad-filtering by size</entry>
1801 <entry>Ad-filtering by link</entry>
1807 <entry>Pop-up killing</entry>
1808 <entry>blocks only</entry>
1809 <entry>blocks only</entry>
1810 <entry>blocks only</entry>
1814 <entry>Privacy Features</entry>
1816 <entry>medium</entry>
1817 <entry>medium/high</entry>
1821 <entry>Cookie handling</entry>
1823 <entry>session-only</entry>
1828 <entry>Referer forging</entry>
1835 <entry>GIF de-animation</entry>
1842 <entry>Fast redirects</entry>
1849 <entry>HTML taming</entry>
1856 <entry>JavaScript taming</entry>
1863 <entry>Web-bug killing</entry>
1870 <entry>Image tag reordering</entry>
1884 The list of actions files to be used are defined in the main configuration
1885 file, and are processed in the order they are defined (e.g.
1886 <filename>default.action</filename> is typically processed before
1887 <filename>user.action</filename>). The content of these can all be viewed and
1889 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
1890 The over-riding principle when applying actions, is that the last action that
1891 matches a given URL wins. The broadest, most general rules go first
1892 (defined in <filename>default.action</filename>),
1893 followed by any exceptions (typically also in
1894 <filename>default.action</filename>), which are then followed lastly by any
1895 local preferences (typically in <emphasis>user</emphasis><filename>.action</filename>).
1896 Generally, <filename>user.action</filename> has the last word.
1900 An actions file typically has multiple sections. If you want to use
1901 <quote>aliases</quote> in an actions file, you have to place the (optional)
1902 <link linkend="aliases">alias section</link> at the top of that file.
1903 Then comes the default set of rules which will apply universally to all
1904 sites and pages (be <emphasis>very careful</emphasis> with using such a
1905 universal set in <filename>user.action</filename> or any other actions file after
1906 <filename>default.action</filename>, because it will override the result
1907 from consulting any previous file). And then below that,
1908 exceptions to the defined universal policies. You can regard
1909 <filename>user.action</filename> as an appendix to <filename>default.action</filename>,
1910 with the advantage that it is a separate file, which makes preserving your
1911 personal settings across <application>Privoxy</application> upgrades easier.
1915 Actions can be used to block anything you want, including ads, banners, or
1916 just some obnoxious URL whose content you would rather not see. Cookies can be accepted
1917 or rejected, or accepted only during the current browser session (i.e. not
1918 written to disk), content can be modified, some JavaScripts tamed, user-tracking
1919 fooled, and much more. See below for a <link linkend="actions">complete list
1923 <!-- ~~~~~ New section ~~~~~ -->
1924 <sect2 id="right-mix">
1925 <title>Finding the Right Mix</title>
1927 Note that some <link linkend="actions">actions</link>, like cookie suppression
1928 or script disabling, may render some sites unusable that rely on these
1929 techniques to work properly. Finding the right mix of actions is not always easy and
1930 certainly a matter of personal taste. And, things can always change, requiring
1931 refinements in the configuration. In general, it can be said that the more
1932 <quote>aggressive</quote> your default settings (in the top section of the
1933 actions file) are, the more exceptions for <quote>trusted</quote> sites you
1934 will have to make later. If, for example, you want to crunch all cookies per
1935 default, you'll have to make exceptions from that rule for sites that you
1936 regularly use and that require cookies for actually useful purposes, like maybe
1937 your bank, favorite shop, or newspaper.
1941 We have tried to provide you with reasonable rules to start from in the
1942 distribution actions files. But there is no general rule of thumb on these
1943 things. There just are too many variables, and sites are constantly changing.
1944 Sooner or later you will want to change the rules (and read this chapter again :).
1948 <!-- ~~~~~ New section ~~~~~ -->
1949 <sect2 id="how-to-edit">
1950 <title>How to Edit</title>
1952 The easiest way to edit the actions files is with a browser by
1953 using our browser-based editor, which can be reached from <ulink
1954 url="http://config.privoxy.org/show-status">http://config.privoxy.org/show-status</ulink>.
1955 Note: the config file option <link
1956 linkend="enable-edit-actions">enable-edit-actions</link> must be enabled for
1957 this to work. The editor allows both fine-grained control over every single
1958 feature on a per-URL basis, and easy choosing from wholesale sets of defaults
1959 like <quote>Cautious</quote>, <quote>Medium</quote> or
1960 <quote>Advanced</quote>. Warning: the <quote>Advanced</quote> setting is more
1961 aggressive, and will be more likely to cause problems for some sites.
1962 Experienced users only!
1966 If you prefer plain text editing to GUIs, you can of course also directly edit the
1967 the actions files with your favorite text editor. Look at
1968 <filename>default.action</filename> which is richly commented with many
1974 <sect2 id="actions-apply">
1975 <title>How Actions are Applied to Requests</title>
1977 Actions files are divided into sections. There are special sections,
1978 like the <quote><link linkend="aliases">alias</link></quote> sections which will
1979 be discussed later. For now let's concentrate on regular sections: They have a
1980 heading line (often split up to multiple lines for readability) which consist
1981 of a list of actions, separated by whitespace and enclosed in curly braces.
1982 Below that, there is a list of URL and tag patterns, each on a separate line.
1986 To determine which actions apply to a request, the URL of the request is
1987 compared to all URL patterns in each <quote>action file</quote>.
1988 Every time it matches, the list of applicable actions for the request is
1989 incrementally updated, using the heading of the section in which the
1990 pattern is located. The same is done again for tags and tag patterns later on.
1994 If multiple applying sections set the same action differently,
1995 the last match wins. If not, the effects are aggregated.
1996 E.g. a URL might match a regular section with a heading line of <literal>{
1997 +<link linkend="handle-as-image">handle-as-image</link> }</literal>,
1998 then later another one with just <literal>{
1999 +<link linkend="block">block</link> }</literal>, resulting
2000 in <emphasis>both</emphasis> actions to apply. And there may well be
2001 cases where you will want to combine actions together. Such a section then
2006 { +<literal>handle-as-image</literal> +<literal>block{Banner ads.}</literal> }
2007 # Block these as if they were images. Send no block page.
2009 media.example.com/.*banners
2010 .example.com/images/ads/</screen>
2013 You can trace this process for URL patterns and any given URL by visiting <ulink
2014 url="http://config.privoxy.org/show-url-info">http://config.privoxy.org/show-url-info</ulink>.
2018 Examples and more detail on this is provided in the Appendix, <link linkend="ACTIONSANAT">
2019 Troubleshooting: Anatomy of an Action</link> section.
2023 <!-- ~~~~~ New section ~~~~~ -->
2024 <sect2 id="af-patterns">
2025 <title>Patterns</title>
2027 As mentioned, <application>Privoxy</application> uses <quote>patterns</quote>
2028 to determine what <emphasis>actions</emphasis> might apply to which sites and
2029 pages your browser attempts to access. These <quote>patterns</quote> use wild
2030 card type <emphasis>pattern</emphasis> matching to achieve a high degree of
2031 flexibility. This allows one expression to be expanded and potentially match
2032 against many similar patterns.
2036 Generally, an URL pattern has the form
2037 <literal><host><port>/<path></literal>, where the
2038 <literal><host></literal>, the <literal><port></literal>
2039 and the <literal><path></literal> are optional. (This is why the special
2040 <literal>/</literal> pattern matches all URLs). Note that the protocol
2041 portion of the URL pattern (e.g. <literal>http://</literal>) should
2042 <emphasis>not</emphasis> be included in the pattern. This is assumed already!
2045 The pattern matching syntax is different for the host and path parts of
2046 the URL. The host part uses a simple globbing type matching technique,
2047 while the path part uses more flexible
2048 <ulink url="https://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2049 Expressions</quote></ulink> (POSIX 1003.2).
2052 The port part of a pattern is a decimal port number preceded by a colon
2053 (<literal>:</literal>). If the host part contains a numerical IPv6 address,
2054 it has to be put into angle brackets
2055 (<literal><</literal>, <literal>></literal>).
2060 <term><literal>www.example.com/</literal></term>
2063 is a host-only pattern and will match any request to <literal>www.example.com</literal>,
2064 regardless of which document on that server is requested. So ALL pages in
2065 this domain would be covered by the scope of this action. Note that a
2066 simple <literal>example.com</literal> is different and would NOT match.
2071 <term><literal>www.example.com</literal></term>
2074 means exactly the same. For host-only patterns, the trailing <literal>/</literal> may
2080 <term><literal>www.example.com/index.html</literal></term>
2083 matches all the documents on <literal>www.example.com</literal>
2084 whose name starts with <literal>/index.html</literal>.
2089 <term><literal>www.example.com/index.html$</literal></term>
2092 matches only the single document <literal>/index.html</literal>
2093 on <literal>www.example.com</literal>.
2098 <term><literal>/index.html$</literal></term>
2101 matches the document <literal>/index.html</literal>, regardless of the domain,
2102 i.e. on <emphasis>any</emphasis> web server anywhere.
2107 <term><literal>/</literal></term>
2110 Matches any URL because there's no requirement for either the
2111 domain or the path to match anything.
2116 <term><literal>:8000/</literal></term>
2119 Matches any URL pointing to TCP port 8000.
2124 <term><literal>10.0.0.1/</literal></term>
2127 Matches any URL with the host address <literal>10.0.0.1</literal>.
2128 (Note that the real URL uses plain brackets, not angle brackets.)
2133 <term><literal><2001:db8::1>/</literal></term>
2136 Matches any URL with the host address <literal>2001:db8::1</literal>.
2137 (Note that the real URL uses plain brackets, not angle brackets.)
2142 <term><literal>index.html</literal></term>
2145 matches nothing, since it would be interpreted as a domain name and
2146 there is no top-level domain called <literal>.html</literal>. So its
2154 <!-- ~~~~~ New section ~~~~~ -->
2155 <sect3 id="host-pattern"><title>The Host Pattern</title>
2158 The matching of the host part offers some flexible options: if the
2159 host pattern starts or ends with a dot, it becomes unanchored at that end.
2160 The host pattern is often referred to as domain pattern as it is usually
2161 used to match domain names and not IP addresses.
2167 <term><literal>.example.com</literal></term>
2170 matches any domain with first-level domain <literal>com</literal>
2171 and second-level domain <literal>example</literal>.
2172 For example <literal>www.example.com</literal>,
2173 <literal>example.com</literal> and <literal>foo.bar.baz.example.com</literal>.
2174 Note that it wouldn't match if the second-level domain was <literal>another-example</literal>.
2179 <term><literal>www.</literal></term>
2182 matches any domain that <emphasis>STARTS</emphasis> with
2183 <literal>www.</literal> (It also matches the domain
2184 <literal>www</literal> but most of the time that doesn't matter.)
2189 <term><literal>.example.</literal></term>
2192 matches any domain that <emphasis>CONTAINS</emphasis> <literal>.example.</literal>.
2193 And, by the way, also included would be any files or documents that exist
2194 within that domain since no path limitations are specified. (Correctly
2195 speaking: It matches any FQDN that contains <literal>example</literal> as
2196 a domain.) This might be <literal>www.example.com</literal>,
2197 <literal>news.example.de</literal>, or
2198 <literal>www.example.net/cgi/testing.pl</literal> for instance. All these
2206 Additionally, there are wild-cards that you can use in the domain names
2207 themselves. These work similarly to shell globbing type wild-cards:
2208 <quote>*</quote> represents zero or more arbitrary characters (this is
2210 <ulink url="https://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2211 Expression</quote></ulink> based syntax of <quote>.*</quote>),
2212 <quote>?</quote> represents any single character (this is equivalent to the
2213 regular expression syntax of a simple <quote>.</quote>), and you can define
2214 <quote>character classes</quote> in square brackets which is similar to
2215 the same regular expression technique. All of this can be freely mixed:
2220 <term><literal>ad*.example.com</literal></term>
2223 matches <quote>adserver.example.com</quote>,
2224 <quote>ads.example.com</quote>, etc but not <quote>sfads.example.com</quote>
2229 <term><literal>*ad*.example.com</literal></term>
2232 matches all of the above, and then some.
2237 <term><literal>.?pix.com</literal></term>
2240 matches <literal>www.ipix.com</literal>,
2241 <literal>pictures.epix.com</literal>, <literal>a.b.c.d.e.upix.com</literal> etc.
2246 <term><literal>www[1-9a-ez].example.c*</literal></term>
2249 matches <literal>www1.example.com</literal>,
2250 <literal>www4.example.cc</literal>, <literal>wwwd.example.cy</literal>,
2251 <literal>wwwz.example.com</literal> etc., but <emphasis>not</emphasis>
2252 <literal>wwww.example.com</literal>.
2259 While flexible, this is not the sophistication of full regular expression based syntax.
2263 When compiled with FEATURE_PCRE_HOST_PATTERNS patterns can be prefixed with
2264 <quote>PCRE-HOST-PATTERN:</quote> in which case full regular expression
2265 (PCRE) can be used for the host pattern as well.
2270 <!-- ~ End section ~ -->
2273 <!-- ~~~~~ New section ~~~~~ -->
2274 <sect3 id="path-pattern"><title>The Path Pattern</title>
2277 <application>Privoxy</application> uses <quote>modern</quote> POSIX 1003.2
2278 <ulink url="https://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
2279 Expressions</quote></ulink> for matching the path portion (after the slash),
2280 and is thus more flexible.
2284 There is an <link linkend="regex">Appendix</link> with a brief quick-start into regular
2285 expressions, you also might want to have a look at your operating system's documentation
2286 on regular expressions (try <literal>man re_format</literal>).
2290 Note that the path pattern is automatically left-anchored at the <quote>/</quote>,
2291 i.e. it matches as if it would start with a <quote>^</quote> (regular expression speak
2292 for the beginning of a line).
2296 Please also note that matching in the path is <emphasis>CASE INSENSITIVE</emphasis>
2297 by default, but you can switch to case sensitive at any point in the pattern by using the
2298 <quote>(?-i)</quote> switch: <literal>www.example.com/(?-i)PaTtErN.*</literal> will match
2299 only documents whose path starts with <literal>PaTtErN</literal> in
2300 <emphasis>exactly</emphasis> this capitalization.
2305 <term><literal>.example.com/.*</literal></term>
2308 Is equivalent to just <quote>.example.com</quote>, since any documents
2309 within that domain are matched with or without the <quote>.*</quote>
2310 regular expression. This is redundant
2315 <term><literal>.example.com/.*/index.html$</literal></term>
2318 Will match any page in the domain of <quote>example.com</quote> that is
2319 named <quote>index.html</quote>, and that is part of some path. For
2320 example, it matches <quote>www.example.com/testing/index.html</quote> but
2321 NOT <quote>www.example.com/index.html</quote> because the regular
2322 expression called for at least two <quote>/'s</quote>, thus the path
2323 requirement. It also would match
2324 <quote>www.example.com/testing/index_html</quote>, because of the
2325 special meta-character <quote>.</quote>.
2330 <term><literal>.example.com/(.*/)?index\.html$</literal></term>
2333 This regular expression is conditional so it will match any page
2334 named <quote>index.html</quote> regardless of path which in this case can
2335 have one or more <quote>/'s</quote>. And this one must contain exactly
2336 <quote>.html</quote> (and end with that!).
2341 <term><literal>.example.com/(.*/)(ads|banners?|junk)</literal></term>
2344 This regular expression will match any path of <quote>example.com</quote>
2345 that contains any of the words <quote>ads</quote>, <quote>banner</quote>,
2346 <quote>banners</quote> (because of the <quote>?</quote>) or <quote>junk</quote>.
2347 The path does not have to end in these words, just contain them.
2348 The path has to contain at least two slashes (including the one at the beginning).
2353 <term><literal>.example.com/(.*/)(ads|banners?|junk)/.*\.(jpe?g|gif|png)$</literal></term>
2356 This is very much the same as above, except now it must end in either
2357 <quote>.jpg</quote>, <quote>.jpeg</quote>, <quote>.gif</quote> or <quote>.png</quote>. So this
2358 one is limited to common image formats.
2365 There are many, many good examples to be found in <filename>default.action</filename>,
2366 and more tutorials below in <link linkend="regex">Appendix on regular expressions</link>.
2371 <!-- ~ End section ~ -->
2374 <!-- ~~~~~ New section ~~~~~ -->
2375 <sect3 id="tag-pattern"><title>The Request Tag Pattern</title>
2378 Request tag patterns are used to change the applying actions based on the
2379 request's tags. Tags can be created based on HTTP headers with either
2380 the <link linkend="CLIENT-HEADER-TAGGER">client-header-tagger</link>
2381 or the <link linkend="SERVER-HEADER-TAGGER">server-header-tagger</link> action.
2385 Request tag patterns have to start with <quote>TAG:</quote>, so &my-app;
2386 can tell them apart from other patterns. Everything after the colon
2387 including white space, is interpreted as a regular expression with
2388 path pattern syntax, except that tag patterns aren't left-anchored
2389 automatically (&my-app; doesn't silently add a <quote>^</quote>,
2390 you have to do it yourself if you need it).
2394 To match all requests that are tagged with <quote>foo</quote>
2395 your pattern line should be <quote>TAG:^foo$</quote>,
2396 <quote>TAG:foo</quote> would work as well, but it would also
2397 match requests whose tags contain <quote>foo</quote> somewhere.
2398 <quote>TAG: foo</quote> wouldn't work as it requires white space.
2402 Sections can contain URL and request tag patterns at the same time,
2403 but request tag patterns are checked after the URL patterns and thus
2404 always overrule them, even if they are located before the URL patterns.
2408 Once a new request tag is added, Privoxy checks right away if it's matched by one
2409 of the request tag patterns and updates the action settings accordingly. As a result
2410 request tags can be used to activate other tagger actions, as long as these other
2411 taggers look for headers that haven't already be parsed.
2415 For example you could tag client requests which use the
2416 <literal>POST</literal> method,
2417 then use this tag to activate another tagger that adds a tag if cookies
2418 are sent, and then use a block action based on the cookie tag. This allows
2419 the outcome of one action, to be input into a subsequent action. However if
2420 you'd reverse the position of the described taggers, and activated the
2421 method tagger based on the cookie tagger, no method tags would be created.
2422 The method tagger would look for the request line, but at the time
2423 the cookie tag is created, the request line has already been parsed.
2427 While this is a limitation you should be aware of, this kind of
2428 indirection is seldom needed anyway and even the example doesn't
2429 make too much sense.
2434 <!-- ~~~~~ New section ~~~~~ -->
2435 <sect3 id="negative-tag-patterns"><title>The Negative Request Tag Patterns</title>
2438 To match requests that do not have a certain request tag, specify a negative tag pattern
2439 by prefixing the tag pattern line with either <quote>NO-REQUEST-TAG:</quote>
2440 or <quote>NO-RESPONSE-TAG:</quote> instead of <quote>TAG:</quote>.
2444 Negative request tag patterns created with <quote>NO-REQUEST-TAG:</quote> are checked
2445 after all client headers are scanned, the ones created with <quote>NO-RESPONSE-TAG:</quote>
2446 are checked after all server headers are scanned. In both cases all the created
2447 tags are considered.
2451 <!-- ~~~~~ New section ~~~~~ -->
2452 <sect3 id="client-tag-pattern"><title>The Client Tag Pattern</title>
2454 <!-- XXX: This section contains duplicates content from the
2455 client-specific-tag documentation. -->
2459 This is an experimental feature. The syntax is likely to change in future versions.
2464 Client tag patterns are not set based on HTTP headers but based on
2465 the client's IP address. Users can enable them themselves, but the
2466 Privoxy admin controls which tags are available and what their effect
2471 After a client-specific tag has been defined with the
2472 <link linkend="client-specific-tag">client-specific-tag</link>,
2473 directive, action sections can be activated based on the tag by using a
2474 CLIENT-TAG pattern. The CLIENT-TAG pattern is evaluated at the same priority
2475 as URL patterns, as a result the last matching pattern wins. Tags that
2476 are created based on client or server headers are evaluated later on
2477 and can overrule CLIENT-TAG and URL patterns!
2480 The tag is set for all requests that come from clients that requested
2481 it to be set. Note that "clients" are differentiated by IP address,
2482 if the IP address changes the tag has to be requested again.
2485 Clients can request tags to be set by using the CGI interface <ulink
2486 url="http://config.privoxy.org/client-tags">http://config.privoxy.org/client-tags</ulink>.
2494 # If the admin defined the client-specific-tag circumvent-blocks,
2495 # and the request comes from a client that previously requested
2496 # the tag to be set, overrule all previous +block actions that
2497 # are enabled based on URL to CLIENT-TAG patterns.
2499 CLIENT-TAG:^circumvent-blocks$
2501 # This section is not overruled because it's located after
2503 {+block{Nobody is supposed to request this.}}
2504 example.org/blocked-example-page</screen>
2510 <!-- ~ End section ~ -->
2513 <!-- ~~~~~ New section ~~~~~ -->
2515 <sect2 id="actions">
2516 <title>Actions</title>
2518 All actions are disabled by default, until they are explicitly enabled
2519 somewhere in an actions file. Actions are turned on if preceded with a
2520 <quote>+</quote>, and turned off if preceded with a <quote>-</quote>. So a
2521 <literal>+action</literal> means <quote>do that action</quote>, e.g.
2522 <literal>+block</literal> means <quote>please block URLs that match the
2523 following patterns</quote>, and <literal>-block</literal> means <quote>don't
2524 block URLs that match the following patterns, even if <literal>+block</literal>
2525 previously applied.</quote>
2529 Again, actions are invoked by placing them on a line, enclosed in curly braces and
2530 separated by whitespace, like in
2531 <literal>{+some-action -some-other-action{some-parameter}}</literal>,
2532 followed by a list of URL patterns, one per line, to which they apply.
2533 Together, the actions line and the following pattern lines make up a section
2534 of the actions file.
2538 Actions fall into three categories:
2544 Boolean, i.e the action can only be <quote>enabled</quote> or
2545 <quote>disabled</quote>. Syntax:
2548 +<replaceable class="function">name</replaceable> # enable action <replaceable class="parameter">name</replaceable>
2549 -<replaceable class="function">name</replaceable> # disable action <replaceable class="parameter">name</replaceable></screen>
2551 Example: <literal>+handle-as-image</literal>
2558 Parameterized, where some value is required in order to enable this type of action.
2562 +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>} # enable action and set parameter to <replaceable class="parameter">param</replaceable>,
2563 # overwriting parameter from previous match if necessary
2564 -<replaceable class="function">name</replaceable> # disable action. The parameter can be omitted</screen>
2566 Note that if the URL matches multiple positive forms of a parameterized action,
2567 the last match wins, i.e. the params from earlier matches are simply ignored.
2570 Example: <literal>+hide-user-agent{Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070602 Firefox/2.0.0.4}</literal>
2576 Multi-value. These look exactly like parameterized actions,
2577 but they behave differently: If the action applies multiple times to the
2578 same URL, but with different parameters, <emphasis>all</emphasis> the parameters
2579 from <emphasis>all</emphasis> matches are remembered. This is used for actions
2580 that can be executed for the same request repeatedly, like adding multiple
2581 headers, or filtering through multiple filters. Syntax:
2584 +<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>} # enable action and add <replaceable class="parameter">param</replaceable> to the list of parameters
2585 -<replaceable class="function">name</replaceable>{<replaceable class="parameter">param</replaceable>} # remove the parameter <replaceable class="parameter">param</replaceable> from the list of parameters
2586 # If it was the last one left, disable the action.
2587 <replaceable class="parameter">-name</replaceable> # disable this action completely and remove all parameters from the list</screen>
2589 Examples: <literal>+add-header{X-Fun-Header: Some text}</literal> and
2590 <literal>+filter{html-annoyances}</literal>
2597 If nothing is specified in any actions file, no <quote>actions</quote> are
2598 taken. So in this case <application>Privoxy</application> would just be a
2599 normal, non-blocking, non-filtering proxy. You must specifically enable the
2600 privacy and blocking features you need (although the provided default actions
2601 files will give a good starting point).
2605 Later defined action sections always over-ride earlier ones of the same type.
2606 So exceptions to any rules you make, should come in the latter part of the file (or
2607 in a file that is processed later when using multiple actions files such
2608 as <filename>user.action</filename>). For multi-valued actions, the actions
2609 are applied in the order they are specified. Actions files are processed in
2610 the order they are defined in <filename>config</filename> (the default
2611 installation has three actions files). It also quite possible for any given
2612 URL to match more than one <quote>pattern</quote> (because of wildcards and
2613 regular expressions), and thus to trigger more than one set of actions! Last
2617 <!-- start actions listing -->
2619 The list of valid <application>Privoxy</application> actions are:
2623 <!-- ********************************************************** -->
2624 <!-- Please note the below defined actions use id's that are -->
2625 <!-- probably linked from other places, so please don't change. -->
2627 <!-- ********************************************************** -->
2630 <!-- ~~~~~ New section ~~~~~ -->
2632 <sect3 renderas="sect4" id="add-header">
2633 <title>add-header</title>
2637 <term>Typical use:</term>
2639 <para>Confuse log analysis, custom applications</para>
2644 <term>Effect:</term>
2647 Sends a user defined HTTP header to the web server.
2654 <!-- boolean, parameterized, Multi-value -->
2656 <para>Multi-value.</para>
2661 <term>Parameter:</term>
2664 Any string value is possible. Validity of the defined HTTP headers is not checked.
2665 It is recommended that you use the <quote><literal>X-</literal></quote> prefix
2675 This action may be specified multiple times, in order to define multiple
2676 headers. This is rarely needed for the typical user. If you don't know what
2677 <quote>HTTP headers</quote> are, you definitely don't need to worry about this
2681 Headers added by this action are not modified by other actions.
2687 <term>Example usage:</term>
2689 <screen># Add a DNT ("Do not track") header to all requests,
2690 # event to those that already have one.
2692 # This is just an example, not a recommendation.
2694 # There is no reason to believe that user-tracking websites care
2695 # about the DNT header and depending on the User-Agent, adding the
2696 # header may make user-tracking easier.
2697 {+add-header{DNT: 1}}
2705 <!-- ~~~~~ New section ~~~~~ -->
2706 <sect3 renderas="sect4" id="block">
2707 <title>block</title>
2711 <term>Typical use:</term>
2713 <para>Block ads or other unwanted content</para>
2718 <term>Effect:</term>
2721 Requests for URLs to which this action applies are blocked, i.e. the
2722 requests are trapped by &my-app; and the requested URL is never retrieved,
2723 but is answered locally with a substitute page or image, as determined by
2725 linkend="handle-as-image">handle-as-image</link></literal>,
2727 linkend="set-image-blocker">set-image-blocker</link></literal>, and
2729 linkend="handle-as-empty-document">handle-as-empty-document</link></literal> actions.
2737 <!-- boolean, parameterized, Multi-value -->
2739 <para>Parameterized.</para>
2744 <term>Parameter:</term>
2746 <para>A block reason that should be given to the user.</para>
2754 <application>Privoxy</application> sends a special <quote>BLOCKED</quote> page
2755 for requests to blocked pages. This page contains the block reason given as
2756 parameter, a link to find out why the block action applies, and a click-through
2757 to the blocked content (the latter only if the force feature is available and
2761 A very important exception occurs if <emphasis>both</emphasis>
2762 <literal>block</literal> and <literal><link linkend="handle-as-image">handle-as-image</link></literal>,
2763 apply to the same request: it will then be replaced by an image. If
2764 <literal><link linkend="set-image-blocker">set-image-blocker</link></literal>
2765 (see below) also applies, the type of image will be determined by its parameter,
2766 if not, the standard checkerboard pattern is sent.
2769 It is important to understand this process, in order
2770 to understand how <application>Privoxy</application> deals with
2771 ads and other unwanted content. Blocking is a core feature, and one
2772 upon which various other features depend.
2775 The <literal><link linkend="filter">filter</link></literal>
2776 action can perform a very similar task, by <quote>blocking</quote>
2777 banner images and other content through rewriting the relevant URLs in the
2778 document's HTML source, so they don't get requested in the first place.
2779 Note that this is a totally different technique, and it's easy to confuse the two.
2785 <term>Example usage (section):</term>
2787 <screen>{+block{No nasty stuff for you.}}
2788 # Block and replace with "blocked" page
2789 .nasty-stuff.example.com
2791 {+block{Doubleclick banners.} +handle-as-image}
2792 # Block and replace with image
2796 {+block{Layered ads.} +handle-as-empty-document}
2797 # Block and then ignore
2798 adserver.example.net/.*\.js$</screen>
2807 <!-- ~~~~~ New section ~~~~~ -->
2808 <sect3 renderas="sect4" id="change-x-forwarded-for">
2809 <title>change-x-forwarded-for</title>
2813 <term>Typical use:</term>
2815 <para>Improve privacy by not forwarding the source of the request in the HTTP headers.</para>
2820 <term>Effect:</term>
2823 Deletes the <quote>X-Forwarded-For:</quote> HTTP header from the client request,
2831 <!-- Boolean, Parameterized, Multi-value -->
2833 <para>Parameterized.</para>
2838 <term>Parameter:</term>
2842 <para><quote>block</quote> to delete the header.</para>
2846 <quote>add</quote> to create the header (or append
2847 the client's IP address to an already existing one).
2858 It is safe and recommended to use <literal>block</literal>.
2861 Forwarding the source address of the request may make
2862 sense in some multi-user setups but is also a privacy risk.
2867 <term>Example usage:</term>
2869 <screen>+change-x-forwarded-for{block}</screen>
2875 <!-- ~~~~~ New section ~~~~~ -->
2876 <sect3 renderas="sect4" id="client-header-filter">
2877 <title>client-header-filter</title>
2881 <term>Typical use:</term>
2884 Rewrite or remove single client headers.
2890 <term>Effect:</term>
2893 All client headers to which this action applies are filtered on-the-fly through
2894 the specified regular expression based substitutions.
2901 <!-- boolean, parameterized, Multi-value -->
2903 <para>Multi-value.</para>
2908 <term>Parameter:</term>
2911 The name of a client-header filter, as defined in one of the
2912 <link linkend="filter-file">filter files</link>.
2921 Client-header filters are applied to each header on its own, not to
2922 all at once. This makes it easier to diagnose problems, but on the downside
2923 you can't write filters that only change header x if header y's value is z.
2924 You can do that by using tags though.
2927 Client-header filters are executed after the other header actions have finished
2928 and use their output as input.
2931 If the request URI gets changed, &my-app; will detect that and use the new
2932 one. This can be used to rewrite the request destination behind the client's
2933 back, for example to specify a Tor exit relay for certain requests.
2936 Note that to change the destination host for
2937 <link linkend="HTTPS-INSPECTION">https-inspected</link>
2938 requests a protocol and host has to be added to the URI.
2941 If <link linkend="HTTPS-INSPECTION">https inspection</link>
2942 is enabled, the protocol can be downgraded from https to http
2943 but upgrading a request from http to https is currently not
2947 After detecting a rewrite, &my-app; does not update the actions
2948 used for the request based on the new host.
2951 Please refer to the <link linkend="filter-file">filter file chapter</link>
2952 to learn which client-header filters are available by default, and how to
2960 <term>Example usage (section):</term>
2963 # Hide Tor exit notation in Host and Referer Headers
2964 {+client-header-filter{hide-tor-exit-notation}}
2973 <!-- ~~~~~ New section ~~~~~ -->
2974 <sect3 renderas="sect4" id="client-body-filter">
2975 <title>client-body-filter</title>
2979 <term>Typical use:</term>
2982 Rewrite or remove client request body.
2988 <term>Effect:</term>
2991 All request bodies to which this action applies are filtered on-the-fly through
2992 the specified regular expression based substitutions.
2999 <!-- boolean, parameterized, Multi-value -->
3001 <para>Multi-value.</para>
3006 <term>Parameter:</term>
3009 The name of a client-body filter, as defined in one of the
3010 <link linkend="filter-file">filter files</link>.
3019 Please refer to the <link linkend="filter-file">filter file chapter</link>
3020 to learn how to create your own client-body filters.
3023 The distribution <filename>default.filter</filename> file contains a selection of
3024 client-body filters for example purposes.
3027 The amount of data that can be filtered is limited by the
3028 <literal><link linkend="buffer-limit">buffer-limit</link></literal>
3029 option in the main <link linkend="config">config file</link>. The
3030 default is 4096 KB (4 Megs). Once this limit is exceeded, the whole
3031 request body is passed through unfiltered.
3037 <term>Example usage (section):</term>
3040 # Remove "test" everywhere in the request body
3041 {+client-body-filter{remove-test}}
3051 <!-- ~~~~~ New section ~~~~~ -->
3052 <sect3 renderas="sect4" id="client-header-tagger">
3053 <title>client-header-tagger</title>
3057 <term>Typical use:</term>
3060 Block requests based on their headers.
3066 <term>Effect:</term>
3069 Client headers to which this action applies are filtered on-the-fly through
3070 the specified regular expression based substitutions, the result is used as
3078 <!-- boolean, parameterized, Multi-value -->
3080 <para>Multi-value.</para>
3085 <term>Parameter:</term>
3088 The name of a client-header tagger, as defined in one of the
3089 <link linkend="filter-file">filter files</link>.
3098 Client-header taggers are applied to each header on its own,
3099 and as the header isn't modified, each tagger <quote>sees</quote>
3103 Client-header taggers are the first actions that are executed
3104 and their tags can be used to control every other action.
3110 <term>Example usage (section):</term>
3113 # Tag every request with the User-Agent header
3114 {+client-header-tagger{user-agent}}
3117 # Tagging itself doesn't change the action
3118 # settings, sections with TAG patterns do:
3120 # If it's a download agent, use a different forwarding proxy,
3121 # show the real User-Agent and make sure resume works.
3122 {+forward-override{forward-socks5 10.0.0.2:2222 .} \
3123 -hide-if-modified-since \
3124 -overwrite-last-modified \
3129 TAG:^User-Agent: NetBSD-ftp/
3130 TAG:^User-Agent: Novell ZYPP Installer
3131 TAG:^User-Agent: RPM APT-HTTP/
3132 TAG:^User-Agent: fetch libfetch/
3133 TAG:^User-Agent: Ubuntu APT-HTTP/
3134 TAG:^User-Agent: MPlayer/
3138 # Tag all requests with the Range header set
3139 {+client-header-tagger{range-requests}}
3142 # Disable filtering for the tagged requests.
3144 # With filtering enabled Privoxy would remove the Range headers
3145 # to be able to filter the whole response. The downside is that
3146 # it prevents clients from resuming downloads or skipping over
3147 # parts of multimedia files.
3148 {-filter -deanimate-gifs}
3153 # Tag all requests with the client IP address
3155 # (Technically the client IP address isn't included in the
3156 # client headers but client-header taggers can set it anyway.
3157 # For details see the tagger in default.filter)
3158 {+client-header-tagger{client-ip-address}}
3161 # Change forwarding settings for requests coming from address 10.0.0.1
3162 {+forward-override{forward-socks5 127.0.1.2:2222 .}}
3163 TAG:^IP-ADDRESS: 10\.0\.0\.1$
3172 <!-- ~~~~~ New section ~~~~~ -->
3173 <sect3 renderas="sect4" id="content-type-overwrite">
3174 <title>content-type-overwrite</title>
3178 <term>Typical use:</term>
3180 <para>Stop useless download menus from popping up, or change the browser's rendering mode</para>
3185 <term>Effect:</term>
3188 Replaces the <quote>Content-Type:</quote> HTTP server header.
3195 <!-- Boolean, Parameterized, Multi-value -->
3197 <para>Parameterized.</para>
3202 <term>Parameter:</term>
3214 The <quote>Content-Type:</quote> HTTP server header is used by the
3215 browser to decide what to do with the document. The value of this
3216 header can cause the browser to open a download menu instead of
3217 displaying the document by itself, even if the document's format is
3218 supported by the browser.
3221 The declared content type can also affect which rendering mode
3222 the browser chooses. If XHTML is delivered as <quote>text/html</quote>,
3223 many browsers treat it as yet another broken HTML document.
3224 If it is send as <quote>application/xml</quote>, browsers with
3225 XHTML support will only display it, if the syntax is correct.
3228 If you see a web site that proudly uses XHTML buttons, but sets
3229 <quote>Content-Type: text/html</quote>, you can use &my-app;
3230 to overwrite it with <quote>application/xml</quote> and validate
3231 the web master's claim inside your XHTML-supporting browser.
3232 If the syntax is incorrect, the browser will complain loudly.
3235 You can also go the opposite direction: if your browser prints
3236 error messages instead of rendering a document falsely declared
3237 as XHTML, you can overwrite the content type with
3238 <quote>text/html</quote> and have it rendered as broken HTML document.
3241 By default <literal>content-type-overwrite</literal> only replaces
3242 <quote>Content-Type:</quote> headers that look like some kind of text.
3243 If you want to overwrite it unconditionally, you have to combine it with
3244 <literal><link linkend="force-text-mode">force-text-mode</link></literal>.
3245 This limitation exists for a reason, think twice before circumventing it.
3248 Most of the time it's easier to replace this action with a custom
3249 <literal><link linkend="server-header-filter">server-header filter</link></literal>.
3250 It allows you to activate it for every document of a certain site and it will still
3251 only replace the content types you aimed at.
3254 Of course you can apply <literal>content-type-overwrite</literal>
3255 to a whole site and then make URL based exceptions, but it's a lot
3256 more work to get the same precision.
3262 <term>Example usage (sections):</term>
3264 <screen># Check if www.example.net/ really uses valid XHTML
3265 { +content-type-overwrite{application/xml} }
3268 # but leave the content type unmodified if the URL looks like a style sheet
3269 {-content-type-overwrite}
3270 www.example.net/.*\.css$
3271 www.example.net/.*style
3279 <!-- ~~~~~ New section ~~~~~ -->
3280 <sect3 renderas="sect4" id="crunch-client-header">
3284 <title>crunch-client-header</title>
3288 <term>Typical use:</term>
3290 <para>Remove a client header <application>Privoxy</application> has no dedicated action for.</para>
3295 <term>Effect:</term>
3298 Deletes every header sent by the client that contains the string the user supplied as parameter.
3305 <!-- Boolean, Parameterized, Multi-value -->
3307 <para>Parameterized.</para>
3312 <term>Parameter:</term>
3324 This action allows you to block client headers for which no dedicated
3325 <application>Privoxy</application> action exists.
3326 <application>Privoxy</application> will remove every client header that
3327 contains the string you supplied as parameter.
3330 Regular expressions are <emphasis>not supported</emphasis> and you can't
3331 use this action to block different headers in the same request, unless
3332 they contain the same string.
3335 <literal>crunch-client-header</literal> is only meant for quick tests.
3336 If you have to block several different headers, or only want to modify
3337 parts of them, you should use a
3338 <literal><link linkend="client-header-filter">client-header filter</link></literal>.
3342 Don't block any header without understanding the consequences.
3349 <term>Example usage (section):</term>
3351 <screen># Block the non-existent "Privacy-Violation:" client header
3352 { +crunch-client-header{Privacy-Violation:} }
3361 <!-- ~~~~~ New section ~~~~~ -->
3362 <sect3 renderas="sect4" id="crunch-if-none-match">
3363 <title>crunch-if-none-match</title>
3369 <term>Typical use:</term>
3371 <para>Prevent yet another way to track the user's steps between sessions.</para>
3376 <term>Effect:</term>
3379 Deletes the <quote>If-None-Match:</quote> HTTP client header.
3386 <!-- Boolean, Parameterized, Multi-value -->
3388 <para>Boolean.</para>
3393 <term>Parameter:</term>
3405 Removing the <quote>If-None-Match:</quote> HTTP client header
3406 is useful for filter testing, where you want to force a real
3407 reload instead of getting status code <quote>304</quote> which
3408 would cause the browser to use a cached copy of the page.
3411 It is also useful to make sure the header isn't used as a cookie
3412 replacement (unlikely but possible).
3415 Blocking the <quote>If-None-Match:</quote> header shouldn't cause any
3416 caching problems, as long as the <quote>If-Modified-Since:</quote> header
3417 isn't blocked or missing as well.
3420 It is recommended to use this action together with
3421 <literal><link linkend="hide-if-modified-since">hide-if-modified-since</link></literal>
3423 <literal><link linkend="overwrite-last-modified">overwrite-last-modified</link></literal>.
3429 <term>Example usage (section):</term>
3431 <screen># Let the browser revalidate cached documents but don't
3432 # allow the server to use the revalidation headers for user tracking.
3433 {+hide-if-modified-since{-60} \
3434 +overwrite-last-modified{randomize} \
3435 +crunch-if-none-match}
3444 <!-- ~~~~~ New section ~~~~~ -->
3445 <sect3 renderas="sect4" id="crunch-incoming-cookies">
3446 <title>crunch-incoming-cookies</title>
3450 <term>Typical use:</term>
3453 Prevent the web server from setting HTTP cookies on your system
3459 <term>Effect:</term>
3462 Deletes any <quote>Set-Cookie:</quote> HTTP headers from server replies.
3469 <!-- Boolean, Parameterized, Multi-value -->
3471 <para>Boolean.</para>
3476 <term>Parameter:</term>
3488 This action is only concerned with <emphasis>incoming</emphasis> HTTP cookies. For
3489 <emphasis>outgoing</emphasis> HTTP cookies, use
3490 <literal><link linkend="crunch-outgoing-cookies">crunch-outgoing-cookies</link></literal>.
3491 Use <emphasis>both</emphasis> to disable HTTP cookies completely.
3494 It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3495 with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3496 since it would prevent the session cookies from being set. See also
3497 <literal><link linkend="filter-content-cookies">filter-content-cookies</link></literal>.
3503 <term>Example usage:</term>
3505 <screen>+crunch-incoming-cookies</screen>
3512 <!-- ~~~~~ New section ~~~~~ -->
3513 <sect3 renderas="sect4" id="crunch-server-header">
3514 <title>crunch-server-header</title>
3520 <term>Typical use:</term>
3522 <para>Remove a server header <application>Privoxy</application> has no dedicated action for.</para>
3527 <term>Effect:</term>
3530 Deletes every header sent by the server that contains the string the user supplied as parameter.
3537 <!-- Boolean, Parameterized, Multi-value -->
3539 <para>Parameterized.</para>
3544 <term>Parameter:</term>
3556 This action allows you to block server headers for which no dedicated
3557 <application>Privoxy</application> action exists. <application>Privoxy</application>
3558 will remove every server header that contains the string you supplied as parameter.
3561 Regular expressions are <emphasis>not supported</emphasis> and you can't
3562 use this action to block different headers in the same request, unless
3563 they contain the same string.
3566 <literal>crunch-server-header</literal> is only meant for quick tests.
3567 If you have to block several different headers, or only want to modify
3568 parts of them, you should use a custom
3569 <literal><link linkend="server-header-filter">server-header filter</link></literal>.
3573 Don't block any header without understanding the consequences.
3580 <term>Example usage (section):</term>
3582 <screen># Crunch server headers that try to prevent caching
3583 { +crunch-server-header{no-cache} }
3592 <!-- ~~~~~ New section ~~~~~ -->
3593 <sect3 renderas="sect4" id="crunch-outgoing-cookies">
3594 <title>crunch-outgoing-cookies</title>
3598 <term>Typical use:</term>
3601 Prevent the web server from reading any HTTP cookies from your system
3607 <term>Effect:</term>
3610 Deletes any <quote>Cookie:</quote> HTTP headers from client requests.
3617 <!-- Boolean, Parameterized, Multi-value -->
3619 <para>Boolean.</para>
3624 <term>Parameter:</term>
3636 This action is only concerned with <emphasis>outgoing</emphasis> HTTP cookies. For
3637 <emphasis>incoming</emphasis> HTTP cookies, use
3638 <literal><link linkend="crunch-incoming-cookies">crunch-incoming-cookies</link></literal>.
3639 Use <emphasis>both</emphasis> to disable HTTP cookies completely.
3642 It makes <emphasis>no sense at all</emphasis> to use this action in conjunction
3643 with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action,
3644 since it would prevent the session cookies from being read.
3650 <term>Example usage:</term>
3652 <screen>+crunch-outgoing-cookies</screen>
3660 <!-- ~~~~~ New section ~~~~~ -->
3661 <sect3 renderas="sect4" id="deanimate-gifs">
3662 <title>deanimate-gifs</title>
3666 <term>Typical use:</term>
3668 <para>Stop those annoying, distracting animated GIF images.</para>
3673 <term>Effect:</term>
3676 De-animate GIF animations, i.e. reduce them to their first or last image.
3683 <!-- boolean, parameterized, Multi-value -->
3685 <para>Parameterized.</para>
3690 <term>Parameter:</term>
3693 <quote>last</quote> or <quote>first</quote>
3702 This will also shrink the images considerably (in bytes, not pixels!). If
3703 the option <quote>first</quote> is given, the first frame of the animation
3704 is used as the replacement. If <quote>last</quote> is given, the last
3705 frame of the animation is used instead, which probably makes more sense for
3706 most banner animations, but also has the risk of not showing the entire
3707 last frame (if it is only a delta to an earlier frame).
3710 You can safely use this action with patterns that will also match non-GIF
3711 objects, because no attempt will be made at anything that doesn't look like
3718 <term>Example usage:</term>
3720 <screen>+deanimate-gifs{last}</screen>
3727 <!-- ~~~~~ New section ~~~~~ -->
3728 <sect3 renderas="sect4" id="delay-response">
3729 <title>delay-response</title>
3733 <term>Typical use:</term>
3735 <para>Delay responses to the client to reduce the load</para>
3740 <term>Effect:</term>
3743 Delays responses to the client by sending the response in ca. 10 byte chunks.
3750 <!-- boolean, parameterized, Multi-value -->
3752 <para>Parameterized.</para>
3757 <term>Parameter:</term>
3760 <quote>Number of milliseconds</quote>
3769 Sometimes when JavaScript code is used to fetch advertisements
3770 it doesn't respect Privoxy's blocks and retries to fetch the
3771 same resource again causing unnecessary load on the client.
3774 This action delays responses to the client and can be combined
3775 with <literal><link linkend="block">blocks</link></literal>
3776 to slow down the JavaScript code, thus reducing
3777 the load on the client.
3780 When used without <literal><link linkend="block">blocks</link></literal>
3781 the action can also be used to simulate a slow internet connection.
3787 <term>Example usage:</term>
3789 <screen>+delay-response{100}</screen>
3796 <!-- ~~~~~ New section ~~~~~ -->
3797 <sect3 renderas="sect4" id="downgrade-http-version">
3798 <title>downgrade-http-version</title>
3802 <term>Typical use:</term>
3804 <para>Work around (very rare) problems with HTTP/1.1</para>
3809 <term>Effect:</term>
3812 Downgrades HTTP/1.1 client requests and server replies to HTTP/1.0.
3819 <!-- boolean, parameterized, Multi-value -->
3821 <para>Boolean.</para>
3826 <term>Parameter:</term>
3838 This is a left-over from the time when <application>Privoxy</application>
3839 didn't support important HTTP/1.1 features well. It is left here for the
3840 unlikely case that you experience HTTP/1.1-related problems with some server
3844 Note that enabling this action is only a workaround. It should not
3845 be enabled for sites that work without it. While it shouldn't break
3846 any pages, it has an (usually negative) performance impact.
3849 If you come across a site where enabling this action helps, please report it,
3850 so the cause of the problem can be analyzed. If the problem turns out to be
3851 caused by a bug in <application>Privoxy</application> it should be
3852 fixed so the following release works without the work around.
3858 <term>Example usage (section):</term>
3860 <screen>{+downgrade-http-version}
3861 problem-host.example.com</screen>
3869 <!-- ~~~~~ New section ~~~~~ -->
3870 <sect3 renderas="sect4" id="external-filter">
3871 <title>external-filter</title>
3875 <term>Typical use:</term>
3877 <para>Modify content using a programming language of your choice.</para>
3882 <term>Effect:</term>
3885 All instances of text-based type, most notably HTML and JavaScript, to which
3886 this action applies, can be filtered on-the-fly through the specified external
3888 By default plain text documents are exempted from filtering, because web
3889 servers often use the <literal>text/plain</literal> MIME type for all files
3890 whose type they don't know.)
3897 <!-- boolean, parameterized, Multi-value -->
3899 <para>Multi-value.</para>
3904 <term>Parameter:</term>
3907 The name of an external content filter, as defined in the
3908 <link linkend="filter-file">filter file</link>.
3909 External filters can be defined in one or more files as defined by the
3910 <literal><link linkend="filterfile">filterfile</link></literal>
3911 option in the <link linkend="config">config file</link>.
3914 When used in its negative form,
3915 and without parameters, <emphasis>all</emphasis> filtering with external
3916 filters is completely disabled.
3925 External filters are scripts or programs that can modify the content in
3926 case common <literal><link linkend="filter">filters</link></literal>
3927 aren't powerful enough. With the exception that this action doesn't
3928 use pcrs-based filters, the notes in the
3929 <literal><link linkend="filter">filter</link></literal> section apply.
3933 Currently external filters are executed with &my-app;'s privileges.
3934 Only use external filters you understand and trust.
3938 This feature is experimental, the <literal><link
3939 linkend="external-filter-syntax">syntax</link></literal>
3940 may change in the future.
3947 <term>Example usage:</term>
3949 <screen>+external-filter{fancy-filter}</screen>
3955 <!-- ~~~~~ New section ~~~~~ -->
3956 <sect3 renderas="sect4" id="fast-redirects">
3957 <title>fast-redirects</title>
3961 <term>Typical use:</term>
3963 <para>Fool some click-tracking scripts and speed up indirect links.</para>
3968 <term>Effect:</term>
3971 Detects redirection URLs and redirects the browser without contacting
3972 the redirection server first.
3979 <!-- boolean, parameterized, Multi-value -->
3981 <para>Parameterized.</para>
3986 <term>Parameter:</term>
3991 <quote>simple-check</quote> to just search for the string <quote>http://</quote>
3992 to detect redirection URLs.
3997 <quote>check-decoded-url</quote> to decode URLs (if necessary) before searching
3998 for redirection URLs.
4009 Many sites, like yahoo.com, don't just link to other sites. Instead, they
4010 will link to some script on their own servers, giving the destination as a
4011 parameter, which will then redirect you to the final target. URLs
4012 resulting from this scheme typically look like:
4013 <quote>http://www.example.org/click-tracker.cgi?target=http%3a//www.example.net/</quote>.
4016 Sometimes, there are even multiple consecutive redirects encoded in the
4017 URL. These redirections via scripts make your web browsing more traceable,
4018 since the server from which you follow such a link can see where you go
4019 to. Apart from that, valuable bandwidth and time is wasted, while your
4020 browser asks the server for one redirect after the other. Plus, it feeds
4024 This feature is currently not very smart and is scheduled for improvement.
4025 If it is enabled by default, you will have to create some exceptions to
4026 this action. It can lead to failures in several ways:
4029 Not every URLs with other URLs as parameters is evil.
4030 Some sites offer a real service that requires this information to work.
4031 For example a validation service needs to know, which document to validate.
4032 <literal>fast-redirects</literal> assumes that every URL parameter that
4033 looks like another URL is a redirection target, and will always redirect to
4034 the last one. Most of the time the assumption is correct, but if it isn't,
4035 the user gets redirected anyway.
4038 Another failure occurs if the URL contains other parameters after the URL parameter.
4040 <quote>http://www.example.org/?redirect=http%3a//www.example.net/&foo=bar</quote>.
4041 contains the redirection URL <quote>http://www.example.net/</quote>,
4042 followed by another parameter. <literal>fast-redirects</literal> doesn't know that
4043 and will cause a redirect to <quote>http://www.example.net/&foo=bar</quote>.
4044 Depending on the target server configuration, the parameter will be silently ignored
4045 or lead to a <quote>page not found</quote> error. You can prevent this problem by
4046 first using the <literal><link linkend="redirect">redirect</link></literal> action
4047 to remove the last part of the URL, but it requires a little effort.
4050 To detect a redirection URL, <literal>fast-redirects</literal> only
4051 looks for the string <quote>http://</quote>, either in plain text
4052 (invalid but often used) or encoded as <quote>http%3a//</quote>.
4053 Some sites use their own URL encoding scheme, encrypt the address
4054 of the target server or replace it with a database id. In these cases
4055 <literal>fast-redirects</literal> is fooled and the request reaches the
4056 redirection server where it probably gets logged.
4062 <term>Example usage:</term>
4065 { +fast-redirects{simple-check} }
4068 { +fast-redirects{check-decoded-url} }
4069 another.example.com/testing</screen>
4077 <!-- ~~~~~ New section ~~~~~ -->
4078 <sect3 renderas="sect4" id="filter">
4079 <title>filter</title>
4083 <term>Typical use:</term>
4085 <para>Get rid of HTML and JavaScript annoyances, banner advertisements (by size),
4086 do fun text replacements, add personalized effects, etc.</para>
4091 <term>Effect:</term>
4094 All instances of text-based type, most notably HTML and JavaScript, to which
4095 this action applies, can be filtered on-the-fly through the specified regular
4096 expression based substitutions. (Note: as of version 3.0.3 plain text documents
4097 are exempted from filtering, because web servers often use the
4098 <literal>text/plain</literal> MIME type for all files whose type they don't know.)
4105 <!-- boolean, parameterized, Multi-value -->
4107 <para>Multi-value.</para>
4112 <term>Parameter:</term>
4115 The name of a content filter, as defined in the <link linkend="filter-file">filter file</link>.
4116 Filters can be defined in one or more files as defined by the
4117 <literal><link linkend="filterfile">filterfile</link></literal>
4118 option in the <link linkend="config">config file</link>.
4119 <filename>default.filter</filename> is the collection of filters
4120 supplied by the developers. Locally defined filters should go
4121 in their own file, such as <filename>user.filter</filename>.
4124 When used in its negative form,
4125 and without parameters, <emphasis>all</emphasis> filtering is completely disabled.
4134 For your convenience, there are a number of pre-defined filters available
4135 in the distribution filter file that you can use. See the examples below for
4139 Filtering requires buffering the page content, which may appear to
4140 slow down page rendering since nothing is displayed until all content has
4141 passed the filters. (The total time until the page is completely rendered
4142 doesn't change much, but it may be perceived as slower since the page is
4143 not incrementally displayed.)
4144 This effect will be more noticeable on slower connections.
4147 <quote>Rolling your own</quote>
4148 filters requires a knowledge of
4149 <ulink url="https://en.wikipedia.org/wiki/Regular_expressions"><quote>Regular
4150 Expressions</quote></ulink> and
4151 <ulink url="https://en.wikipedia.org/wiki/Html"><quote>HTML</quote></ulink>.
4152 This is very powerful feature, and potentially very intrusive.
4153 Filters should be used with caution, and where an equivalent
4154 <quote>action</quote> is not available.
4157 The amount of data that can be filtered is limited by the
4158 <literal><link linkend="buffer-limit">buffer-limit</link></literal>
4159 option in the main <link linkend="config">config file</link>. The
4160 default is 4096 KB (4 Megs). Once this limit is exceeded, the buffered
4161 data, and all pending data, is passed through unfiltered.
4164 Inappropriate MIME types, such as zipped files, are not filtered at all.
4165 (Again, only text-based types except plain text). Encrypted SSL data
4166 (from HTTPS servers) cannot be filtered either, since this would violate
4167 the integrity of the secure transaction. In some situations it might
4168 be necessary to protect certain text, like source code, from filtering
4169 by defining appropriate <literal>-filter</literal> exceptions.
4172 Compressed content can't be filtered either, but if &my-app;
4173 is compiled with zlib support and a supported compression algorithm
4174 is used (gzip or deflate), &my-app; can first decompress the content
4178 If you use a &my-app; version without zlib support, but want filtering to work on
4179 as much documents as possible, even those that would normally be sent compressed,
4180 you must use the <literal><link linkend="prevent-compression">prevent-compression</link></literal>
4181 action in conjunction with <literal>filter</literal>.
4184 Content filtering can achieve some of the same effects as the
4185 <literal><link linkend="block">block</link></literal>
4186 action, i.e. it can be used to block ads and banners. But the mechanism
4187 works quite differently. One effective use, is to block ad banners
4188 based on their size (see below), since many of these seem to be somewhat
4192 <link linkend="contact">Feedback</link> with suggestions for new or
4193 improved filters is particularly welcome!
4196 The below list has only the names and a one-line description of each
4197 predefined filter. There are <link linkend="predefined-filters">more
4198 verbose explanations</link> of what these filters do in the <link
4199 linkend="filter-file">filter file chapter</link>.
4205 <term>Example usage (with filters from the distribution <filename>default.filter</filename> file).
4206 See <link linkend="PREDEFINED-FILTERS">the Predefined Filters section</link> for
4207 more explanation on each:</term>
4210 <anchor id="filter-js-annoyances">
4212 <screen>+filter{js-annoyances} # Get rid of particularly annoying JavaScript abuse.</screen>
4214 <anchor id="filter-js-events">
4216 <screen>+filter{js-events} # Kill JavaScript event bindings and timers (Radically destructive! Only for extra nasty sites).</screen>
4218 <anchor id="filter-html-annoyances">
4220 <screen>+filter{html-annoyances} # Get rid of particularly annoying HTML abuse.</screen>
4222 <anchor id="filter-content-cookies">
4224 <screen>+filter{content-cookies} # Kill cookies that come in the HTML or JS content.</screen>
4226 <anchor id="filter-refresh-tags">
4228 <screen>+filter{refresh-tags} # Kill automatic refresh tags if refresh time is larger than 9 seconds.</screen>
4230 <anchor id="filter-unsolicited-popups">
4232 <screen>+filter{unsolicited-popups} # Disable only unsolicited pop-up windows.</screen>
4234 <anchor id="filter-all-popups">
4236 <screen>+filter{all-popups} # Kill all popups in JavaScript and HTML.</screen>
4238 <anchor id="filter-img-reorder">
4240 <screen>+filter{img-reorder} # Reorder attributes in <img> tags to make the banners-by-* filters more effective.</screen>
4242 <anchor id="filter-banners-by-size">
4244 <screen>+filter{banners-by-size} # Kill banners by size.</screen>
4246 <anchor id="filter-banners-by-link">
4248 <screen>+filter{banners-by-link} # Kill banners by their links to known clicktrackers.</screen>
4250 <anchor id="filter-webbugs">
4252 <screen>+filter{webbugs} # Squish WebBugs (1x1 invisible GIFs used for user tracking).</screen>
4254 <anchor id="filter-tiny-textforms">
4256 <screen>+filter{tiny-textforms} # Extend those tiny textareas up to 40x80 and kill the hard wrap.</screen>
4258 <anchor id="filter-jumping-windows">
4260 <screen>+filter{jumping-windows} # Prevent windows from resizing and moving themselves.</screen>
4262 <anchor id="filter-frameset-borders">
4264 <screen>+filter{frameset-borders} # Give frames a border and make them resizable.</screen>
4266 <anchor id="filter-iframes">
4268 <screen>+filter{iframes} # Removes all detected iframes. Should only be enabled for individual sites.</screen>
4270 <anchor id="filter-demoronizer">
4272 <screen>+filter{demoronizer} # Fix MS's non-standard use of standard charsets.</screen>
4274 <anchor id="filter-shockwave-flash">
4276 <screen>+filter{shockwave-flash} # Kill embedded Shockwave Flash objects.</screen>
4278 <anchor id="filter-quicktime-kioskmode">
4280 <screen>+filter{quicktime-kioskmode} # Make Quicktime movies saveable.</screen>
4282 <anchor id="filter-fun">
4284 <screen>+filter{fun} # Text replacements for subversive browsing fun!</screen>
4286 <anchor id="filter-crude-parental">
4288 <screen>+filter{crude-parental} # Crude parental filtering. Note that this filter doesn't work reliably.</screen>
4290 <anchor id="filter-ie-exploits">
4292 <screen>+filter{ie-exploits} # Disable some known Internet Explorer bug exploits.</screen>
4294 <anchor id="filter-site-specifics">
4296 <screen>+filter{site-specifics} # Cure for site-specific problems. Don't apply generally!</screen>
4298 <anchor id="filter-no-ping">
4300 <screen>+filter{no-ping} # Removes non-standard ping attributes in <a> and <area> tags.</screen>
4302 <anchor id="filter-github">