mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Removed "similar to domain"
parent
e876a22654
commit
926a5f5ab7
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ Disable inline font tags in the main page via CSP: `||example.com^$inline-font`.
|
|||
|
||||
New in [1.59.1b15](https://github.com/gorhill/uBlock/commit/c6dedd253f). Further stabilized, improved and bugs fixed in: [1.59.1b17](https://github.com/gorhill/uBlock/commit/030d7334e4), [1.59.1b19](https://github.com/gorhill/uBlock/commit/6acf97bf51), [1.59.1rc1](https://github.com/gorhill/uBlock/commit/6a042f152b513bbf5b3c8623ea3fbe2574ac0e24), [1.59.1rc4*](https://github.com/uBlockOrigin/uBlock-issues/issues/3381).
|
||||
|
||||
Similar to [`domain`](#domain), but the purpose is to block according to the IP address of a network request.
|
||||
The purpose is to block according to the IP address of a network request.
|
||||
|
||||
In the current implementation, the filter option can only be enforced at _onHeadersReceived_ time, which means the new filter option cannot be enforced in Chromium-based browsers since the IP address of network requests is available only at _onResponseStarted_ time, which is not blocking.
|
||||
|
||||
|
|
Loading…
Reference in a new issue