-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IP Blocks can inadvertently catch ipv6 null-address #3443
Comments
So browsers choose the other IP when one is set to 0? Should uBO not block 0 IP when the other is "valid"? 0 IP will stop working sooner or later https://bugzilla.mozilla.org/show_bug.cgi?id=1915402#c0 https://bugzilla.mozilla.org/show_bug.cgi?id=1915982#c2 https://bugzilla.mozilla.org/show_bug.cgi?id=1889130 |
Yeah, I also intended to keep the filters just until Firefox patches it. |
Prerequisites
URL(s) where the issue occurs.
N/A - this is a problem with ip detection.
Description
I noticed a website that had previously worked suddenly was partially broken, and was hitting the new IP rule:
I realized I had the following line in my dnsmasq config:
In dnsmasq, if you want to force browsers (or other apps) to use ipv4 for something, a common solution is to set the ipv6 response to
::
while giving another instruction to lookup all ipv4 addresses normally. There's a discussion about this here for people who use ipv6 proxies like Hurricane Electric, and want to avoid sending traffic to something like Netflix via the ipv6 proxy.This works, but it seems to run afoul the new ip address blocks in the built-in
uBlock Filters - Privacy
list, which then seems to incorrectly flag traffic to the domain as suspect?I confirmed that removing the custom instructions in dnsmasq resolves the issue, and the site is no longer getting falsely flagged by uBlock.
I'm not sure how this would be resolved, but I think maybe something in the docs would be helpful?
Other extensions used
Ganbo
Tab Session Manager
Tree Style Tab
DownThemAll
Violent Monkey
Screenshot(s)
No response
Configuration
Details
The text was updated successfully, but these errors were encountered: