Open
Bug 2018932
Opened 6 months ago
Updated 1 day ago
Provide more diagnostic information in about:policies#errors
Categories
(Enterprise Products :: Firefox, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: bsmth, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
Attachments
(1 file)
|
34.27 KB,
image/png
|
Details |
Currently, it's difficult to diagnose what went wrong when there are policy problems.
STR:
{
"policies": {
"Preferences": {
"browser.policies.test.nonexistent": { "Status": "locked" }
}
}
}
Result: one row, containing the literal string Error running.
Expectation: the row names the policy and the reason, so the administrator can tell which of their policies failed.
| Reporter | ||
Comment 1•6 months ago
|
||
Minor update that I can see more detailed errors when a policy is misconfigured, such as the policy name -> enabletrackingprotection mentions some parameters were incorrect, although not which ones or how to recover from it. "Error running" still applies in that it could provide more information or context.
You need to log in
before you can comment on or make changes to this bug.
Description
•