Under the hood
Useful2 Signal0
Model restrictions won't kick in when your settings come from a trusted parent source.
What's wrong with this entry?
Anonymous. No account, no email.
What
A policy view with no model keys sourced from "parent" is treated as cascade-trusted instead of triggering enforcement.
Details
- The
availableModelsenforcement check previously accepted only the "hkcu" source in this case. - It now also accepts "parent", returning
{ state: "inactive", cascadeTrusted: !0 }.
Evidence
cascadeTrusted
Strings lifted out of the shipped bundle, so the claim above can be checked against them.