1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Updated The logger (markdown)

gwarser 2021-02-05 21:00:37 +01:00
parent 54d4778b69
commit 72c51fcdf6

@ -14,7 +14,7 @@ The color of a row hints at how the resource was filtered:
- No color: The request for the resource was allowed to go through because it matched no filter/rule.
- Purple: The request for the resource was modified by one of the ["Modifier filters"](./Static-filter-syntax#modifier-filters).
- Red: The request for the resource was canceled (`--`) because of a block filter/rule.
- Gray: ["Dynamic filtering"](./Dynamic-filtering) [`noop` rule](./Dynamic-filtering:-quick-guide#noop-rules).
- Gray: The request for the resource was allowed to go through ["Dynamic filtering"](./Dynamic-filtering) engine, because of [`noop` rule](./Dynamic-filtering:-quick-guide#noop-rules).
- Green: The request for the resource was allowed to go through (`++`) because it matched a filter/rule whose purpose is to bypass a matching block filter/rule.
- Yellow:
- A DOM element which was blocked by a cosmetic filter; OR