11 | | Set `trigger.url-filter-is-case-sensitive` to `true` for rules generated from filters that either specify the `$match_case` option, or can potentially only match the protocol + host part. These are filters with implied begin of string (starting with `|`), that don't match any further alphabetic characters after the first occurrence of `/` (begin of path), `?` (begin of query), `*` (wildcard) or `^` (boundary), if any. |
| 11 | Set `trigger.url-filter-is-case-sensitive` to `true` for rules generated from filters that either specify the `$match_case` option, or can potentially only match the protocol + host part. These are filters with implied begin of host (starting with `||`) or filters that contain the protocol delimiter (`://`), but don't match any further alphabetic characters after the next occurrence of `/` (begin of path), `?` (begin of query), `*` (wildcard) or `^` (boundary), if any. |