1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Updated Static filter syntax (markdown)

Raymond Hill 2024-09-16 11:59:01 -04:00
parent a41b9fe0a5
commit dc99890d82

@ -788,6 +788,8 @@ See also [`denyallow`](#denyallow)
#### `empty` #### `empty`
Deprecated, avoid using this option. See [deprecation notice from AdGuard](https://adguard.com/kb/general/ad-filtering/create-own-filters/#empty-modifier).
New in [1.22.0](https://github.com/gorhill/uBlock/commit/3e5c9e00ab3603ae0c02e08b007b084404bbb71d). New in [1.22.0](https://github.com/gorhill/uBlock/commit/3e5c9e00ab3603ae0c02e08b007b084404bbb71d).
Redirects request to empty response. Redirects request to empty response.
@ -800,6 +802,8 @@ See also: [`mp4`](#mp4), [`redirect`](#redirect)
#### `mp4` #### `mp4`
Deprecated, avoid using this option. See [deprecation notice from AdGuard](https://adguard.com/kb/general/ad-filtering/create-own-filters/#mp4-modifier).
New in [1.22.0](https://github.com/gorhill/uBlock/commit/68ae847ba385c09c5efa511d18a18a4753af47be). New in [1.22.0](https://github.com/gorhill/uBlock/commit/68ae847ba385c09c5efa511d18a18a4753af47be).
The `mp4` filter option will be converted to `redirect=noopmp4-1s` internally, and the `media` type is assumed. The `mp4` filter option will be converted to `redirect=noopmp4-1s` internally, and the `media` type is assumed.