-
Notifications
You must be signed in to change notification settings - Fork 80
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
uBlock + Firefox = DNS Leaking #1743
Comments
That is your issue, use a system-wide proxy or disable uBO's "Uncloak canonical names". When you use a proxy extension, there is no guarantee that other extensions will have their own network requests go through another proxy extension -- extensions cannot affect each other. |
There is no problem using proxy extension without uBlock! |
Disable "Uncloak canonical names" and report the result. |
Also, be more specific:
Provide an exact URL to such extension. |
Problem solved. Please add information inside help popup for such issues?
Any top proxy extension from addons.mozilla.org |
The issue is only with proxy/vpn extensions, there is no issue with system-wide proxy/vpn. |
I installed Hola Free VPN Proxy Unblocker, and when uBO does a DNS query to resolve to cnames, there is a Those per-site proxy extensions are probably using What I could do is add a sub setting "Disable the uncloaking of canonical names for proxied requests" to avoid the kind of surprise here (the imperfect proxying when done through an extension). |
same as #911 ? |
Not the same, #911 was fixed by Firefox -- the issue was uBO's DNS queries were bypassing the browser-wide settings. This is fixed. Here the issue is uBO's DNS query not being proxied by another extension doing the proxying on-the-fly through A solution for this would be for Firefox to indicate with a property in the |
There is no such issue with OpenVPN. |
https://bugzilla.mozilla.org/show_bug.cgi?id=1910593 fixed in ff 132 |
https://bugzilla.mozilla.org/show_bug.cgi?id=1910593 isn't a fix for the DNS leak described in this bug. I verified that the leak described in this issue still occurs in Firefox Nightly 132.0a1 (2024-09-18), where Bug 1910593 is fixed. The fix in uBlock gorhill/uBlock@d5f14ff pending for the next release is still necessary. |
Prerequisites
I tried to reproduce the issue when...
Description
Settings:
Proxy DNS when using SOCKS v5 = true
Enable DNS over HTTPS = true
Provider DNS: NextDNS, Cloudflare (it doesn't matter even if it on/off)
I'm using proxy extension to get one stricted by country website and find out that it can detect my actual IP without problem. At forums root of the problem named by DNS is leaking.
At first time I was thinking that problem can be fixed by about:config (to fix WebRTC Leaking), so I switch:
But problem is not going away.
After that I switch over 6 proxy extensions with dozen of the countries.
But that doesn't change anything. So I started to disable extensions and check… And I solve my problem as uBlock was disabled!
I like uBlock and do not want it to change for ADBP etc.
Can you fix that issue?
P.S. at Chrome this problem doesn't appear.
A specific URL where the issue occurs
https://surfshark.com/dns-leak-test
Steps to Reproduce
Expected behavior
My ISP's original IP shouldn't be available for public.
Actual behavior
Proxy IP + ISP's available for web services.
uBlock Origin version
1.37.2
Browser name and version
Firefox 92.0.1 / 94.0a1 (2021-09-30)
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: