Updated Static filter syntax (markdown)

Raymond Hill 2021-06-30 09:53:51 -04:00
parent 90298b297f
commit dc82bd26e0

@ -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*
***