]> git.p6c8.net - policy-templates.git/commitdiff
Deprecate DisablePocket policy
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 24 Jun 2025 19:24:26 +0000 (15:24 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 24 Jun 2025 19:24:26 +0000 (15:24 -0400)
docs/index.md

index f22434517ab22ecb4b71b1441c23cee9656e1942..ab5268ff206d284a1ff08277e53f9d552cc9ceeb 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
@@ -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\

patrick-canterino.de