Open
Bug 1600343
Opened 5 years ago
Updated 4 years ago
ICS domains are not being successfully parsed
Categories
(Core :: Networking: DNS, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox72 | --- | affected |
People
(Reporter: emilghitta, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged][trr])
Attachments
(1 file)
(deleted),
image/png
|
Details |
Affected versions
- Firefox 72.0a1 (BuildId:20191126212708)
Affected platforms
- Windows 10 64bit.
- Ubuntu 18.04 64bit.
- macOS 10.13
Preconditions
- Create a wireless hotspot via Windows 10
- Go to the Registry Editor Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters and add several ICS domains
- Connect the test device to the hotspot.
Steps to reproduce
- Launch Firefox.
- Access the about:config page
- Set the network.trr.mode pref to 2
- Access the about:networking#dns page
Expected result
- The ICS domains are parsed inside the about:networking#dns page under the Suffix List
Actual result
- Windows ->
- It seems that if there is only 1 ICS domain, it parses that domain successfully but the domain is still being handled via TRR
- It seems that if there are multiple ICS domains (separated by comma) they are parsed as one (See the attached screenshot).
- Ubuntu
- It seems that if there are multiple ICS domains they are not being parsed at all inside the about:networking#dns page. If there is only one ICS domain it gets successfully parsed inside the about:networking#dns page.
- The domain request is being handled via TRR
- macOS
- It seems that macOS platforms are not parsing ICS domains at all
- Android
- Android platforms seems to successfully parse the ICS domains (even if there are multiple domains) and the domain requests are not being handled via TRR
Updated•5 years ago
|
Priority: -- → P2
Whiteboard: [necko-triaged][trr]
Updated•5 years ago
|
Priority: P2 → P1
Updated•5 years ago
|
Assignee: nobody → valentin.gosu
Priority: P1 → P2
Updated•5 years ago
|
Comment 1•4 years ago
|
||
Downgrading priority since ICS is not a very common use case.
Assignee: valentin.gosu → nobody
Severity: normal → S3
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•