From: Michael Kaply Date: Thu, 5 Apr 2018 18:56:06 +0000 (-0500) Subject: Add DisableForgetButton policy to ADM X-Git-Tag: 0.9~23^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/0d85bcf050e6242f8bd682a37c21a84abfc523c0 Add DisableForgetButton policy to ADM --- diff --git a/README.md b/README.md index 9d7eaeb..8dd5cbf 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,15 @@ This policy disables Firefox studies (Shield) } } ``` +### DisableForgetButton +This policy disables the "Forget" button +``` +{ + "policies": { + "DisableForgetButton": true + } +} +``` ### DisableFormHistory This policy turns off the browser.formfill.enable preferences ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index dc3b26f..620228d 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -53,6 +53,10 @@ If this policy is not configured or disabled, Firefox will not read certificates Prevents usage of the Firefox Screenshots feature. Disable Firefox Studies Prevents Firefox from running studies. + Disable Forget Button + If this policy is enabled, the "Forget" button is not available. + +If this policy is not configured or disabled, the "Forget" button is available. Disable Form History Don't remember search and form history. Disable Pocket diff --git a/windows/firefox.admx b/windows/firefox.admx index 38bceb2..c7bce56 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -272,6 +272,16 @@ + + + + + + + + + +