This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit 156ecf8d63e1344665629a8be9c9de099b636582 Author: Valentin Gosu valentin.gosu@gmail.com AuthorDate: Tue Feb 1 21:08:03 2022 +0000
Bug 1750989 - Add Shaw to the TRR telemetry keys. r=kershaw, a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D136378 --- netwerk/dns/TRRService.cpp | 1 + 1 file changed, 1 insertion(+)
diff --git a/netwerk/dns/TRRService.cpp b/netwerk/dns/TRRService.cpp index 8a76caac28184..75c693e5b31db 100644 --- a/netwerk/dns/TRRService.cpp +++ b/netwerk/dns/TRRService.cpp @@ -50,6 +50,7 @@ constexpr nsLiteralCString kTRRDomains[] = { "firefox.dns.nextdns.io"_ns, "private.canadianshield.cira.ca"_ns, "doh.xfinity.com"_ns, // Steered clients + "dns.shaw.ca"_ns, // Steered clients // clang-format on };