From: William Theaker Date: Mon, 14 Feb 2022 21:42:07 +0000 (-0500) Subject: Add example for 3rd party preference X-Git-Tag: v3.7~5^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/410395e974e53ef26b692e7c2728305fc0420f11 Add example for 3rd party preference --- diff --git a/README.md b/README.md index 1f4a748..d36efa3 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,52 @@ Policies can be specified using the [Group Policy templates on Windows](https:// 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/). +#### macOS +``` + + 3rdparty + + Extensions + + uBlock0@raymondhill.net + + adminSettings + + selectedFilterLists + + ublock-privacy + ublock-badware + ublock-filters + user-filters + + + + + + +``` +#### policies.json +``` +{ + "policies": { + "3rdparty": { + "Extensions": { + "uBlock0@raymondhill.net": { + "adminSettings": { + "selectedFilterLists": [ + "ublock-privacy", + "ublock-badware", + "ublock-filters", + "user-filters" + ] + } + } + } + } + } +} +``` + ### AllowedDomainsForApps Define domains allowed to access Google Workspace.