X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/6fa5ad6f26a21449489f7fa6278920b8b377e575..4b75473012386e41387be4c65c214f6d1cb033b3:/README.md diff --git a/README.md b/README.md index 9d7eaeb..1282d8c 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 ``` @@ -192,6 +201,15 @@ This policy removes access to private browsing } } ``` +### DisableProfileRefresh +This policy disables the Refresh Firefox button on about:support and support.mozilla.org. +``` +{ + "policies": { + "DisableProfileRefresh": true + } +} +``` ### DisableSafeMode This policy disables safe mode on Windows only ```