From 95d1e2ac65b42b9951c724c2aef6343ee4514ba8 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:21:23 +0000 Subject: [PATCH] Mentioned about and added a link to "Behind the scene" Wiki page --- Dynamic-filtering:-rule-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dynamic-filtering:-rule-syntax.md b/Dynamic-filtering:-rule-syntax.md index a95dda5..da847ca 100644 --- a/Dynamic-filtering:-rule-syntax.md +++ b/Dynamic-filtering:-rule-syntax.md @@ -29,6 +29,8 @@ A rule always automatically propagates to all subdomains of the source hostname Given that rules always propagate to subdomains, there is no need to prefix the hostname part with a wildcard `*.`, doing so is invalid and will cause the the rule to be discarded. +By default uBO also applies some special `behind-the-scene` scope rules: [Behind the scene network requests](./Behind-the-scene-network-requests). + The type is the type of the fetched resource. A request can be blocked (`block`), allowed (`allow`), or ignored (`noop`). A `noop` rule will cause matching network requests to be ignored by the dynamic filtering engine, but those ignored network requests will still be subjected to static filtering (filter lists).