]> git.p6c8.net - policy-templates.git/commitdiff
Fixes #1054
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 3 Oct 2023 20:25:59 +0000 (16:25 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 3 Oct 2023 20:25:59 +0000 (16:25 -0400)
docs/index.md

index a1d1ba8e7458b93932d89277e46c5043e7c955a9..de223ac3b2077c86ee5d7c2b18e7d34baa80afd1 100644 (file)
@@ -2978,10 +2978,10 @@ Customize Firefox Suggest (US only).
 
 #### Windows (GPO)
 ```
-Software\Policies\Mozilla\Firefox\FirefoxHome\WebSuggestions = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredSuggestions = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\FirefoxHome\ImproveSuggest = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0
 ```
 #### Windows (Intune)
 OMA-URI:
@@ -3019,7 +3019,7 @@ Value (string):
 #### macOS
 ```
 <dict>
-  <key>FirefoxHome</key>
+  <key>FirefoxSuggest</key>
   <dict>
     <key>WebSuggestions</key>
     <true/> | <false/>
@@ -3036,7 +3036,7 @@ Value (string):
 ```
 {
   "policies": {
-    "FirefoxHome": {
+    "FirefoxSuggest": {
       "WebSuggestions": true | false,
       "SponsoredSuggestions": true | false,
       "ImproveSuggest": true | false,

patrick-canterino.de