From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 25 Jan 2021 21:58:21 +0000 (-0600) Subject: Make REG_MULTI_SZ examples a little more explicit X-Git-Tag: v2.8~8 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/bcc3e4f3e01f37f0ff69132c608fc190d57d7958?ds=inline;hp=-c Make REG_MULTI_SZ examples a little more explicit --- bcc3e4f3e01f37f0ff69132c608fc190d57d7958 diff --git a/README.md b/README.md index 4546fa0..c4427eb 100644 --- a/README.md +++ b/README.md @@ -2274,8 +2274,8 @@ The configuration for each extension is another dictionary that can contain the **Preferences Affected:** N/A #### Windows (GPO) -``` Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = +``` { "*": { "blocked_install_message": "Custom error message.", @@ -2515,8 +2515,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 +3033,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 +4002,8 @@ Status **Preferences Affected:** Many #### Windows (GPO) -``` Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) = +``` { "accessibility.force_disabled": { "Value": 1,