Andrey Meshkov
Andrey Meshkov
Currently, `godnsbench` can only randomize a domain name which is nice, but it's not the same as a real server load. Another simple option would be to allow specifying an...
At this point this is an issue for discussing how the formatter can be implemented and how exactly the filter lists and individual rules should be formatted / sorted. My...
Sorry for several things in one issue. * `$extension`: https://github.com/AdguardTeam/KnowledgeBase/pull/197 * `$referrerpolicy`: https://github.com/AdguardTeam/KnowledgeBase/pull/180 * `$method` and `$to` have been added: https://github.com/AdguardTeam/KnowledgeBase/pull/204 * `$stealth` now supports disabling specific features: https://adguard.com/kb/general/ad-filtering/create-own-filters/#stealth-modifier
We're relaxing validation rules in tsurlfilter and CoreLibs: https://github.com/AdguardTeam/CoreLibs/issues/1816 But it still makes sense to validate if a filtering rule match "too many" URLs. Please take a look at the...
We can use `urlfilter.adtidy.org` to quickly check whether a domain is alive or not. Here's how it can be done: `https://urlfilter.adtidy.org/v2/checkDomains?domain=doubleclick.net&domain=doubleclick.com` The response will contain this structure: ``` "info": {...
https://github.com/AdguardTeam/AdguardFilters/commit/01eba10fd508fa170dd02c93b1db7fa88c621004 This rule is getting flagged: `$permissions=join-ad-interest-group=()\, run-ad-auction=()\, browsing-topics=()`
Not every ad blocker is capable of parsing them properly so having such a rule makes sense as this way the filter list will be compatible with any ad blocker.
Once we finish with the declarative converter, it makes sense to add a new linter rule that checks if a rule is compatible with different MV3 implementations (Safari is a...
I suggest adding support for linting DNS filtering rules as well: https://adguard-dns.io/kb/general/dns-filtering-syntax/ We'll need to differentiate DNS lists from traditional lists and it seems that the "user agent" string can...
We should be very careful with comments that are being removed though.