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-11-16 06:20:44 -08:00
parent 02af16b7c7
commit 13e6746363

@ -69,7 +69,7 @@ Unlike HTTPSB, µMatrix does not enforce effective domain boundary for rules. Th
For example, the rules...
- `* biz * block`: will block all net requests which are made to a hostname which ends with `.biz`.
- `org * * block`: will allow everything whenever the scope ends with `.org` (just an example, that would not be a recommended thing to do).
- `org * * allow`: will allow everything whenever the scope ends with `.org` (just an example, that would not be a recommended thing to do).
In short, with µMatrix, do whatever you want.