X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/dadc1b74d8b806dfc75206aed3d896a7256df199..ce0fcd622504262cd936944e606e901728c55af7:/README.md diff --git a/README.md b/README.md index d21c047..e4f1fe4 100644 --- a/README.md +++ b/README.md @@ -2889,16 +2889,18 @@ Value (string): ### FirefoxHome Customize the Firefox Home page. -**Compatibility:** Firefox 68, Firefox ESR 68\ +**Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4) **CCK2 Equivalent:** N/A\ -**Preferences Affected:** `browser.newtabpage.activity-stream.showSearch`, `browser.newtabpage.activity-stream.feeds.topsites`, `browser.newtabpage.activity-stream.feeds.section.highlights`, `browser.newtabpage.activity-stream.feeds.section.topstories`, `browser.newtabpage.activity-stream.feeds.snippets` +**Preferences Affected:** `browser.newtabpage.activity-stream.showSearch`, `browser.newtabpage.activity-stream.feeds.topsites`, `browser.newtabpage.activity-stream.feeds.section.highlights`, `browser.newtabpage.activity-stream.feeds.section.topstories`, `browser.newtabpage.activity-stream.feeds.snippets`, `browser.newtabpage.activity-stream.showSponsoredTopSites`, `browser.newtabpage.activity-stream.showSponsored` #### Windows (GPO) ``` Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0 ``` @@ -2912,8 +2914,10 @@ Value (string): + + ``` @@ -2926,10 +2930,14 @@ Value (string): | TopSites | + SponsoredTopSites + | Highlights | Pocket | + SponsoredPocket + | Snippets | Locked @@ -2944,8 +2952,10 @@ Value (string): "FirefoxHome": { "Search": true | false, "TopSites": true | false, + "SponsoredTopSites": true | false, "Highlights": true | false, "Pocket": true | false, + "SponsoredPocket": true | false, "Snippets": true | false, "Locked": true | false }