Skip to content

Require global form tracking to use an allow list

Jeremy Jackson requested to merge jejacks0n/disable-global-form-tracking into master

What does this MR do?

It changes the global form tracking logic to utilize the safer Tracking.enableFormTracking method, which has protections for requiring a list of allowed fields and forms. This will effectively disable global form tracking.

It additionally minimizes the surface area where we must use the term whitelist, since that's in our list of terms to avoid.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports