mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-22 23:11:16 +01:00
Updated 4.2.3 uMatrix (markdown)
parent
8e43f87007
commit
7f8a958e30
@ -23,10 +23,10 @@ We can easily rewrite it in the uMatrix way:
|
|||||||
# uMatrix
|
# uMatrix
|
||||||
# Prevent Internet sites from requesting LAN resources.
|
# Prevent Internet sites from requesting LAN resources.
|
||||||
|
|
||||||
* 127.0.0.1 * block
|
* 127 * block ### block access to IPv4 localhost @ 127.0.0.0/8 (127.0.0.1 - 127.255.255.255)
|
||||||
* localhost * block
|
* localhost * block
|
||||||
* [::1] * block ### block access to ipv6 localhost
|
* [::1] * block ### block access to IPv6 localhost
|
||||||
* 192.168 * block ### block access to LAN 192.168.x.x
|
* 192.168 * block ### block access to LAN 192.168.x.x
|
||||||
```
|
```
|
||||||
|
|
||||||
The best practice is to use a separate browser for accessing local resources or using a temporary allow if needed ... but for those who need it permanently:
|
The best practice is to use a separate browser for accessing local resources or using a temporary allow if needed ... but for those who need it permanently:
|
||||||
@ -34,7 +34,7 @@ The best practice is to use a separate browser for accessing local resources or
|
|||||||
# uMatrix
|
# uMatrix
|
||||||
# Accept from LOCAL
|
# Accept from LOCAL
|
||||||
|
|
||||||
127.0.0.1 127.0.0.1 * allow
|
127 127 * allow
|
||||||
localhost localhost * allow
|
localhost localhost * allow
|
||||||
[::1] [::1] * allow
|
[::1] [::1] * allow
|
||||||
192.168 192.168 * allow
|
192.168 192.168 * allow
|
||||||
|
Loading…
Reference in New Issue
Block a user