X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b4635db8390bb1adc915a628b413157cde711f9b..6fd0a94c23de4b14c56bac46b5fca6c53f84289a:/README.md?ds=sidebyside 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. ```