X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/c6b79bf88d3055176779363a16e49559cfc65720..d1d973caedb0dc2c7340bdae00e4589df51be4b7:/docs/index.md diff --git a/docs/index.md b/docs/index.md index c7c1634..5478516 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2888,7 +2888,7 @@ If `SuspectedFingerprinting` is set to true, Firefox reduces the amount of infor `Exceptions` are origins for which tracking protection is not enabled. -`Category` can be either ```strict``` or ```standard```. If category is set, it overrides all other settings except `Exceptions` and the user cannot change the category. +`Category` can be either ```strict``` or ```standard```. If category is set, it overrides all other settings except `Exceptions` and the user cannot change the category. (Firefox 142, Firefox ESR 140.2) **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5. Category added in Firefox 142/140.2.)\ **CCK2 Equivalent:** N/A\ @@ -3887,9 +3887,14 @@ Configure the default homepage and how Firefox starts. `Additional` allows for more than one homepage. -`StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session. +`StartPage` is how Firefox starts. -With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session. +| Value | Description +|-------------------|----------------------------------------------------------------------------- +| `none` | Start with a blank page (no homepage, no previous session). +| `homepage` | Start with the homepage in `URL` policy. +| `previous-session`| Restore the previous session (all tabs and windows reopen). +| `homepage-locked` | Always force the homepage at startup, users cannot choose session restore. (Firefox 78) **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\ **CCK2 Equivalent:** `homePage`,`lockHomePage`\