Skip to content

Loading…

Feature Request: Whitelist wildcard ips #1081

Closed
ulicky opened this Issue · 2 comments

3 participants

@ulicky

Hello, I want to exclude filtering on 192.168.. or 10...* etc. How to make it possible?

@hotdogman

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.

@gorhill

Duplicate of #669.

@gorhill gorhill closed this
@andre-hub andre-hub pushed a commit to andre-hub/uBlock that referenced this issue
@gorhill gorhill this fixes #1081 00122f0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.