From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 8 Jul 2019 17:22:49 +0000 (-0500) Subject: Update README for NewTabPage X-Git-Tag: v1.8~20^2~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/7d06d2ee410a3bf288aff58d80049bbb07343d9e?ds=sidebyside;hp=d8131f6532ac9f0ae7cb7af0ad4242e7eb149575 Update README for NewTabPage --- diff --git a/README.md b/README.md index c005d22..e036206 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts. | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed. | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching). +| **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page. | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks. | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords. | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page. @@ -1482,7 +1483,7 @@ Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0 } ``` ### NetworkPrediction -Enable or disable network prediction (DNS prefetching). +Enable or disable network prediction (DNS prefetching). **Compatibility:** Firefox 67, Firefox ESR 60.7\ **CCK2 Equivalent:** N/A\ @@ -1506,6 +1507,31 @@ Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0 "NetworkPrediction": true | false } ``` +### NewTabPage +Enable or disable the New Tab page. + +**Compatibility:** Firefox 68, Firefox ESR 68\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** N/A + +#### Windows +``` +Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0 +``` +#### macOS +``` + + NewTabPage + | + +``` +#### JSON +``` +{ + "policies": { + "NewTabPage": true | false +} +``` ### OfferToSaveLogins Control whether or not Firefox offers to save passwords.