From b8db6dcc127549f82d67b11b282d7253f2e8597a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 2 Dec 2021 17:17:06 -0500 Subject: [PATCH] Updated Static filter syntax (markdown) --- 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 9634c9e..2aa4e57 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -616,7 +616,7 @@ Available since [1.22.0](https://github.com/gorhill/uBlock/releases/tag/1.22.0). New in [1.32.0](https://github.com/gorhill/uBlock/commit/1e2eb037e5b4754feb4a40519951b3e7a73d545d). -To remove query parameters from the URL of network requests -- see also [AdGuard's `removeparam`'s documentation](https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters?aid=16593#removeparam-modifier). For historical reasons, `queryprune` is an alias of `removeparam`. +To remove query parameters from the URL of network requests -- see also [AdGuard's `removeparam`'s documentation](https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters?aid=16593#removeparam-modifier). For historical reasons, `queryprune` is an alias of `removeparam` (avoid using `queryprune`, it is deprecated and support will be removed eventually). `removeparam` is a modifier option (like `csp`) in that it does not cause a network request to be blocked but rather modified before being emitted.