Updated Dynamic filtering (markdown)

gorhill 2014-10-06 12:14:24 -07:00
parent c0de6e1b17
commit c0a2124d15

@ -2,9 +2,9 @@ Dynamic filtering, introduced in version 0.7.0.0, allows a user to filter dynami
Dynamic filtering is a useful feature security-wise. For example, blocking 3rd-party `<iframe>` by default would have protected users in the case of the [jQuery.com malware attack](http://www.riskiq.com/resources/blog/jquerycom-malware-attack-puts-privileged-enterprise-it-accounts-risk).
Of course, blocking portion of a page may cause page breakage, sometimes benign, sometimes crippling. It is up to the user to choose how to make use of this feature.
Of course, blocking portion of a page may cause page breakage, sometimes benign, sometimes severe. It is up to the user to choose how to make use of this feature.
![Figure 1](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/dynamic-filtering-1.png)
1. to block inline `<script>` tags, i.e. javascript code which is embedded directly in the main document.
2. to block 1st-party `<script>` tags.