X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/cab6a5076c1d8e5a1574637709c19b54bdbd669e..ce0fcd622504262cd936944e606e901728c55af7:/README.md diff --git a/README.md b/README.md index 29a26d6..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 } @@ -4184,6 +4194,7 @@ general.smoothScroll (Firefox 83, Firefox ESR 78.5) geo. gfx. intl. +keyword.enabled (Firefox 95, Firefox ESR 91.4) layers. layout. media. @@ -4193,6 +4204,7 @@ places. print. signon. (Firefox 83, Firefox ESR 78.5) spellchecker. (Firefox 84, Firefox ESR 78.6) +toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4) ui. widget. ```