1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-03 02:44:57 +12:00

Add hints that subdomains are match by domains rules (I need to read code to get what could have been '*.somedomain.fr somedomain.com * allow' working…)

David-5-1 2017-07-25 23:49:10 +02:00
parent f106975013
commit 6ea94307b2

@ -31,6 +31,8 @@ White spaces can be any number of space character or tab character.
If _action_ is omitted, `allow` is used -- because uMatrix is naturally deny-default mode at heart.
For both source and destination, matching is hierarchical: a rule for a domain will be matched by all subdomains (except if another rule match for the subdomain).
##### Examples of rules
Forbid all requests to `facebook.net`, but allow all net requests of any type to `facebook.net` only when they are made from within `facebook.com` context:
@ -50,6 +52,8 @@ or
The above rules all accomplish the same thing, as per default values.
Subdomains will also match, so `www.facebook.net` will also be filtered except from any subdomain of `facebook.com`.
#### Directive `matrix-off:` syntax
Disable or enable matrix filtering for a specific scope. Syntax: