-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fathom tracking partially unblocked #41
Comments
Yeah, |
Yes, Fathom explicitly states that they use Bunny as proxy. This looks rather hopeless. It seems the only way is to manually add the sub-domains to tracking lists instead. |
Reported to the filter list repo: AdguardTeam/AdguardFilters#116645 |
Actually, I think we can solve this rather easily by adding one more step to the detection algorithm. We'll need to scan all bunny CDN cnames and check if the domain hosts Fathom's javascript file. @slavaleleka when you have some free time, please take a look. |
Is it possible to check the contents of the file while doing this? If they're already randomizing domain names, then filenames (& even contents, similar to how other malware does) are likely next. |
Hello, while most of the Fathom tracking is already blocked in https://github.com/AdguardTeam/cname-trackers/blob/master/trackers/fathom.txt a few scripts pass through because they use a other CNAME domain.
Examples:
prefinery.com
->electric-eighten.b-cdn.net
steadybit.com
->type-thirtyseven.b-cdn.net
meinsmartplan.de
->gorgeous-easy.b-cdn.net
Example for the script:
prefinery.com
->https://glowing-van.prefinery.com/script.js
But the list only containsant.prefinery.com
I don’t know if it can be fixed because
b-cdn.net
get widely usedThe text was updated successfully, but these errors were encountered: