Moving all our URL and URL pattern parsing code to urlmatch.c.
[privoxy.git] / config
diff --git a/config b/config
index 7bf7f82..9d97954 100644 (file)
--- a/config
+++ b/config
@@ -1,7 +1,7 @@
 #  Sample Configuration file for the Internet Junkbuster 2.9.x
 
 #
-# $Id: config,v 1.22 2001/10/19 00:20:03 david__schmidt Exp $
+# $Id: config,v 1.26 2001/11/05 21:31:09 steudten Exp $
 #
 
 #  Table of Contents
@@ -84,7 +84,7 @@ 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
@@ -94,7 +94,7 @@ actionsfile actionsfile
 #
 #  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.
@@ -113,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
@@ -122,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
@@ -161,7 +161,7 @@ trust-info-url http://www.your-site.com/what_we_allow.html
 #
 #  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
@@ -172,7 +172,7 @@ trust-info-url http://www.your-site.com/what_we_allow.html
 #
 #  Default: Don't show a link to online documentation
 #
-#proxy-info-url http://www.your-site.com/proxy.html
+proxy-info-url http://www.your-site.com/proxy.html
 
 #
 #  Listen-address specifies the address and port where Junkbuster will
@@ -301,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
 #############################################################################