From f22a1c8805396fe73231b1b1ac5498dec2dfa5eb Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 25 Mar 2008 17:17:46 +0000 Subject: [PATCH] Document "Blocked URL". --- tools/privoxy-regression-test.pl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index a89c6448..507dc216 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.119 2008/03/21 12:56:20 fk Exp $ +# $Id: privoxy-regression-test.pl,v 1.9 2008/03/21 13:00:37 fabiankeil Exp $ # # Wish list: # @@ -1421,14 +1421,18 @@ header to a trusted value. If no explicit status code expectation is set, B<200> is used. +To verify that a URL is blocked, use: + + # Blocked URL = http://www.example.com/blocked + Additionally all tests have test levels to let the user control which ones to execute (see I below). Test levels are either set with the B directive, or implicitly through the test type. -Fetch tests default to level 6, tests for trusted -CGI requests to level 3 and client-header-action tests -to level 1. +Block tests default to level 7, fetch tests to level 6, +tests for trusted CGI requests to level 3 and +client-header-action tests to level 1. =head1 OPTIONS -- 2.39.2