uBlock Origin can now block network requests based on their IP... with a few cavorts:

  • does not work for cached resources
  • only works in Firefox and Firefox-based browsers

Thanks to @jobcentertycoon for sharing this.

https://github.com/uBlockOrigin/uBlock-issues/issues/2792
https://github.com/gorhill/uBlock/commit/c6dedd253ffbf649729a38998033c75993489859

#uBlockOrigin

Add AdGuard's $network support on Firefox · Issue #2792 · uBlockOrigin/uBlock-issues

Prerequisites I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the uAssets issue tracker. This is not a support issue or a que...

GitHub

One of the long-standing issues with the "Block outside intrusion into LAN" list is that it can not protect against DNS rebinding attacks.
This new feature allows one to create a rule blocking connections to domains which resolve to localhost or IPs on your LAN. Classes A, B, and C are supported.

https://github.com/gorhill/uBlock/commit/030d7334e4

#uBlockOrigin #BlockOutsiderIntrusionIntoLAN #DNSRebinding

Add support for `lan`/`loopback` values to `ipaddress=` option · gorhill/uBlock@030d733

Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/1070

GitHub