From dc82bd26e0295b21e9101d99c774cfc43cee42aa Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 30 Jun 2021 09:53:51 -0400 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 421a010..b1f8f68 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -153,7 +153,7 @@ However in uBO the interpretation will be "block network requests to the site `e So in uBO, any pattern which can be wholly read as a valid hostname, will be assumed to be equivalent to a filter of the form `||example.com^`. If ever you want such filter to be syntactically parsed according to ABP's interpretation, just add a wildcard at the end: - example.com/* + example.com* ***