ContentAnalysisTelemetry
Enable and configure logging of Data Loss Prevention (DLP) events.
When a DLP rule is triggered, Firefox records the event and submits it in the enterprise telemetry ping, which is kept separate from general Firefox telemetry.
Events are logged with full URLs by default, so this policy is normally used to turn logging off or to reduce what it records.
Values set by this policy are locked, so users cannot change them.
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Not supported | Not supported | Available since 155 |
CCK2 Equivalent: N/A
Preferences Affected: browser.contentanalysis.enterprise.telemetry.enabled, browser.contentanalysis.enterprise.telemetry.urlLogging
Examples
Section titled “Examples”{ "policies": { "ContentAnalysisTelemetry": { "Enabled": true, "UrlLogging": "domain" } }}JSON schema
{ "type": "object", "properties": { "Enabled": { "type": "boolean" }, "UrlLogging": { "type": "string", "enum": [ "full", "domain", "none" ] } }}Values
Section titled “Values”Enabled: A Boolean. Iffalse, DLP events are not recorded. The default istrue.UrlLogging: Controls how much URL information each event records. The default isfull.full: Log complete URLs, including paths and parameters.domain: Log only URL hostnames.none: Do not log URL information.
See also
Section titled “See also”ContentAnalysispolicy configures DLP through an external agent.DataLossPreventionpolicy configures DLP through the built-in engine.SecurityLoggingpolicy covers other security-relevant events.

