Commit 3e0d6ece authored by Nils Goroll's avatar Nils Goroll

Make clear that negative matches must not appear anywhere in the string

parent 60ce9697
......@@ -14,11 +14,12 @@
# substr type
# substr*substr*substr type
# !substr*substr type
# substr*!substr type
# #
# substr is matched anywhere in the User-Agent header
# substr can contain spaces, but not tabs
# for a successful match on the entry, all substrs must match
# negative matches are marked with a !
# and no negative matches (marked with !) must appear anywhere
#
# first match wins
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment