From 953ddf59aba520e686e1f0093760052a5b285ca7 Mon Sep 17 00:00:00 2001 From: earthlng Date: Tue, 15 May 2018 15:54:05 +0200 Subject: [PATCH] Updated 4.2.3 uMatrix (markdown) --- 4.2.3-uMatrix.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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.