X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/07d0a80d93f5d7ad43ec685652133f9dc5cb07ca..0d85bcf050e6242f8bd682a37c21a84abfc523c0:/README.md 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 ```