X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7faa210d9e48498c016af5d9c7ad43e2ed174494..e7398e490416142e5c355e32e5e3decfa33b8435:/README.md?ds=inline diff --git a/README.md b/README.md index 4367e95..86af4a7 100644 --- a/README.md +++ b/README.md @@ -2784,7 +2784,7 @@ Configure the default homepage and how Firefox starts. `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session. -With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. This allows for locking the homepage, but still allowing the user to choose whether or not they want to restore their session. +With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is set, the homepage is locked and the user can choose to restore their session. **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`\ @@ -3062,7 +3062,7 @@ OMA-URI: Value (string): ``` - PictureInPicture - | + + Enabled + | + Locked + | + ``` #### policies.json ``` { "policies": { - "PictureInPicture": true | false + "PictureInPicture": { + "Enabled": true | false, + "Locked": true, false + } } } ```