From 93b95a7cb1438e2b71fc0b54fd13426459d52e47 Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 10 Aug 2023 15:01:54 +0300 Subject: [PATCH] removed extra space --- docs/general/ad-filtering/create-own-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index 78052a2cfee..7c502cb6be6 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -1527,7 +1527,7 @@ The list of the available directives is available [here](https://developer.mozil **Examples** -* `||example.org^$permissions=autoplay=()` disallows autoplay media requested through the `HTMLMediaElement` interface across `example.org`. +* `||example.org^$permissions=autoplay=()` disallows autoplay media requested through the `HTMLMediaElement` interface across `example.org`. * `@@||example.org/page/*$permissions=autoplay=()` disables all rules with the `$permissions` modifier exactly matching `autoplay=()` on all the pages matching the rule pattern. For instance, the rule above. * `@@||example.org/page/*$permissions` disables all the `$permissions` rules on all the pages matching the rule pattern. * `$domain=example.org|example.com,permissions=storage-access=()\, сamera=()` disallows using the Storage Access API to request access to unpartitioned cookies and using video input devices across `example.org` and `example.com`.