Updated 4.2.3 uMatrix (markdown)

earthlng 2018-05-15 15:54:05 +02:00
parent 946d369bb6
commit 953ddf59ab

@ -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.