Skip to content

Disable Firefox Telemetry

An XCCDF Rule

Description

Telemetry can be disabled by setting toolkit.telemetry.enabled to false.

Rationale

The Telemetry feature provides this capability by sending performance and usage info to Mozilla. As you use Firefox, Telemetry measures and collects non-personal information, such as performance, hardware, usage and customizations. It then sends this information to Mozilla on a daily basis and we use it to improve Firefox

ID
xccdf_org.ssgproject.content_rule_firefox_policy-telemetry
Severity
Medium
References
Updated



Remediation - Shell Script


firefox_cfg="policies.json"
# Default to /etc/firefox/policies to use for remediations.
firefox_dirs="/etc/firefox/policies"
permissions=644