From 926a5f5ab73f3f519884642396144cdb9f47aac5 Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 18 Sep 2024 14:05:36 +0200 Subject: [PATCH] Removed "similar to domain" --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 63618c8..2d29d61 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -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.