Updated Dynamic filtering (markdown)

gorhill 2014-10-06 12:49:40 -07:00
parent 3d69ba0cea
commit 7eb9091bdb

@ -38,4 +38,10 @@ So in the illustration above we have:
- Block inline `<script>` tags
- Do not block 3rd-party `<script>` tags
The user interface is not terribly self-explanatory, but I really want to keep it as uncluttered as possible. Once you read the doc here, using dynamic filtering should require no further explanation.
The user interface is not terribly self-explanatory, but I really want to keep it as uncluttered as possible. Once you read the doc here, using dynamic filtering should require no further explanation.
Network requests blocked through dynamic filtering will be reported just as any other in the request log:
![Figure 3](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/dynamic-filtering-3.png)
Dynamic filters are always deemed important, thus they will show up with the `important` filter option attached to them. When a network request is blocked because of a dynamic filtering default setting, the hostname will be reported as `*`, as seen in the picture above.