X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/a6e3f1e71ce20e100ee2baf84482c2d9b4f3f425..f0b1c73cf24dcc3ed1949dc1d9d84d3c1b30486f:/README.md 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.