[Privoxy-commits] [privoxy] 10/10: Add a regression test for left-anchored path patterns

User Git git at git.privoxy.org
Sun Aug 27 12:59:16 CEST 2023


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 87253c999d5628a6e9287bb0cc613d7b44bcec09
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Aug 27 12:39:22 2023 +0200

    Add a regression test for left-anchored path patterns
---
 regression-tests.action | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/regression-tests.action b/regression-tests.action
index 9d419917..92b4388b 100644
--- a/regression-tests.action
+++ b/regression-tests.action
@@ -1157,3 +1157,8 @@ PCRE-HOST-PATTERN:^a{3}\.example\.org$
 # Blocked URL = http://bbb.example.org/
 # Level = 26
 PCRE-HOST-PATTERN:^(bbb|ccc|ddd)\.example\.org$
+
+{+block{Block should not apply because the path pattern is left-anchored}}
+# Sticky Actions = -block
+# URL = http://www.example.org/tralala/blafasel
+www.example.org/blafasel

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list