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

Updated Rules syntax (markdown)

gorhill 2014-10-28 14:08:26 -07:00
parent b58647141f
commit 7e4235fb8d

@ -29,7 +29,7 @@ _action_ is what to do when a net request matches _source hostname_, _destinatio
- `allow`: the request will be allowed (often referred as "whitelisted")
- `inherit`: the action will be inherited from another cell in the matrix, as per cell inheritance logic. It's what is often referred as "graylisted".
If _action_ is omitted, `allow` is used -- because µMatrix works is naturally deny-default mode at heart.
If _action_ is omitted, `allow` is used -- because µMatrix is naturally deny-default mode at heart.
##### Examples of valid rules