X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/a9dd862b7d7b17300ec62191ec73f2558fc7bcca..62950da17908ea2ee93c07335a95b89886ccada5:/README.md diff --git a/README.md b/README.md index 9f6504f..d12ecc5 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 value is set for the Startpage, the user will always get the homepage at startup and cannot 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`\ @@ -2995,6 +2995,35 @@ Value (string): ### ManagedBookmarks Configures a list of bookmarks managed by an administrator that cannot be changed by the user. +The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder. + +The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks). The schema is: +``` +{ + "items": { + "id": "BookmarkType", + "properties": { + "children": { + "items": { + "$ref": "BookmarkType" + }, + "type": "array" + }, + "name": { + "type": "string" + }, + "toplevel_name": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" +} +``` **Compatibility:** Firefox 83, Firefox ESR 78.5\ **CCK2 Equivalent:** N/A\ **Preferences Affected:** N/A @@ -3033,7 +3062,7 @@ OMA-URI: Value (string): ``` - PictureInPicture - | + + Enabled + | + Locked + | + ``` #### policies.json ``` { "policies": { - "PictureInPicture": true | false + "PictureInPicture": { + "Enabled": true | false, + "Locked": true, false + } } } ``` @@ -3905,9 +3945,11 @@ intl. layout. media. network. +pdfjs. (Firefox 84, Firefox ESR 78.6) places. print. signon. (Firefox 83, Firefox ESR 78.5) +spellchecker. (Firefox 84, Firefox ESR 78.6) ui. widget. ```