mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-30 06:16:55 +01:00
Updated 4.2.3 uMatrix (markdown)
parent
946d369bb6
commit
953ddf59ab
@ -25,14 +25,11 @@ Accept from LOCAL
|
|||||||
Deny
|
Deny
|
||||||
```
|
```
|
||||||
|
|
||||||
We can easily rewrite it in the uMatrix way:
|
We can easily rewrite it in the uMatrix way `[source] [destination] [content] [action]`.
|
||||||
```
|
|
||||||
[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
|
|
||||||
```
|
|
||||||
|
|
||||||
|
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
|
# uMatrix
|
||||||
# Prevent Internet sites from requesting LAN resources.
|
# Prevent Internet sites from requesting LAN resources.
|
||||||
|
Loading…
Reference in New Issue
Block a user