From f1f4bcd1dc6832054e0f9ed5fe4abc87af5ae9b2 Mon Sep 17 00:00:00 2001 From: stonecrusher Date: Mon, 15 Mar 2021 16:33:12 +0100 Subject: [PATCH] typo ("removeparam") --- 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 9f78062..3898b6c 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -612,7 +612,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 `Ĺ•emoveparam`. +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`. `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.