From 333c015992362231cf2462db6f0232876468896d Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Thu, 5 Apr 2018 15:47:23 -0500 Subject: [PATCH 1/1] Implement DisableProfileRefresh policy --- README.md | 8 ++++++++ windows/en-US/firefox.adml | 4 ++++ windows/firefox.admx | 10 ++++++++++ 3 files changed, 22 insertions(+) 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 @@ + + + + + + + + + + -- 2.34.1