From: Michael Kaply Date: Thu, 5 Apr 2018 21:32:19 +0000 (-0500) Subject: Policy for DisableTelemetry. Also fix some wording X-Git-Tag: 0.9~20^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/6fd0a94c23de4b14c56bac46b5fca6c53f84289a Policy for DisableTelemetry. Also fix some wording --- diff --git a/README.md b/README.md index ea6126c..9de8ec9 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,15 @@ This policy prevents system add-ons from being updated or installed. } } ``` +### DisableTelemetry +This policy prevents the upload of telemetry data. Mozilla strongly recommends that you do NOT disable telemetry if you do not have a business need to do so. +``` +{ + "policies": { + "DisableTelemetry": true + } +} +``` ### DisplayBookmarksToolbar This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index efe877e..c31d9da 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -36,7 +36,7 @@ Import Enterprise Roots If this policy is enabled, Firefox will read certificates from the Windows certificate store. -If this policy is not configured or disabled, Firefox will not read certificates from the Windows certificate store. +If this policy is disabled or not configured, Firefox will not read certificates from the Windows certificate store. Create Master Password If false, removes access to create a master password. Disable Update @@ -56,7 +56,7 @@ If this policy is not configured or disabled, Firefox will not read certificates Disable Forget Button If this policy is enabled, the "Forget" button is not available. -If this policy is not configured or disabled, the "Forget" button is available. +If this policy is disabled or not configured, the "Forget" button is available. Disable Form History Don't remember search and form history. Disable Pocket @@ -66,19 +66,25 @@ If this policy is not configured or disabled, the "Forget" button is a 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. +If this policy is disabled or not configured, the "Refresh Firefox" button is available. Disable Safe Mode Prevents ability to restart in safe mode. Prevent overriding certificate errors If this policy is enabled, the "Add Exception" button is not available when a certificate is invalid. This prevents the user from overriding the certificate error. -If this policy is not configured or disabled, certificate errors can be overridden. +If this policy is disabled or not configured, certificate errors can be overridden. Prevent overriding safe browsing errors If this policy is enabled, a user can not bypass the warning and visit a harmful site. -If this policy is not configured or disabled, a user can choose to visit a harmful site. +If this policy is disabled or not configured, a user can choose to visit a harmful site. Disable System Addon Updates Prevent the browser from installing and updating system addons. + Disable Telemetry + If this policy is enabled, telemetry is not uploaded. + +If this policy is disabled or not configured, telemetry is collected and uploaded. + +Mozilla strongly recommends that you do NOT disable telemetry if you do not have a business need to do so. Display Bookmarks Toolbar Causes the bookmarks toolbar to be displayed by default. Display Menu Bar @@ -91,10 +97,10 @@ If this policy is not configured or disabled, a user can choose to visit a harmf URLs to allow addons. If this policy is enabled, cookies are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well. -If this policy is not configured or disabled, the default cookie policy is followed. +If this policy is disabled or not configured, the default cookie policy is followed. If this policy is enabled, cookies are blocked for the URLS indicated. If a top level domain is specified (http://example.org), cookies are blocked from all subdomains as well. -If this policy is not configured or disabled, cookies are not blocked by default. +If this policy is disabled or not configured, cookies are not blocked by default. Accept cookies from websites If this policy is disabled, cookies are not accepted from websites by default. @@ -102,18 +108,18 @@ If this policy is not configured or enabled, cookies are accepted from websites. Accept third-party cookies If this policy is enabled and cookies are allowed, you can set when to accept third-party cookies. -This setting is ignored if this policy is not configured or disabled or if cookies are not allowed. +This setting is ignored if this policy is disabled or not configured or if cookies are not allowed. Always Never From visited Keep cookies until Firefox is closed If this policy is enabled and cookies are allowed, they will expire when Firefox is closed. -This setting is ignored if this policy is not configured or disabled or if cookies are not allowed. +This setting is ignored if this policy is disabled or not configured or if cookies are not allowed. Do not allow preferences to be changed If this policy is enabled cookie preferences cannot be changed by the user. -If this policy is not configured or disabled, the user can change their cookie preferences. +If this policy is disabled or not configured, the user can change their cookie preferences. URLs to allow Flash. URLs to block Flash. Bookmark 1 diff --git a/windows/firefox.admx b/windows/firefox.admx index d560c60..549a738 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -362,6 +362,16 @@ + + + + + + + + + +