X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b7d33575fe4294417524833047c27fc1b9af7929..6e35f47fee9d0975c6a28569f283350fea68fae4:/docs/index.md diff --git a/docs/index.md b/docs/index.md index f224345..9cbf516 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,7 +53,7 @@ Note: The `policies.json` must use the UTF-8 encoding. | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar. | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality. | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins. -| **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI. +| **[`DisablePocket`](#disablepocket-deprecated)** | Remove Pocket in the Firefox UI. | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing. | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window. | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org @@ -2232,7 +2232,8 @@ Value (string): } } ``` -### DisablePocket +### DisablePocket (Deprecated) + Remove Pocket in the Firefox UI. It does not remove it from the new tab page. **Compatibility:** Firefox 60, Firefox ESR 60\ @@ -3420,7 +3421,7 @@ Value (string): ### FirefoxHome Customize the Firefox Home page. -**Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122) +**Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122, Stories and SponsoredStories were added in Firefox 141 to replace Pocket and SponsoredPocket.) **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`, `browser.newtabpage.activity-stream.showSponsoredTopSites`, `browser.newtabpage.activity-stream.showSponsored` @@ -3443,14 +3444,14 @@ OMA-URI: Value (string): ``` - - - - - - - - + + + + + + + + ``` #### macOS ``` @@ -3467,8 +3468,12 @@ Value (string): | Pocket | + Stories + | SponsoredPocket | + SponsoredStories + | Snippets | Locked @@ -3486,7 +3491,9 @@ Value (string): "SponsoredTopSites": true | false, "Highlights": true | false, "Pocket": true | false, + "Stories": true | false, "SponsoredPocket": true | false, + "SponsoredStories": true | false, "Snippets": true | false, "Locked": true | false } @@ -5398,20 +5405,28 @@ intl. keyword.enabled (Firefox 95, Firefox ESR 91.4) layers. layout. +mathml.disabled (Firefox 141, Firefox ESR 140.1) media. network. pdfjs. (Firefox 84, Firefox ESR 78.6) places. pref. print. +privacy.baselineFingerprintingProtection, privacy.baselineFingerprintingProtection.* (Firefox 141, Firefox ESR 140.1) +privacy.fingerprintingProtection, privacy.fingerprintingProtection.* (Firefox 141, Firefox ESR 140.1) privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0) privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11) privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11) signon. (Firefox 83, Firefox ESR 78.5) spellchecker. (Firefox 84, Firefox ESR 78.6) +svg.context-properties.content.enabled (Firefox 141, Firefox ESR 140.1) +svg.disabled (Firefox 141, Firefox ESR 140.1) toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4) ui. +webgl.disabled (Firefox 141, Firefox ESR 140.1) +webgl.force-enabled (Firefox 141, Firefox ESR 140.1) widget. +xpinstall.enabled (Firefox 141, Firefox ESR 140.1) xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only) xpinstall.whitelist.required (Firefox 118, Firefox ESR 115.3) ``` @@ -5419,12 +5434,14 @@ as well as the following security preferences: | Preference | Type | Default | --- | --- | --- | +| security.csp.reporting.enabled | bool | true +|     If set to false, disables CSP reporting. (Firefox 141, Firefox ESR 140.1) | security.default_personal_cert | string | Ask Every Time |     If set to Select Automatically, Firefox automatically chooses the default personal certificate. | security.disable_button.openCertManager | string | N/A -|     If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6) +|     If set to true and locked, the View Certificates button in preferences is disabled. (Firefox 121, Firefox ESR 115.6) | security.disable_button.openDeviceManager | string | N/A -|     If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6) +|     If set to true and locked, the Security Devices button in preferences is disabled. (Firefox 121, Firefox ESR 115.6) | security.insecure_connection_text.enabled | bool | false |     If set to true, adds the words "Not Secure" for insecure sites. | security.insecure_connection_text.pbmode.enabled | bool | false