Policies with wrong types are not shown in about:policy at all |
|
Issue descriptionIf a policy is defined with a wrong type (for example a string policy is set as REG_DWORD) it will disappear from the list in about:policy instead of being shown as a wrongly typed policy.
,
Oct 12 2016
After some discussion my (somewhat adjusted) position is: We should log such kind of problems using LOG(ERROR), but that doesn't imply that they shouldn't be surfaced on chrome://policy *additionally*.
,
Oct 12 2016
I think this is to be considered a regression because technically there is code that should be producing those errors but it never gets called because something in the guts of our policy parsing doesn't even let the ConfigurationPolicyHanlders see those policies and produce the errors it should.
,
Oct 12 2016
,
Oct 12 2016
Luckily, Anthony has already a CL to fix it: https://codereview.chromium.org/2400703002/ |
|
►
Sign in to add a comment |
|
Comment 1 by mnissler@chromium.org
, Oct 12 2016