]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #666 from andrewjharms/master
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 10 Aug 2020 22:28:50 +0000 (17:28 -0500)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 22:28:50 +0000 (17:28 -0500)
Correct the name of the registry key used for Handlers

README.md

index e4f3710495a6c380ca290c1f67baded7cd7577da..f68860620f3ff9de5b24a0ef7bd7fbda053912e4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2478,7 +2478,7 @@ Within each handler type, you specify the given mimeType/extension/scheme as a k
 
 #### Windows (GPO)
 ```
-Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
+Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
 {
   "mimeTypes": {
     "application/msword": {

patrick-canterino.de