From: Fabian Keil Date: Tue, 25 Mar 2008 17:17:46 +0000 (+0000) Subject: Document "Blocked URL". X-Git-Tag: v_3_0_9~192 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=f22a1c8805396fe73231b1b1ac5498dec2dfa5eb;p=privoxy.git Document "Blocked URL". --- 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