diff --git a/4.2.3-uMatrix.md b/4.2.3-uMatrix.md index 0a7b146..6dd4dee 100644 --- a/4.2.3-uMatrix.md +++ b/4.2.3-uMatrix.md @@ -25,14 +25,11 @@ Accept from LOCAL Deny ``` -We can easily rewrite it in the uMatrix way: -``` -[Source] * -> any external resource -[Destination] 127.0.0.1 -> which tries to access the localhost or local resources -[Content] * -> whatever the request or the requested content is .. -[action] block -> should be BLOCKED -``` +We can easily rewrite it in the uMatrix way `[source] [destination] [content] [action]`. +For example `* 127.0.0.1 * block` means `[any source] [trying to access 127.0.0.1] [for any content] [should be BLOCKED]` + +NoScript's `Site LOCAL` `Deny` part in uMatrix: ``` # uMatrix # Prevent Internet sites from requesting LAN resources.