Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#63827 - [firefox] Disable DoH by default
Attached to Project:
Arch Linux
Opened by Remi Gacogne (rgacogne) - Wednesday, 18 September 2019, 16:04 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:24 GMT
Opened by Remi Gacogne (rgacogne) - Wednesday, 18 September 2019, 16:04 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:24 GMT
|
DetailsFollowing OpenBSD's lead [1], RHEL and Fedora will [2] disable DoH by default in Firefox for privacy reasons. I believe we should do the same in Arch, since it does really not sound like a good idea to centralize all DNS queries to a single US-based company, and interested users can still opt in if they wish so.
Technically, it would mean setting network.trr.mode to 5 by default, as described in [3]. [1]: https://cvsweb.openbsd.org/ports/www/mozilla-firefox/files/all-openbsd.js?rev=1.10&content-type=text/x-cvsweb-markup [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1751410 [3]: https://wiki.mozilla.org/Trusted_Recursive_Resolver#network.trr.mode |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:24 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/firefox/issues/2
Saturday, 25 November 2023, 20:24 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/firefox/issues/2
network.trr.mode=0 - Off (default). use standard native resolving only (don't use TRR at all)
network.trr.mode=5 - Off by choice. This is the same as 0 but marks it as done by choice and not done by default.
Where is the issue?