tweaselORG / TrackHAR

Library for detecting tracking data transmissions from traffic in HAR format.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

`DataPath`: Filters that stop a discovered value from being considered an instance of the respective property #46

Open baltpeter opened 9 months ago

baltpeter commented 9 months ago

Sometimes, a tracker will transmit something like idfa: none. Currently, this would be detected an IDFA transmission, which is obviously wrong.

I think we'll need filters to prevent that. Maybe it's easiest if we can either specify a positive (onlyIf: \d+) or negative (notIf: none) regex?