From b101107b0df7aa3b6c4ab7df6c09f3b95e877b30 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 21 Jul 2007 11:53:40 +0000 Subject: [PATCH] Mention new config option "allow-cgi-request-crunching". --- ChangeLog | 3 +- doc/source/p-config.sgml | 62 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 970911de..0e7ac368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,8 @@ ChangeLog for Privoxy - New config option "split-large-forms" to work around a browser bug that caused IE6 and IE7 to ignore the Submit button on the edit-actions-for-url CGI page. -- Requests for Privoxy's CGI pages can be blocked, redirected +- New config option "allow-cgi-request-crunching" to allow + requests for Privoxy's CGI pages to be blocked, redirected or (un)trusted like ordinary requests. - Empty filter files no longer interrupt the filtering process prematurely and are correctly listed on the show-status CGI page. diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 3c743400..50265291 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.15 2007/05/21 10:58:43 fabiankeil Exp $ + $Id: p-config.sgml,v 2.16 2007/06/01 14:14:29 fabiankeil Exp $ Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.15 2007/05/21 10:58:43 fabiankeil Exp $ + $Id: p-config.sgml,v 2.16 2007/06/01 14:14:29 fabiankeil Exp $ Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ @@ -2201,6 +2201,64 @@ forward-socks4 and forward-socks4a @@accept-intercepted-requests 0]]> +allow-cgi-request-crunching + + + Specifies: + + + Whether requests to Privoxy's CGI pages can be blocked or redirected. + + + + + Type of value: + + + 0 or 1 + + + + + Default value: + + 0 + + + + Effect if unset: + + + Privoxy ignores block and redirect actions for its CGI pages. + + + + + Notes: + + + By default Privoxy ignores block or redirect actions + for its CGI pages. Intercepting these requests can be useful in multi-user + setups to implement fine-grained access control, but it can also render the complete + web interface useless and make debugging problems painful if done without care. + + + Don't enable this option unless you're sure that you really need it. + + + + + Examples: + + + allow-cgi-request-crunching 1 + + + + +@@allow-cgi-request-crunching 0]]> + + split-large-forms -- 2.39.2