-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
False positive in AdGuard DNS list app.adjust.com
#220
Comments
Thoughts @WaLLy3K ? |
You need to reach out to @AdguardTeam. In the Adguard DNS Filter, there are the following rules:
Because of that first rule, it is being added to the Firebog mirror. It seems like |
Good catch, thanks @KnightmareVIIVIIXC ! I've created an issue in their repo: AdguardTeam/AdGuardSDNSFilter#1832 let's hope they fix it 🙏 |
Hey guys,
Not quite - I need to check my parsing logic first before I'd recommend reaching out to them. I might be making a mistake on my side since it's an Adblock list, and I'm essentially just trying to fudge it into a HOSTS list.
I just haven't had the time to look over this yet! 🙂
…On Wed, Feb 5, 2025 at 5:45 am, Recoil9499 ***@***.***(mailto:On Wed, Feb 5, 2025 at 5:45 am, Recoil9499 <<a href=)> wrote:
Good catch, thanks ***@***.***(https://github.com/KnightmareVIIVIIXC) ! I've created and issue in their repo, let's hope they fix it 🙏
—
Reply to this email directly, [view it on GitHub](#220 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAXINNVFTHHYSFFPV3S3EAL2OEDFHAVCNFSM6AAAAABWBVKFMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZUG44DKMRXGM).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
No, it's not an issue on your end. It seems like your logic is fine the way it is because it just seems to exclude the EDIT: Just look at the conflict it's causing here lol. |
It's actually something I fixed long ago back in Issue #4, as However after breaking down my code this evening, I realised I must have made a mistake when I ported my code over and the adblock exceptions weren't being removed because of what boiled down to mere Windows carriage returns / line breaks ( Normally I'm all for people going straight to the list maintainer to get their domains removed, since I'm not responsible for that. Adblock is a funny exception, because I am making large changes to make something that's not supposed to be a DNS blocklist be digestible as a HOSTS format. It's also why I have this disclaimer at the top of my Adblock converted lists:
This is because I don't want people to be potentially pestering Adblock-style list maintainers for something that's potentially my own fault. This causes the person who reported the issue to get a reply saying something to the tune of "🙄 Our filter list isn't supported in the way you're using it, stop doing that".
|
Thank you @WaLLy3K 💕 |
Adguard adds
app.adjust.com
to their exclusion list:AdguardTeam/AdGuardSDNSFilter#1592
But
app.adjust.com
still appears in:https://v.firebog.net/hosts/AdguardDNS.txt
This causes problems with services that use that domain such as Yelp
The text was updated successfully, but these errors were encountered: