X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/aa3e9c4ae6c27d9e5b0ad95508cbb4e030e58a4e..9c04e9d7d364eb86a5241f41d17d7e66d4e22f4f:/docs/index.md?ds=sidebyside 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,