Unused "Infallible" DNSv6 check failing. Change "mozilla.org" to "detectportal.firefox.com", which has IPv6
Categories
(Core :: Networking: DNS, defect, P3)
Tracking
()
People
(Reporter: mcccs, Assigned: valentin)
References
Details
Attachments
(1 file)
The variable mDNSv6 is unused 1 except for this method which is tagged "infallible": but I don't know if it's called 2
and it has a wrong value since the value for "network.connectivity-service.DNSv6.domain", which is "mozilla.org" has no AAAA record. If we need that variable to be correct, we could change it to "detectportal.firefox.com"
(I found this while working on Bug 1538477 . It doesn't need this either)
![]() |
||
Comment 1•5 years ago
|
||
Valentin, I believe this is your code. What do you think?
Assignee | ||
Comment 2•5 years ago
|
||
Indeed. I think I didn't go with the detectportal.firefox.com domain because sometimes that's blocked.
I think we ought to use example.org instead. That seems to have a AAAA record. (though it is a bit weird mozilla.org doesn't have one)
Fortunately since we don't really use that result that much, we didn't have any problems from this.
![]() |
||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 7•5 years ago
|
||
Since we don't actually use the DNSv6 result for anything yet, no point in uplifting. This is just something we may need in the future.
Description
•