X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config;h=9d9795481966bc1990e4c114ee77a29792568b5f;hb=877775c3a5e85ad1b3a82f8b470258cc60a18af7;hp=a33beb3eef1c98633affc4707191bd194af3e6cf;hpb=b5c1077ef4cf0c7c84659566ebff29e73f47f62e;p=privoxy.git diff --git a/config b/config index a33beb3e..9d979548 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ # Sample Configuration file for the Internet Junkbuster 2.9.x # -# $Id: config,v 1.20 2001/07/26 15:06:21 haroon Exp $ +# $Id: config,v 1.26 2001/11/05 21:31:09 steudten Exp $ # # Table of Contents @@ -46,8 +46,6 @@ # # Long lines can be continued on the next line by using a `\' as # the last character. -# - # # 3. OTHER CONFIGURATION FILES # @@ -75,10 +73,8 @@ confdir . # logdir . -# # Note that all file specifications below are relative to # the above two directories!!! -# # The actions file contains patterns to specify the # actions to apply to requests for each site. @@ -88,18 +84,17 @@ logdir . # All sites are filtered if re_filterfile specified. # No sites are blocked. Nothing is an image. # -actionsfile actionsfile +actionsfile ijb.action -# # The re_filterfile contains content modification rules. These rules # permit powerful changes on the content of Web pages, e.g., you # could disable your favourite JavaScript annoyances, rewrite the # actual content, or just have some fun replacing "Microsoft" # with "Microsuck" wherever it appears on a Web page. # -# Default: No content modification. +# Default: content modification. (see '+-filter' in actionsfile) # -re_filterfile re_filterfile +re_filterfile re_filterfile # # The logfile is where all logging and error messages are written. @@ -118,7 +113,7 @@ re_filterfile re_filterfile # # Default: Log to the standard error channel, not to a file # -logfile logfile +logfile logfile # # The jarfile defines where Junkbuster stores the cookies it @@ -127,7 +122,7 @@ logfile logfile # # Default: Don't store intercepted cookies # -#jarfile jarfile +jarfile jarfile # # If you specify a trustfile, Junkbuster will only allow access @@ -155,21 +150,18 @@ logfile logfile trust-info-url http://www.your-site.com/why_we_block.html trust-info-url http://www.your-site.com/what_we_allow.html - -# # 4. OPTIONS # # This part of the configuration file contains options that control # how Junkbuster operates. # -# # Admin-address should be set to the email address of the proxy # administrator. It is used in many of the proxy-generated pages. # # Default: fill@me.in.please # -#admin-address fill@me.in.please +admin-address fill@me.in.please # # Proxy-info-url can be set to a URL that contains more info about @@ -269,7 +261,7 @@ debug 8192 # Errors - *we highly recommended enabling this* # # Default: Multithreaded mode # -single-threaded +#single-threaded # # 'toggle' allows you to temporarily disable all Junkbuster's @@ -309,6 +301,36 @@ toggle 1 # buffer-limit 4069 + +# +# Enable the web-based actionsfile editor. Set to 1 to enable, +# 0 to disable. Note that you must have compiled JunkBuster +# with support for this feature, otherwise this option has no +# effect. +# +# Security note: If this is enabled, anyone who can use the proxy +# can edit the actions file, and their changes will affect all users. +# For shared proxies, you probably want to disable this. +# +# Default: Disabled +# +enable-edit-actions 1 + + +# +# Allow JunkBuster to be toggled on and off remotely, using your +# web browser. Set to 1 to enable, 0 to disable. Note that you +# must have compiled JunkBuster with support for this feature, +# otherwise this option has no effect. +# +# Security note: If this is enabled, anyone who can use the proxy +# can toggle it on or off, and their changes will affect all users. +# For shared proxies, you probably want to disable this. +# +# Default: Disabled +# +enable-remote-toggle 1 + ############################################################################# # Access Control List #############################################################################