From ea00708460dbd4b373439f5530a5cfb923a66f52 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 26 May 2015 11:12:29 -0400 Subject: [PATCH] Created Dynamic URL filtering (markdown) --- Dynamic-URL-filtering.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dynamic-URL-filtering.md diff --git a/Dynamic-URL-filtering.md b/Dynamic-URL-filtering.md new file mode 100644 index 0000000..e0aa456 --- /dev/null +++ b/Dynamic-URL-filtering.md @@ -0,0 +1,7 @@ +Dynamic URL filtering became available in uBlock Origin version 0.9.8.0. + +The primary purpose of dynamic URL filtering ("URL filtering") is as a diagnosis/mitigation tool to fix web page breakage caused by dynamic filtering or static filtering. Secondary purpose of URL filtering is to offer higher granularity than what dynamic filtering can support. + +URL filtering has precedence over dynamic filtering and static filtering. See ["Overview of uBlock's network filtering engine"](https://github.com/gorhill/uBlock/wiki/Overview-of-uBlock's-network-filtering-engine) to see where URL filtering fits and to better understand its purpose. + +URL filtering is accessible from the logger, i.e. you will create and manage dynamic URL filters through the logger UI. \ No newline at end of file