1 # Sample Configuration File for Privoxy v3.1.1
3 # Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org
5 # $Id: config,v 1.42 2002/12/28 04:10:21 david__schmidt Exp $
7 ####################################################################
12 # II. FORMAT OF THE CONFIGURATION FILE #
14 # 1. CONFIGURATION AND LOG FILE LOCATIONS #
15 # 2. LOCAL SET-UP DOCUMENTATION #
17 # 4. ACCESS CONTROL AND SECURITY #
19 # 6. WINDOWS GUI OPTIONS #
21 ####################################################################
27 # This file holds the Privoxy configuration. If you modify this file,
28 # you will need to send a couple of requests to the proxy before any
29 # changes take effect.
31 # When starting Privoxy on Unix systems, give the name of this file as
32 # an argument. On Windows systems, Privoxy will look for this file
33 # with the name 'config.txt' in the same directory where Privoxy
37 # II. FORMAT OF THE CONFIGURATION FILE
38 # ====================================
40 # Configuration lines consist of an initial keyword followed by a
41 # list of values, all separated by whitespace (any number of spaces
42 # or tabs). For example,
44 # actionsfile default.action
46 # Indicates that the actionsfile is named 'default.action'.
48 # The '#' indicates a comment. Any part of a line following a '#'
49 # is ignored, except if the '#' is preceded by a '\'.
51 # Thus, by placing a # at the start of an existing configuration line,
52 # you can make it a comment and it will be treated as if it weren't
53 # there. This is called "commenting out" an option and can be useful.
55 # Note that commenting out and option and leaving it at its default
56 # are two completely different things! Most options behave very
57 # differently when unset. See the the "Effect if unset" explanation
58 # in each option's description for details.
60 # Long lines can be continued on the next line by using a `\' as the
65 # 1. CONFIGURATION AND LOG FILE LOCATIONS
66 # =======================================
68 # Privoxy can (and normally does) use a number of other files for
69 # additional configuration, help and logging. This section of the
70 # configuration file tells Privoxy where to find those other files.
72 # The user running Privoxy, must have read permission for all
73 # configuration files, and write permission to any files that would
74 # be modified, such as log files and actions files.
83 # The directory where the other configuration files are located
91 # /etc/privoxy (Unix) or Privoxy installation dir (Windows)
99 # No trailing "/", please
101 # When development goes modular and multi-user, the blocker,
102 # filter, and per-user config will be stored in subdirectories of
103 # "confdir". For now, the configuration directory structure is
104 # flat, except for confdir/templates, where the HTML templates
105 # for CGI output reside (e.g. Privoxy's 404 error page).
107 confdir /home/hal/ptmp/etc
115 # The directory where all logging takes place (i.e. where logfile
116 # and jarfile are located)
124 # /var/log/privoxy (Unix) or Privoxy installation dir (Windows)
132 # No trailing "/", please
134 logdir /home/hal/ptmp/var/log/privoxy
142 # The actions file(s) to use
146 # File name, relative to confdir, without the .action suffix
150 # standard # Internal purposes, no editing recommended
152 # default # Main actions file
154 # user # User customizations
158 # No actions are taken at all. Simple neutral proxying.
162 # Multiple actionsfile lines are permitted, and are in fact
165 # The default values include standard.action, which is used
166 # for internal purposes and should be loaded, default.action,
167 # which is the "main" actions file maintained by the developers,
168 # and user.action, where you can make your personal additions.
170 # Actions files are where all the per site and per URL
171 # configuration is done for ad blocking, cookie management,
172 # privacy considerations, etc. There is no point in using Privoxy
173 # without at least one actions file.
175 actionsfile standard # Internal purpose, recommended
176 actionsfile default # Main actions file
177 actionsfile user # User customizations
185 # The filter file to use
189 # File name, relative to confdir
193 # default.filter (Unix) or default.filter.txt (Windows)
197 # No textual content filtering takes place, i.e. all +filter{name}
198 # actions in the actions files are turned neutral.
202 # The filter file contains content modification rules that use
203 # regular expressions. These rules permit powerful changes on the
204 # content of Web pages, e.g., you could disable your favorite
205 # JavaScript annoyances, re-write the actual displayed text,
206 # or just have some fun replacing "Microsoft" with "MicroSuck"
207 # wherever it appears on a Web page.
209 # The +filter{name} actions rely on the relevant filter (name)
210 # to be defined in the filter file!
212 # A pre-defined filter file called default.filter that contains
213 # a bunch of handy filters for common problems is included in the
214 # distribution. See the section on the filter action for a list.
216 filterfile default.filter
224 # The log file to use
228 # File name, relative to logdir
232 # logfile (Unix) or privoxy.log (Windows)
236 # No log file is used, all log messages go to the console (STDERR).
240 # The logfile is where all logging and error messages are
241 # written. The level of detail and number of messages are set with
242 # the debug option (see below). The logfile can be useful for
243 # tracking down a problem with Privoxy (e.g., it's not blocking
244 # an ad you think it should block) but in most cases you probably
245 # will never look at it.
247 # Your logfile will grow indefinitely, and you will probably
248 # want to periodically remove it. On Unix systems, you can do
249 # this with a cron job (see "man cron"). For Red Hat, a logrotate
250 # script has been included.
252 # On SuSE Linux systems, you can place a line like
253 # "/var/log/privoxy.* +1024k 644 nobody.nogroup" in /etc/logfiles,
254 # with the effect that cron.daily will automatically archive,
255 # gzip, and empty the log, when it exceeds 1M size.
257 # Any log files must be writable by whatever user Privoxy is
258 # being run as (default on UNIX, user id is "privoxy").
268 # The file to store intercepted cookies in
272 # File name, relative to logdir
276 # jarfile (Unix) or privoxy.jar (Windows)
280 # Intercepted cookies are not stored at all.
284 # The jarfile may grow to ridiculous sizes over time.
294 # The trust file to use
298 # File name, relative to confdir
302 # Unset (commented out). When activated: trust (Unix) or trust.txt
307 # The whole trust mechanism is turned off.
311 # The trust mechanism is an experimental feature for building
312 # white-lists and should be used with care. It is NOT recommended
313 # for the casual user.
315 # If you specify a trust file, Privoxy will only allow access to
316 # sites that are named in the trustfile. You can also mark sites
317 # as trusted referrers (with +), with the effect that access
318 # to untrusted sites will be granted, if a link from a trusted
319 # referrer was used. The link target will then be added to the
320 # "trustfile". Possible applications include limiting Internet
321 # access for children.
323 # If you use + operator in the trust file, it may grow considerably
329 # 2. LOCAL SET-UP DOCUMENTATION
330 # =============================
332 # If you intend to operate Privoxy for more users than just yourself,
333 # it might be a good idea to let them know how to reach you, what
334 # you block and why you do that, your policies, etc.
343 # Location of the Privoxy User Manual.
347 # A fully qualified URI
355 # http://www.privoxy.org/version/user-manual/ will be used,
356 # where version is the Privoxy version.
360 # The User Manual URI is used for help links from some of the
361 # internal CGI pages. The manual itself is normally packaged
362 # with the binary distributions, so you probably want to set this
363 # to a locally installed copy. For multi-user setups, you could
364 # provide a copy on a local webserver for all your users and use
365 # the corresponding URL here.
369 # Unix, in local filesystem:
371 # user-manual file:///usr/share/doc/privoxy-2.9.18/user-manual/
373 # Any platform, on local webserver (called "local-webserver"):
375 # user-manual http://local-webserver/privoxy-user-manual/
379 # If set, this option should be the first option in the config
380 # file, because it is used while the config file is being read.
382 #user-manual http://www.privoxy.org/user-manual/
385 # 2.2. trust-info-url
386 # ===================
390 # A URL to be displayed in the error page that users will see if
391 # access to an untrusted page is denied.
399 # Two example URL are provided
403 # No links are displayed on the "untrusted" error page.
407 # The value of this option only matters if the experimental trust
408 # mechanism has been activated. (See trustfile above.)
410 # If you use the trust mechanism, it is a good idea to write
411 # up some on-line documentation about your trust policy and to
412 # specify the URL(s) here. Use multiple times for multiple URLs.
414 # The URL(s) should be added to the trustfile as well, so users
415 # don't end up locked out from the information on why they were
416 # locked out in the first place!
418 trust-info-url http://www.example.com/why_we_block.html
419 trust-info-url http://www.example.com/what_we_allow.html
427 # An email address to reach the proxy administrator.
439 # No email address is displayed on error pages and the CGI user
444 # If both admin-address and proxy-info-url are unset, the whole
445 # "Local Privoxy Support" box on all generated pages will not
448 #admin-address privoxy-admin@example.com
451 # 2.4. proxy-info-url
452 # ===================
456 # A URL to documentation about the local Privoxy setup,
457 # configuration or policies.
469 # No link to local documentation is displayed on error pages and
470 # the CGI user interface.
474 # If both admin-address and proxy-info-url are unset, the whole
475 # "Local Privoxy Support" box on all generated pages will not
478 # This URL shouldn't be blocked ;-)
480 #proxy-info-url http://www.example.com/proxy-service.html
486 # These options are mainly useful when tracing a problem. Note that
487 # you might also want to invoke Privoxy with the --no-daemon command
488 # line option when debugging.
497 # Key values that determine what information gets logged to
506 # 12289 (i.e.: URLs plus informational and warning messages)
510 # Nothing gets logged.
514 # The available debug levels are:
516 # debug 1 # show each GET/POST/CONNECT request
517 # debug 2 # show each connection status
518 # debug 4 # show I/O status
519 # debug 8 # show header parsing
520 # debug 16 # log all data into the logfile
521 # debug 32 # debug force feature
522 # debug 64 # debug regular expression filter
523 # debug 128 # debug fast redirects
524 # debug 256 # debug GIF de-animation
525 # debug 512 # Common Log Format
526 # debug 1024 # debug kill pop-ups
527 # debug 2048 # CGI user interface
528 # debug 4096 # Startup banner and warnings.
529 # debug 8192 # Non-fatal errors
531 # To select multiple debug levels, you can either add them or
532 # use multiple debug lines.
534 # A debug level of 1 is informative because it will show you each
535 # request as it happens. 1, 4096 and 8192 are highly recommended
536 # so that you will notice when things go wrong. The other levels
537 # are probably only of interest if you are hunting down a specific
538 # problem. They can produce a hell of an output (especially 16).
540 # The reporting of fatal errors (i.e. ones which crash Privoxy)
541 # is always on and cannot be disabled.
543 # If you want to use CLF (Common Log Format), you should set
544 # "debug 512" ONLY and not enable anything else.
546 debug 1 # show each GET/POST/CONNECT request
547 debug 4096 # Startup banner and warnings
548 debug 8192 # Errors - *we highly recommended enabling this*
551 # 3.2. single-threaded
552 # ====================
556 # Whether to run only one server thread
568 # Multi-threaded (or, where unavailable: forked) operation,
569 # i.e. the ability to serve multiple requests simultaneously.
573 # This option is only there for debug purposes and you should
574 # never need to use it. It will drastically reduce performance.
579 # 4. ACCESS CONTROL AND SECURITY
580 # ==============================
582 # This section of the config file controls the security-relevant
583 # aspects of Privoxy's configuration.
587 # 4.1. listen-address
588 # ===================
592 # The IP address and TCP port on which Privoxy will listen for
605 # Bind to 127.0.0.1 (localhost), port 8118. This is suitable and
606 # recommended for home users who run Privoxy on the same machine
611 # You will need to configure your browser(s) to this proxy address
614 # If you already have another service running on port 8118, or
615 # if you want to serve requests from other machines (e.g. on your
616 # local network) as well, you will need to override the default.
618 # If you leave out the IP address, Privoxy will bind to all
619 # interfaces (addresses) on your machine and may become reachable
620 # from the Internet. In that case, consider using access control
621 # lists (ACL's, see below), and/or a firewall.
623 # If you open Privoxy to untrusted users, you will also want
624 # to turn off the enable-edit-actions and enable-remote-toggle
629 # Suppose you are running Privoxy on a machine which has the
630 # address 192.168.0.1 on your local private network (192.168.0.0)
631 # and has another outside connection with a different address. You
632 # want it to serve requests from inside only:
634 # listen-address 192.168.0.1:8118
636 listen-address 127.0.0.1:8118
644 # Initial state of "toggle" status
656 # Act as if toggled on
660 # If set to 0, Privoxy will start in "toggled off" mode,
661 # i.e. behave like a normal, content-neutral proxy where all ad
662 # blocking, filtering, etc are disabled. See enable-remote-toggle
663 # below. This is not really useful anymore, since toggling is
664 # much easier via the web interface than via editing the conf file.
666 # The windows version will only display the toggle icon in the
667 # system tray if this option is present.
672 # 4.3. enable-remote-toggle
673 # =========================
677 # Whether or not the web-based toggle feature may be used
689 # The web-based toggle feature is disabled.
693 # When toggled off, Privoxy acts like a normal, content-neutral
694 # proxy, i.e. it acts as if none of the actions applied to
697 # For the time being, access to the toggle feature can not be
698 # controlled separately by "ACLs" or HTTP authentication, so that
699 # everybody who can access Privoxy (see "ACLs" and listen-address
700 # above) can toggle it for all users. So this option is not
701 # recommended for multi-user environments with untrusted users.
703 # Note that you must have compiled Privoxy with support for this
704 # feature, otherwise this option has no effect.
706 enable-remote-toggle 1
709 # 4.4. enable-edit-actions
710 # ========================
714 # Whether or not the web-based actions file editor may be used
726 # The web-based actions file editor is disabled.
730 # For the time being, access to the editor can not be controlled
731 # separately by "ACLs" or HTTP authentication, so that everybody
732 # who can access Privoxy (see "ACLs" and listen-address above)
733 # can modify its configuration for all users. So this option is
734 # not recommended for multi-user environments with untrusted users.
736 # Note that you must have compiled Privoxy with support for this
737 # feature, otherwise this option has no effect.
739 enable-edit-actions 1
742 # 4.5. ACLs: permit-access and deny-access
743 # ========================================
747 # Who can access what.
751 # src_addr[/src_masklen] [dst_addr[/dst_masklen]]
753 # Where src_addr and dst_addr are IP addresses in dotted decimal
754 # notation or valid DNS names, and src_masklen and dst_masklen are
755 # subnet masks in CIDR notation, i.e. integer values from 2 to 30
756 # representing the length (in bits) of the network address. The
757 # masks and the whole destination part are optional.
765 # Don't restrict access further than implied by listen-address
769 # Access controls are included at the request of ISPs and systems
770 # administrators, and are not usually needed by individual
771 # users. For a typical home user, it will normally suffice to
772 # ensure that Privoxy only listens on the localhost (127.0.0.1)
773 # or internal (home) network address by means of the listen-address
776 # Please see the warnings in the FAQ that this proxy is not
777 # intended to be a substitute for a firewall or to encourage
778 # anyone to defer addressing basic security weaknesses.
780 # Multiple ACL lines are OK. If any ACLs are specified, then
781 # the Privoxy talks only to IP addresses that match at least one
782 # permit-access line and don't match any subsequent deny-access
783 # line. In other words, the last match wins, with the default
786 # If Privoxy is using a forwarder (see forward below) for a
787 # particular destination URL, the dst_addr that is examined is
788 # the address of the forwarder and NOT the address of the ultimate
789 # target. This is necessary because it may be impossible for the
790 # local Privoxy to determine the IP address of the ultimate target
791 # (that's often what gateways are used for).
793 # You should prefer using IP addresses over DNS names, because
794 # the address lookups take time. All DNS names must resolve! You
795 # can not use domain patterns like "*.org" or partial domain
796 # names. If a DNS name resolves to multiple IP addresses, only
797 # the first one is used.
799 # Denying access to particular sites by ACL may have undesired
800 # side effects if the site in question is hosted on a machine
801 # which also hosts other sites.
805 # Explicitly define the default behavior if no ACL and
806 # listen-address are set: "localhost" is OK. The absence of a
807 # dst_addr implies that all destination addresses are OK:
809 # permit-access localhost
811 # Allow any host on the same class C subnet as www.privoxy.org
812 # access to nothing but www.example.com:
814 # permit-access www.privoxy.org/24 www.example.com/32
816 # Allow access from any host on the 26-bit subnet 192.168.45.64
817 # to anywhere, with the exception that 192.168.45.73 may not
818 # access www.dirty-stuff.example.com:
820 # permit-access 192.168.45.64/26
821 # deny-access 192.168.45.73 www.dirty-stuff.example.com
830 # Maximum size of the buffer for content filtering.
842 # Use a 4MB (4096 KB) limit.
846 # For content filtering, i.e. the +filter and +deanimate-gif
847 # actions, it is necessary that Privoxy buffers the entire document
848 # body. This can be potentially dangerous, since a server could
849 # just keep sending data indefinitely and wait for your RAM to
850 # exhaust -- with nasty consequences. Hence this option.
852 # When a document buffer size reaches the buffer-limit, it is
853 # flushed to the client unfiltered and no further attempt to filter
854 # the rest of the document is made. Remember that there may be
855 # multiple threads running, which might require up to buffer-limit
856 # Kbytes each, unless you have enabled "single-threaded" above.
864 # This feature allows routing of HTTP requests through a chain
865 # of multiple proxies. It can be used to better protect privacy
866 # and confidentiality when accessing specific domains by routing
867 # requests to those domains through an anonymous public proxy (see
868 # e.g. http://www.multiproxy.org/anon_list.htm) Or to use a caching
869 # proxy to speed up browsing. Or chaining to a parent proxy may be
870 # necessary because the machine that Privoxy runs on has no direct
873 # Also specified here are SOCKS proxies. Privoxy supports the SOCKS
874 # 4 and SOCKS 4A protocols.
883 # To which parent HTTP proxy specific requests should be routed.
887 # target_pattern http_parent[:port]
889 # where target_pattern is a URL pattern that specifies to which
890 # requests (i.e. URLs) this forward rule shall apply. Use /
891 # to denote "all URLs". http_parent[:port] is the DNS name or
892 # IP address of the parent HTTP proxy through which the requests
893 # should be forwarded, optionally followed by its listening port
894 # (default: 8080). Use a single dot (.) to denote "no forwarding".
902 # Don't use parent HTTP proxies.
906 # If http_parent is ".", then requests are not forwarded to
907 # another HTTP proxy but are made directly to the web servers.
909 # Multiple lines are OK, they are checked in sequence, and the
914 # Everything goes to an example anonymizing proxy, except SSL on
915 # port 443 (which it doesn't handle):
917 # forward / anon-proxy.example.org:8080
920 # Everything goes to our example ISP's caching proxy, except for
921 # requests to that ISP's sites:
923 # forward / caching-proxy.example-isp.net:8000
924 # forward .example-isp.net .
928 # 5.2. forward-socks4 and forward-socks4a
929 # =======================================
933 # Through which SOCKS proxy (and to which parent HTTP proxy)
934 # specific requests should be routed.
938 # target_pattern socks_proxy[:port] http_parent[:port]
940 # where target_pattern is a URL pattern that specifies to which
941 # requests (i.e. URLs) this forward rule shall apply. Use / to
942 # denote "all URLs". http_parent and socks_proxy are IP addresses
943 # in dotted decimal notation or valid DNS names (http_parent may
944 # be "." to denote "no HTTP forwarding"), and the optional port
945 # parameters are TCP ports, i.e. integer values from 1 to 64535
953 # Don't use SOCKS proxies.
957 # Multiple lines are OK, they are checked in sequence, and the
960 # The difference between forward-socks4 and forward-socks4a
961 # is that in the SOCKS 4A protocol, the DNS resolution of the
962 # target hostname happens on the SOCKS server, while in SOCKS 4
963 # it happens locally.
965 # If http_parent is ".", then requests are not forwarded to another
966 # HTTP proxy but are made (HTTP-wise) directly to the web servers,
967 # albeit through a SOCKS proxy.
971 # From the company example.com, direct connections are made to all
972 # "internal" domains, but everything outbound goes through their
973 # ISP's proxy by way of example.com's corporate SOCKS 4A gateway
976 # forward-socks4a / socks-gw.example.com:1080 www-cache.example-isp.net:8080
977 # forward .example.com .
979 # A rule that uses a SOCKS 4 gateway for all destinations but no
980 # HTTP parent looks like this:
982 # forward-socks4 / socks-gw.example.com:1080 .
986 # 6. WINDOWS GUI OPTIONS
987 # ======================
989 # Privoxy has a number of options specific to the Windows GUI
993 # If "activity-animation" is set to 1, the Privoxy icon will animate
994 # when "Privoxy" is active. To turn off, set to 0.
996 #activity-animation 1
998 # If "log-messages" is set to 1, Privoxy will log messages to the
1003 # If "log-buffer-size" is set to 1, the size of the log buffer,
1004 # i.e. the amount of memory used for the log messages displayed in
1005 # the console window, will be limited to "log-max-lines" (see below).
1007 # Warning: Setting this to 0 will result in the buffer to grow
1008 # infinitely and eat up all your memory!
1012 # log-max-lines is the maximum number of lines held in the log
1013 # buffer. See above.
1017 # If "log-highlight-messages" is set to 1, Privoxy will highlight
1018 # portions of the log messages with a bold-faced font:
1020 #log-highlight-messages 1
1022 # The font used in the console window:
1024 #log-font-name Comic Sans MS
1026 # Font size used in the console window:
1030 # "show-on-task-bar" controls whether or not Privoxy will appear as
1031 # a button on the Task bar when minimized:
1035 # If "close-button-minimizes" is set to 1, the Windows close button
1036 # will minimize Privoxy instead of closing the program (close with
1037 # the exit option on the File menu).
1039 #close-button-minimizes 1
1041 # The "hide-console" option is specific to the MS-Win console version
1042 # of Privoxy. If this option is used, Privoxy will disconnect from
1043 # and hide the command console.
1047 # The experimental "activity-console-address" option is used to
1048 # specify where statistical information should be sent for monitoring
1049 # by the activity console.
1051 #activity-console-address 127.0.0.1:8119
1053 # The experimental "activity-console-update-freq" option is used to
1054 # specify how often (in seconds) statistics should be forwarded to the
1057 #activity-console-update-freq 5