From cf2307d58f0d46f76fd281eb659389027ddce3a0 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 23 Jun 2019 20:25:01 +0300 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ Disabled descriptions in help section: - Feedback commands - FF account - FF screenshot - FF Studies - Pocket - Profile import - System addons update - Telemetry --- config/distribution/policies.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/distribution/policies.json b/config/distribution/policies.json index 29430ad..4baf6de 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -14,16 +14,24 @@ "OverridePostUpdatePage": "", "DisableMasterPasswordCreation": true, "DisableFeedbackCommands": true, + "DisableFeedbackCommands_Explain": true, "DisableFirefoxAccounts": true, + "DisableFirefoxAccounts_Explain": true, "DisableFirefoxScreenshots": true, + "DisableFirefoxScreenshots_Explain": true, "DisableFirefoxStudies": true, + "DisableFirefoxStudies_Explain": true, "DisablePocket": true, + "DisablePocket_Explain": true, "DisableProfileImport": true, + "DisableProfileImport_Explain": true, "DisableSetDesktopBackground": true, "DisableSystemAddonUpdate": true, + "DisableSystemAddonUpdate_Explain": true, "DisableTelemetry": true, + "DisableTelemetry_Explain": true, "TrackingProtection": false, "TrackingProtectionLocked": true, "SSLVersionMin_Explain": "TLS1_2" } -} +} \ No newline at end of file