]> git.p6c8.net - policy-templates.git/commitdiff
Correct the name of the registry key used for Handlers
authorAndrew Harms <aharms@pinterest.com>
Mon, 10 Aug 2020 22:21:40 +0000 (15:21 -0700)
committerAndrew Harms <aharms@pinterest.com>
Mon, 10 Aug 2020 22:21:40 +0000 (15:21 -0700)
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)
 ```
 
 #### Windows (GPO)
 ```
-Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
+Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
 {
   "mimeTypes": {
     "application/msword": {
 {
   "mimeTypes": {
     "application/msword": {

patrick-canterino.de