Remove obsolete detail

MasterKia 2023-02-04 14:29:58 +03:30
parent b1d8b06e06
commit a621d6b19c

@ -400,8 +400,6 @@ Related discussion: [uBlockOrigin/uBlock-issues#2234](https://github.com/uBlockO
Regex-based domain values can be negated just like plain or entity-based values:
`*$domain=~/regex.../`
This new syntax does not apply to static extended filters.
See also: [`to`](#to)
***
@ -662,8 +660,6 @@ Related discussion: [uBlockOrigin/uBlock-issues#2234](https://github.com/uBlockO
Regex-based domain values can be negated just like plain or entity-based values:
`*$to=~/regex.../`
This new syntax does not apply to static extended filters.
See also: [`denyallow`](#denyallow), [`from`](#from)
***