X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/6fa5ad6f26a21449489f7fa6278920b8b377e575..29c86714ead65a58acb9be6d0e2ef530782b0e76:/README.md?ds=inline 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 ```