From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 22 Sep 2020 16:12:26 +0000 (-0500) Subject: A little more doc X-Git-Tag: v2.3~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/a9eec83dc02839074d05b48303466ca421c49808?ds=sidebyside;hp=--cc A little more doc --- a9eec83dc02839074d05b48303466ca421c49808 diff --git a/README.md b/README.md index 2ffe598..3f0caa1 100644 --- a/README.md +++ b/README.md @@ -3791,7 +3791,9 @@ 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. 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 a default by policy. +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.