From 77d55611917ed2208f7081730433d3ab0a2be72f Mon Sep 17 00:00:00 2001 From: MasterKia Date: Mon, 31 Jul 2023 19:13:25 +0330 Subject: [PATCH] Update $permissions --- Static-filter-syntax.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 0fa488e..7b9a6b1 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -624,6 +624,10 @@ Difference with AdGuard's syntax: use `|` to separate permissions policy directi *$permissions=oversized-images=()|unsized-media=() ``` +However, it's best to not combine permissions policy to not break exception filters for either one of them. + +When no type (e.g. `$doc`) is given, uBO will use `$document,subdocument` internally when the `permissions` option is used (same as with `csp`). + *** #### `ping`