From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 24 Sep 2019 17:29:01 +0000 (-0500) Subject: Mark as REG_MULTI_SZ X-Git-Tag: v1.10~14 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/eb968c235b59c255b67eb9340454492263822291?ds=inline;hp=-c Mark as REG_MULTI_SZ --- eb968c235b59c255b67eb9340454492263822291 diff --git a/README.md b/README.md index a680f79..d950794 100644 --- a/README.md +++ b/README.md @@ -1367,7 +1367,7 @@ The configuration for each extension is another dictionary that can contain the #### Windows ``` -Software\Policies\Mozilla\Firefox\ExtensionSettings = '{"*": {"installation_mode": "blocked"}}' +Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = '{"*": {"installation_mode": "blocked"}}' ``` #### macOS ```