TrackerDetector
interface TrackerDetector
Functions
Link copied to clipboard
abstract fun evaluate(url: Uri, documentUrl: Uri, checkFirstParty: Boolean = true, requestHeaders: Map<String, String>): TrackingEvent?
abstract fun evaluate(url: String, documentUrl: Uri, checkFirstParty: Boolean = true, requestHeaders: Map<String, String>): TrackingEvent?
Evaluates whether the given url is a tracker in the context of documentUrl.