X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config;h=9fc236651dcf300dfdf990436886315cdc0e0458;hp=4b806d2671f4483af006866aa6fca1913e01d502;hb=745615ada539f3171f2951440b01a10af61b83b2;hpb=116bd937eb14cbc008aabfbfacf7e4fae45f458c diff --git a/config b/config index 4b806d26..9fc23665 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ -# Sample Configuration File for Privoxy v3.1.1 +# Sample Configuration File for Privoxy v3.0.x # -# Copyright (C) 2001, 2002 Privoxy Developers http://privoxy.org +# Copyright (C) 2001-2004 Privoxy Developers http://privoxy.org # -# $Id: config,v 1.40 2002/09/05 16:36:44 hal9 Exp $ +# $Id: config,v 1.48 2006/08/03 02:46:41 david__schmidt Exp $ # #################################################################### # # @@ -182,7 +182,7 @@ actionsfile user # User customizations # # Specifies: # -# The filter file to use +# The filter file(s) to use # # Type of value: # @@ -199,21 +199,23 @@ actionsfile user # User customizations # # Notes: # -# The filter file contains content modification rules that use +# The filter files contain content modification rules that use # regular expressions. These rules permit powerful changes on the # content of Web pages, e.g., you could disable your favorite # JavaScript annoyances, re-write the actual displayed text, -# or just have some fun replacing "Microsoft" with "MicroSuck" -# wherever it appears on a Web page. +# or just have some fun playing buzzword bingo with a web page. # # The +filter{name} actions rely on the relevant filter (name) -# to be defined in the filter file! +# to be defined in a filter file! # # A pre-defined filter file called default.filter that contains # a bunch of handy filters for common problems is included in the # distribution. See the section on the filter action for a list. -# +# When adding your own, it is recommended you add them to the +# user.filter file. +# filterfile default.filter +#filterfile user.filter # # 1.5. logfile @@ -384,11 +386,20 @@ jarfile jarfile # # Unix, in local filesystem: # -# user-manual file:///usr/share/doc/privoxy-2.9.18/user-manual/ +# user-manual file:///usr/share/doc/privoxy-3.0.1/user-manual/index.html +# +# Windows, in local filesystem, must use forward slash notation, +# and %20 to denote spaces in path names: +# +# user-manual file:///c:/some%20dir/privoxy/user-manual/index.html +# +# Windows, UNC notation (forward slashes required again): +# +# user-manual file://///some-server/some-path/privoxy/user-manual/index.html # # Any platform, on local webserver (called "local-webserver"): # -# user-manual http://local-webserver/privoxy-user-manual/ +# user-manual http://local-webserver/privoxy-user-manual/ # # WARNING!!! # @@ -649,7 +660,7 @@ debug 8192 # Errors - *we highly recommended enabling this* # # listen-address 192.168.0.1:8118 # -listen-address 127.0.0.1:8118 +listen-address :8118 # # 4.2. toggle