1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

Updated Using µBlock with µMatrix (markdown)

Cris 2015-05-11 11:01:13 +01:00
parent 5cb8d0a9c5
commit 8ce963a9b6
2 changed files with 7 additions and 7 deletions

@ -0,0 +1,7 @@
If you chose to use uBlock with uMatrix, here are suggestions:
Un-select all _"Malware domains"_ lists in uBlock if the same lists are selected in uMatrix. uMatrix is more hardcore when it comes to block net requests from undesirable remote servers: when a hostname is blacklisted, even the root document will be prevented from downloading, while uBlock will only block secondary resources -- as per ABP-filter semantic.
Do not use dynamic filtering for `script` tags in uBlock. The Chrome API allows only one extension to modify outgoing and incoming HTTP headers, and thus it is better to make sure uMatrix has full control of the HTTP headers. So make sure uBlock gets out of the way of uMatrix by disabling dynamic filtering for `script` tags. You can keep dynamic filtering for `iframe` enabled in uBlock if you wish though, there is no harm.
Keep in mind uMatrix and uBlock are two different extensions. Each can be used as a standalone extension, you do not have to use one if you use the other. uBlock is for everybody, uMatrix is for advanced users who understand that sites will easily break when using a firewall, and have good knowledge of how to un-break sites by editing firewall ruleset.

@ -1,7 +0,0 @@
If you chose to use µBlock with µMatrix, here are suggestions:
Un-select all _"Malware domains"_ lists in µBlock if the same lists are selected in µMatrix. µMatrix is more hardcore when it comes to block net requests from undesirable remote servers: when a hostname is blacklisted, even the root document will be prevented from downloading, while µBlock will only block secondary resources -- as per ABP-filter semantic.
Do not use dynamic filtering for `script` tags in µBlock. The Chrome API allows only one extension to modify outgoing and incoming HTTP headers, and thus it is better to make sure µMatrix has full control of the HTTP headers. So make sure µBlock gets out of the way of µMatrix by disabling dynamic filtering for `script` tags. You can keep dynamic filtering for `iframe` enabled in µBlock if you wish though, there is no harm.
Keep in mind µMatrix and µBlock are two different extensions. Each can be used as a standalone extension, you do not have to use one if you use the other. µBlock is for everybody, µMatrix is for advanced users who understand that sites will easily break when using a firewall, and have good knowledge of how to un-break sites by editing firewall ruleset.