From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 20 Jan 2008 15:07:15 +0000 (+0000)
Subject: Allow Privoxy-Regression-Test to CONNECT to port 80
X-Git-Tag: v_3_0_8
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/user-manual/static/diff?a=commitdiff_plain;h=83a163f3681a29b9c6fa205f9cae4aad71a74223;p=privoxy.git

Allow Privoxy-Regression-Test to CONNECT to port 80
so the CONNECT method check works by default.
---

diff --git a/regression-tests.action b/regression-tests.action
index 040540b6..386d04fd 100644
--- a/regression-tests.action
+++ b/regression-tests.action
@@ -1,5 +1,5 @@
 #############################################################################
-# $Id: regression-tests.action,v 1.52 2008/01/17 19:38:17 fk Exp $
+# $Id: regression-tests.action,v 1.1 2008/01/18 19:33:00 fabiankeil Exp $
 #############################################################################
 #
 # This is a configuration file for Privoxy-Regression-Test.
@@ -41,7 +41,7 @@ for-privoxy-version=3.0.7
 config.privoxy.org/
 p.p/
 
-{-hide-user-agent}
+{-hide-user-agent +limit-connect{80,443}}
 TAG:^User-Agent: Privoxy-Regression-Test
 
 #######################################################