From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 11 Nov 2007 12:48:40 +0000 (+0000)
Subject: Add hints about the features that are disabled by default now.
X-Git-Tag: v_3_0_7~74
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/@default-cgi@show-url-info?a=commitdiff_plain;h=69d2da26d70a8cfc7663de466170448f424e3ada;p=privoxy.git

Add hints about the features that are disabled by default now.
---

diff --git a/templates/cgi-error-disabled b/templates/cgi-error-disabled
index 0db4abe0..9faffc6b 100644
--- a/templates/cgi-error-disabled
+++ b/templates/cgi-error-disabled
@@ -111,6 +111,19 @@
             <li>the <q>Referer:</q> header is blocked.</li>
           </ul>
 
+          <p>Note that the following features which used to be enabled in earlier
+             releases are now off by default:
+          </p>
+          <ul>
+           <li><a href="@user-manual@config.html#ENABLE-EDIT-ACTIONS">enable-edit-actions</a></li>
+           <li><a href="@user-manual@config.html#ENABLE-REMOTE-TOGGLE">enable-remote-toggle</a></li>
+           <li><a href="@user-manual@config.html#ENABLE-REMOTE-HTTP-TOGGLE">enable-remote-http-toggle</a>
+           (Most likely you don't need this anyway.)</li>
+          </ul>
+
+          <p>Please refer to the documentation behind the links to learn how to
+             enable them again and what the consequences are.</p>
+
           <p>All enabled features are accessible from the
              <a href="@default-cgi@">main menu</a>, some of them
              are <em>protected</em> with a referrer check though.