From 9c04e9d7d364eb86a5241f41d17d7e66d4e22f4f Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:25:59 -0400 Subject: [PATCH] Fixes #1054 --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index a1d1ba8..de223ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 ``` - FirefoxHome + FirefoxSuggest WebSuggestions | @@ -3036,7 +3036,7 @@ Value (string): ``` { "policies": { - "FirefoxHome": { + "FirefoxSuggest": { "WebSuggestions": true | false, "SponsoredSuggestions": true | false, "ImproveSuggest": true | false, -- 2.34.1