From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 2 Feb 2021 18:00:12 +0000 (-0600) Subject: Add link to 3rdparty docs X-Git-Tag: v2.8~7 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/df0b6536d1f9f5facb41dc9970162c16bc3b4410?ds=sidebyside;hp=bcc3e4f3e01f37f0ff69132c608fc190d57d7958 Add link to 3rdparty docs --- diff --git a/README.md b/README.md index c4427eb..ed8696b 100644 --- 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.