Open
Bug 1732361
Opened 4 years ago
Updated 4 years ago
When you lock a DoH Provider URL via policy, the custom URL is not displayed
Categories
(Firefox :: Settings UI, defect, P3)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: mkaply, Unassigned)
References
Details
Attachments
(1 file)
|
9.70 KB,
image/png
|
Details |
If you use policy to lock a provider URL:
{
"policies": {
"DNSOverHTTPS": {
"Enabled": true,
"ProviderURL": "https://family.cloudflare-dns.com/dns-query",
"Locked": true,
"ExcludedDomains": [""]
}
}
}
When you go to preferences, you don't see the provider URL (it's hidden). See attachment
| Reporter | ||
Comment 1•4 years ago
|
||
My guess is it's using "has user value" to decide to show.
Comment 2•4 years ago
|
||
Setting severity to S4 since this only affects policies and requires a user to look through preferences to notice the bug (as a visual bug and not a behavior change).
Severity: -- → S4
Priority: -- → P3
Updated•4 years ago
|
Assignee: nobody → valentin.gosu
Component: Preferences → Networking: DNS
Priority: P3 → P2
Product: Firefox → Core
Whiteboard: [necko-triaged]
Version: unspecified → Trunk
Comment 3•4 years ago
|
||
This bug is just about UI. I thought it was bug 1732961.
You need to log in
before you can comment on or make changes to this bug.
Description
•