From eb968c235b59c255b67eb9340454492263822291 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 24 Sep 2019 12:29:01 -0500 Subject: [PATCH] Mark as REG_MULTI_SZ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- 2.34.1