X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/5174181bdd1a137d2d42257e46dc0feebee191ce..784d835476c6cde48e663839d7e0a2d3184de14b:/README.md diff --git a/README.md b/README.md index e5cada0..3f0caa1 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Configure sites that support integrated authentication. See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information. -`PrivateBrowsing` enables integrated authentication in prviate browsing. +`PrivateBrowsing` enables integrated authentication in private browsing. **Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3, PrivateBrowsing added in 77/68.9)\ **CCK2 Equivalent:** N/A\ @@ -3787,9 +3787,13 @@ Using the preference as the key, set the `Value` to the corresponding preference `Status` can be "default", "locked", "user" or "clear" +Default preferences can be modified by the user. + If a value is locked, it is also set as the default. -User preferences persist across invocations of Firefox. +User preferences persist across invocations of Firefox. It is the equivalent of a user setting the preference. They are most useful when a preference is needed very early in startup so it can't be set as default by policy. + +User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy. See the examples below for more detail.