Updated 4.2.3 uMatrix (markdown)

Thorin-Oakenpants 2020-09-15 11:24:04 +00:00
parent 99d0c5c9e7
commit 6d76c83276

@ -41,7 +41,7 @@ NoScript's `Site LOCAL` `Deny` part in uMatrix:
* [::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
``` ```
NOTE: 192.168.x.x is the most commonly used private network range. If you're using one of the [alternatives](https://en.wikipedia.org/wiki/Private_network), 10.0.0.0/8 or 172.16.0.0/12, adjust your rules accordingly. (see @crssi's [comment](https://github.com/ghacksuserjs/ghacks-user.js/issues/319#issuecomment-364119775) for details - thanks @crssi) NOTE: 192.168.x.x is the most commonly used private network range. If you're using one of the [alternatives](https://en.wikipedia.org/wiki/Private_network), 10.0.0.0/8 or 172.16.0.0/12, adjust your rules accordingly. (see @crssi's [comment](https://github.com/arkenfox/user.js/issues/319#issuecomment-364119775) for details - thanks @crssi)
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:
``` ```