From 0d85bcf050e6242f8bd682a37c21a84abfc523c0 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Thu, 5 Apr 2018 13:56:06 -0500 Subject: [PATCH 1/1] Add DisableForgetButton policy to ADM --- README.md | 9 +++++++++ windows/en-US/firefox.adml | 4 ++++ windows/firefox.admx | 10 ++++++++++ 3 files changed, 23 insertions(+) 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 @@ + + + + + + + + + + -- 2.34.1