Earlier quoted context omitted.
The article doesn't suggest there's something sneaky going on. The article is suggesting that Mozilla are choosing to share your DNS queries with a third party service by default, which is exactly what they're doing. It's not about them choosing Cloudflare in particular, it's about them choosing any particular service by default. And the article's argument that, if you have to choose somebody to share this data with,…
So.. in some future Mozilla might select a default DNS provider on your behalf. Did you consider the upside? Mozilla can negotiate on your behalf. Mozilla can obtain favorable terms of service, concessions in privacy, third-party reviews. Things you would never be able to negotiate for. If you think of Mozilla as negotiating on your behalf, they have motive to protect you, and they have the leverage to get concession…
Firefox’s Trusted Recursive Resolver DNS feature is dangerous
191–200 of 306 posts
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#192Earlier quoted context omitted.
I live in Australia; ISPs are basically all big entities, altogether unworthy of trust. The US is broadly similar. In both countries, you do get some obscure tiny ISPs, but they’re fairly rare overall. I’ve also spent time in India with a small ISP, and I hated their DNS: they actively intercepted all DNS and replaced it with their own OpenDNS arrangement, involving the horrible NXDOMAIN replacement that was still a…
I get the point. If your ISP is also not trustworthy, the situation probably does not change much for you. Then again, maybe the right solution is to look at how to get back trustworthy ISPs.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#193Earlier quoted context omitted.
>DNS over HTTPS is a great idea Why is it better than DNS over TLS? All I can see here is increased overhead.
Since HTTP(S) basically works everywhere and a new port (DNS over TLS on standard port 853) is guaranteed not to work everywhere.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#194I rather use a DNS cloud that promises to wipe logs every 24 hours than a DNS server of an ISP who is guaranteed to spy on me.
I host my own DNS resolver on a dedicated server, Firefox hijacking my DNS traffic without telling me is definitely not an improvement. It can be a nice feature in some situations but having it activated by default without explicit consent should be a big no-no. I hate this mentality of "our users are complete idiots and we know what's good for them" (I call it the "Gnome" mentality).
I am imagining that if it goes live the UI will probably be like the Search Engine configuration with a default you can easily change.
Still annoying to have to change and almost impossible to notice if it should change, but not as bad as it's being made out to be.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#195Earlier quoted context omitted.
For many it is, but for billions it isn't. For those where it is an improvement they can opt in.
I think you substantially overestimate the number of providers that behave ethically with regards to DNS and substantially underestimate how many people have shitty ISPs. You seem to have a very skewed view of how the number of internet users distributes across the world. Even in Europe, providers are not refraining from hijacking DNS and using DNS blocks for certain sites.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#196Earlier quoted context omitted.
If this is true, then I'm okay with the feature being available if it is opt-in. Although I generally think this is a concern better left outside of the particular browser I'm using. If I want to route DNS queries through a third party then I'd like to do that for all my network traffic, not just my browser.
I agree. I use DNSCrypt and route my requests through a different server each time. That said, Joe User doesn't know how to setup any DNS server. Even going into Window's Control Panel gets Joe User anxious. Joe User doesn't care enough about privacy to learn how to set it up system wide. And for Joe User this would cover 99% of his internet usage.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#197If you agree and think it's dangerous, help us to spread the word on twitter https://twitter.com/ungleich/status/1026041643340845057 - maybe it helps to make Mozilla rethink this "feature".
I think you have a fundamental misunderstanding of what is this experiment is configured the way it is and you're just being a Chicken Little.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#198Earlier quoted context omitted.
> They’re commonly expressly allowed by law to share roughly whatever they like about you†, and they are known to do so. Why would this not apply to Cloudflare as well?
Because you may live in a country where the government is much more hostile than cloudflare.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#199Earlier quoted context omitted.
It's important to understand the advantages of HTTPS via other protocols or custom crypto: * HTTPS stacks are battle tested and there are multiple of them. Browsers in particular already ship a heavily maintained one that performs great, so using DNS on top of it gets all those benefits. Because there are multiple stacks the risk of people settling on a monoculture is a lot lower. * People running a DNS resolver like…
You forgot the more pragmatic reason: middleboxes. HTTPS works everywhere, and introducing a new(2 years old) protocol (DNS over TLS) working on a new port (853) is a sure way to make sure it does not work in many places.
Your browser is not special, everything could benefit from secure DNS.
Re: Firefox’s Trusted Recursive Resolver DNS feature is dangerous
#200The article lacks instructions about disabling it or using some other DOH resolvers. about:config -> search for network.trr -> set network.trr.mode = 5 to completely disable it (I do not recommend this) The curl wiki has a list of DOH servers: https://github.com/curl/curl/wiki/DNS-over-HTTPS It should also point to "the other side of the story", the benefits of DOH over classic DNS resolving, for example https://hack…
For example, when the user roams among several networks, and each of them has split-horizon DNS, the user is not going to re-set their setting after connecting to each specific network. Throw in VPN connections and their DNS settings, and you have quite a problem at hand.
There's a reason why DNS settings are traditionally set system-wide via DHCP, not statically. This is a step backwards.