add combined_disguised_trackers.json
See original GitHub issueFollowing up on https://github.com/AdguardTeam/cname-trackers/issues/4#issuecomment-793148173
Could you also provide (and maintain) a JSON that maps between first party domains and CNAME domains?
Something like:
{
"abc.some-first-party.com": "xyz.potential-tracker.com",
...
}
In cases of multiple CNAME records, could you provide just the one entry for the domain at the end of the chain (https://github.com/AdguardTeam/cname-trackers/issues/4#issuecomment-796918623)?
The basic idea here is to enable canonical name lookups for a set of domains. The answers provided by the JSON should match answers provided by the dns.resolve()
API.
For example:
browser.dns.resolve("alsgaj.chosun.com", ['canonical_name']).then(r=>{console.log(r.canonicalName)})
// prints gum.va1.vip.prod.criteo.com (not a.dnsdelegation.io)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ghostwords yeah, after all, that’s okay that you’re getting a different entry. We’re seeing many of them, they may change randomly, so we just pick a random one.
Most likely it is, but we’d better double-check this. Let me reopen it just in case.