From: Michael Kaply Date: Thu, 5 Apr 2018 20:47:23 +0000 (-0500) Subject: Implement DisableProfileRefresh policy X-Git-Tag: 0.9~22^2~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/333c015992362231cf2462db6f0232876468896d?hp=29c86714ead65a58acb9be6d0e2ef530782b0e76 Implement DisableProfileRefresh policy --- diff --git a/README.md b/README.md index 8dd5cbf..b59275a 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,14 @@ This policy removes access to private browsing "DisablePrivateBrowsing": true } } +### 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 diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 620228d..62d1173 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -63,6 +63,10 @@ If this policy is not configured or disabled, the "Forget" button is a Prevents ability to save webpages to Pocket. Disable Private Browsing Disables private browsing. + Disable Profile Refresh + If this policy is enabled, the "Refresh Firefox" button is not available on the about:support page or on support.mozilla.org. + +If this policy is not configured or disabled, the "Refresh Firefox" button is available. Disable Safe Mode Prevents ability to restart in safe mode. Disable System Addon Updates diff --git a/windows/firefox.admx b/windows/firefox.admx index c7bce56..7be7fce 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -312,6 +312,16 @@ + + + + + + + + + +