1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated Dynamic URL filtering (markdown)

Raymond Hill 2015-05-26 11:15:22 -04:00
parent ea00708460
commit ce3a272c6c

@ -4,4 +4,9 @@ The primary purpose of dynamic URL filtering ("URL filtering") is as a diagnosis
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 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. URL filtering is accessible from the logger, i.e. you will create and manage dynamic URL rules through the logger UI.
URL filtering uses _rules_, which resemble dynamic filtering rules, except that the destination hostname is replaced by a URL.
A resource matches a URL filtering rule if the URL of the resource starts exactly with a given URL filtering rule.