[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2036: Disable enable-remote-toggle and enable-remote-http-toggle i (in trunk: . pkg/win32)
Author: edmanm
Date: 2007-10-17 01:30:25 -0400 (Wed, 17 Oct 2007)
New Revision: 2036
Modified:
trunk/
trunk/pkg/win32/build-bundle.txt
trunk/pkg/win32/privoxy.config
Log:
r2133@lysithea: edmanm | 2007-10-17 01:28:41 -0400
Disable enable-remote-toggle and enable-remote-http-toggle in our bundle's
Privoxy config.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2133] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/pkg/win32/build-bundle.txt
===================================================================
--- trunk/pkg/win32/build-bundle.txt 2007-10-16 03:39:58 UTC (rev 2035)
+++ trunk/pkg/win32/build-bundle.txt 2007-10-17 05:30:25 UTC (rev 2036)
@@ -45,6 +45,8 @@
* Comment out "logfile privoxy.log" in Section 1.5
* Comment out "jarfile jar.log" in Section 1.6
* Uncomment "log-messages 1" in Section 6 and change the '1' to a '0'
+ * Modify the values of enable-remote-toggle and enable-remote-http-toggle
+ (Sections 4.3 and 4.4) to be '0'.
Also modify Privoxy's default.action as follows:
Modified: trunk/pkg/win32/privoxy.config
===================================================================
--- trunk/pkg/win32/privoxy.config 2007-10-16 03:39:58 UTC (rev 2035)
+++ trunk/pkg/win32/privoxy.config 2007-10-17 05:30:25 UTC (rev 2036)
@@ -735,7 +735,7 @@
# Note that you must have compiled Privoxy with support for this
# feature, otherwise this option has no effect.
#
-enable-remote-toggle 1
+enable-remote-toggle 0
#
# 4.4. enable-remote-http-toggle
@@ -770,7 +770,7 @@
# untrustworthy clients and want to enforce filtering, you will
# have to disable this option, otherwise you can ignore it.
#
-enable-remote-http-toggle 1
+enable-remote-http-toggle 0
#
# 4.5. enable-edit-actions