From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 9 Nov 2020 16:56:21 +0000 (-0600) Subject: Clarify upgrade and firstrun policies. X-Git-Tag: v2.5~6 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/07196753fecd6117c127265fd2f50978aa93df7e?ds=inline;hp=--cc Clarify upgrade and firstrun policies. --- 07196753fecd6117c127265fd2f50978aa93df7e diff --git a/README.md b/README.md index 2c1a8ff..f9c0d67 100644 --- a/README.md +++ b/README.md @@ -3204,7 +3204,7 @@ Value (string): } ``` ### OverrideFirstRunPage -Override the first run page. If the value is blank, no first run page is displayed. +Override the first run page. If the value is an empty string (""), the first run page is not displayed. **Compatibility:** Firefox 60, Firefox ESR 60\ **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\ @@ -3239,7 +3239,7 @@ Value (string): } ``` ### OverridePostUpdatePage -Override the upgrade page. If the value is blank, no upgrade page is displayed. +Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded. **Compatibility:** Firefox 60, Firefox ESR 60\ **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\