1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

'mp4'

gwarser 2019-08-14 22:16:05 +02:00
parent e862986ef9
commit a3542ed4f2

@ -195,6 +195,8 @@ The filter option `empty` is converted to `redirect=empty` by uBO internally; ho
When `empty` is used, only network requests which are meant to return a text response will be redirected to an empty response body by uBO - so `empty` will not work for resources such as images, media, or other binary resources.
See also: [`mp4`](#mp4), [`redirect`](#redirect)
#### `first-party`
Equivalent to `~third-party` [option](https://adblockplus.org/filters#options). Provided strictly for convenience (0.9.9.0).
@ -219,6 +221,14 @@ To specifically disable inline script tags in a main page via CSP: `||example.co
To specifically disable inline font tags in a main page via CSP: `||example.com^$inline-font`.
#### `mp4`
New in [1.21.7b8](https://github.com/gorhill/uBlock/commit/68ae847ba385c09c5efa511d18a18a4753af47be).
The `mp4` filter option will be converted to `redirect=noopmp4-1s` internally, and `media` type will be assumed.
See also: [`empty`](#empty), [`redirect`](#redirect)
#### `popunder`
To block "popunders" windows/tabs. To be used in the same manner as the `popup` filter option, except that it will block popunders.