Closed Bug 1657323 Opened 5 years ago Closed 5 years ago

Unused "Infallible" DNSv6 check failing. Change "mozilla.org" to "detectportal.firefox.com", which has IPv6

Categories

(Core :: Networking: DNS, defect, P3)

defect

Tracking

()

RESOLVED FIXED
83 Branch
Tracking Status
firefox-esr68 --- wontfix
firefox-esr78 --- wontfix
firefox79 --- wontfix
firefox80 --- wontfix
firefox81 --- wontfix
firefox82 --- wontfix
firefox83 --- fixed

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)

Valentin, I believe this is your code. What do you think?

Severity: -- → S3
Flags: needinfo?(valentin.gosu)
Priority: -- → P3

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.

Assignee: nobody → valentin.gosu
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(valentin.gosu)
Pushed by valentin.gosu@gmail.com: https://hg.mozilla.org/integration/autoland/rev/3b42e3981551 Do DNS queries for example.org instead of mozilla.org because mo doesn't have IPv6 addresses r=necko-reviewers,kershaw
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch

Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.

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.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: