]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Add link to 3rdparty docs
[policy-templates.git] / README.md
index 16286737cc69402ae345ce49ef7bc8b48c1599a5..ed8696b0701bfc0956196818f22ee2d8f1b20323 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ Policies can be specified using the [Group Policy templates on Windows](https://
 
 | Policy Name | Description
 | --- | --- |
-| **[`AppAutoUpdate`](#appautoupdate)** |  Enable or disable automatic application update.
+| **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
+| **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
@@ -97,6 +98,10 @@ Policies can be specified using the [Group Policy templates on Windows](https://
 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
 
+### 3rdparty
+
+Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
+
 ### AppAutoUpdate
 
 Enable or disable **automatic** application update.
@@ -2269,13 +2274,13 @@ The configuration for each extension is another dictionary that can contain the
 | `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else. This setting can be used only for the default configuration.
 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
 
-**Compatibility:** Firefox 69, Firefox ESR 68.1\
+**Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
 **CCK2 Equivalent:** N/A\
 **Preferences Affected:** N/A
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
+```
 {
   "*": {
     "blocked_install_message": "Custom error message.",
@@ -2515,8 +2520,8 @@ Within each handler type, you specify the given mimeType/extension/scheme as a k
 **Preferences Affected:** N/A
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
+```
 {
   "mimeTypes": {
     "application/msword": {
@@ -3033,8 +3038,8 @@ The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks po
 **Preferences Affected:** N/A
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
+```
 [
   {
     "toplevel_name": "My managed bookmarks folder"
@@ -4002,8 +4007,8 @@ Status
 **Preferences Affected:** Many
 
 #### Windows (GPO)
-```
 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
+```
 {
   "accessibility.force_disabled": {
     "Value": 1,

patrick-canterino.de