Closed
Bug 1666676
Opened 5 years ago
Closed 5 years ago
Use fully-qualified names for all lookups performed by DoH heuristics.
Categories
(Firefox :: Security, defect, P1)
Firefox
Security
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: nhnt11, Assigned: nhnt11)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently none of the names we look up are including the trailing dot that's required for them to be fully-qualified. There's reason to believe this might lead to errors/anomalies on certain environments, and it's best practice in any case to use fully-qualified names for purposes like this. We should add the trailing dots.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by nhnt11@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7d0db31be648
Use fully-qualified names for all lookups performed by DoH heuristics. r=valentin
Comment 3•5 years ago
|
||
Backed out for bc failure on browser_cleanFlow.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/6ca662e9772173a4eaa769e079378b7e5d85b1a2
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316490279&repo=autoland&lineNumber=2705
Flags: needinfo?(nhnt11)
Pushed by nhnt11@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/91cb50a045f3
Use fully-qualified names for all lookups performed by DoH heuristics. r=valentin
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
| Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(nhnt11)
You need to log in
before you can comment on or make changes to this bug.
Description
•