
Loading…
Feature Request: Whitelist wildcard ips #1081
ulicky
commented
hotdogman
commented
How to make it possible?
I don't think you can, currently.
gorhill/uBlock#669 (comment)
However I realize I didn't take into account that the target of whitelisting could be an IP address. Well it would work with an IP address, but what you want is 192.168.*/, and currently a wildcard at the end of a hostname is not allowed (because it would be impossible to create an efficient dictionary).
So I need to extend the whitelisting code to support explicitly IP address, and in the case of IP address, the wildcard need to go at the end, when one is used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I want to exclude filtering on 192.168.. or 10...* etc. How to make it possible?