]> git.p6c8.net - policy-templates.git/blobdiff - docs/index.md
Fix translation
[policy-templates.git] / docs / index.md
index 669a219dc5ea3256030f466a08612a00cf56d6f9..9cbf5164aab33a6c94f5e9ab74e49cee8f3ae5df 100644 (file)
@@ -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
@@ -1739,11 +1739,14 @@ Value (string):
 }
 ```
 ### DisableBuiltinPDFViewer
+
 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
 
+Note: As of Firefox 140, this policy no longer completely disables PDF.js; it changes the handler to send PDF files to the operating system. Embedded PDF files are shown in the browser. If you need to completely disable PDF.js, you can use the [`PDFjs`](#pdfjs) policy. 
+
 **Compatibility:** Firefox 60, Firefox ESR 60\
 **CCK2 Equivalent:** `disablePDFjs`\
-**Preferences Affected:** `pdfjs.disabled`
+**Preferences Affected:** N/A
 
 #### Windows (GPO)
 ```
@@ -2229,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\
@@ -3417,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`
 
@@ -3440,14 +3444,14 @@ OMA-URI:
 Value (string):
 ```
 <enabled/>
-<data id="FirefoxHome_Search"  value="true | false"/>
-<data id="FirefoxHome_TopSites"  value="true | false"/>
-<data id="FirefoxHome_SponsoredTopSites"  value="true | false"/>
-<data id="FirefoxHome_Highlights"  value="true | false"/>
-<data id="FirefoxHome_Pocket"  value="true | false"/>
-<data id="FirefoxHome_SponsoredPocket"  value="true | false"/>
-<data id="FirefoxHome_Snippets"  value="true | false"/>
-<data id="FirefoxHome_Locked"  value="true | false"/>
+<data id="FirefoxHome_Search" value="true | false"/>
+<data id="FirefoxHome_TopSites" value="true | false"/>
+<data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
+<data id="FirefoxHome_Highlights" value="true | false"/>
+<data id="FirefoxHome_Pocket" value="true | false"/>
+<data id="FirefoxHome_SponsoredPocket" value="true | false"/>
+<data id="FirefoxHome_Snippets" value="true | false"/>
+<data id="FirefoxHome_Locked" value="true | false"/>
 ```
 #### macOS
 ```
@@ -3464,8 +3468,12 @@ Value (string):
     <true/> | <false/>
     <key>Pocket</key>
     <true/> | <false/>
+    <key>Stories</key>
+    <true/> | <false/>
     <key>SponsoredPocket</key>
     <true/> | <false/>
+    <key>SponsoredStories</key>
+    <true/> | <false/>
     <key>Snippets</key>
     <true/> | <false/>
     <key>Locked</key>
@@ -3483,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
     }
@@ -5395,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)
 ```
@@ -5416,12 +5434,14 @@ as well as the following security preferences:
 
 | Preference | Type | Default
 | --- | --- | --- |
+| security.csp.reporting.enabled | bool | true
+| &nbsp;&nbsp;&nbsp;&nbsp;If set to false, disables CSP reporting. (Firefox 141, Firefox ESR 140.1)
 | security.default_personal_cert | string | Ask Every Time
 | &nbsp;&nbsp;&nbsp;&nbsp;If set to Select Automatically, Firefox automatically chooses the default personal certificate.
 | security.disable_button.openCertManager | string | N/A
-| &nbsp;&nbsp;&nbsp;&nbsp;If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
+| &nbsp;&nbsp;&nbsp;&nbsp;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
-| &nbsp;&nbsp;&nbsp;&nbsp;If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
+| &nbsp;&nbsp;&nbsp;&nbsp;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
 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, adds the words "Not Secure" for insecure sites.
 | security.insecure_connection_text.pbmode.enabled | bool | false

patrick-canterino.de