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

Updated Changes from HTTP Switchboard (markdown)

gorhill 2014-10-24 10:56:42 -07:00
parent da4ef3f974
commit 854ef5af8c

@ -39,7 +39,7 @@ For example, when using the browser's _"Translate to [Specific language]"_ optio
Unlike HTTPSB, µMatrix does not enforce effective domain boundary for rules. Though the matrix UI does enforce effective domain boundary, you can manually create rules which apply to a whole [TLD](http://en.wikipedia.org/wiki/Top-level_domain) for instance, and this will be properly evaluated by the matrix-filtering engine without any restriction.
For example, the rule `* biz * block` will block all net requests which are made to a hostname which ends with `.biz`. In short, do whatever you want. (Related: [HTTPSB issue 115](https://github.com/gorhill/httpswitchboard/issues/115).)
For example, the rule `* biz * block` will block all net requests which are made to a hostname which ends with `.biz`. In short, do whatever you want. (Related: [HTTPSB issue 109](https://github.com/gorhill/httpswitchboard/issues/109).)
#### There is no longer "scope" data structures internally