cname-trackers icon indicating copy to clipboard operation
cname-trackers copied to clipboard

Add fingerprintjs to CNAME trackers

Open ameshkov opened this issue 3 years ago • 0 comments

https://dev.fingerprintjs.com/docs/subdomain-integration

We need to figure out what domain they use for CNAME tracker (not clear from the doc yet, could be acm-validations.aws.).

Let's use publicwww and look for their scripts that use custom endpoint:

const fpPromise = FingerprintJS.load({
  token: 'your-browser-token',
  endpoint: 'https://fp.yourdomain.com'
})

ameshkov avatar Feb 02 '22 18:02 ameshkov