Andrey Meshkov
Andrey Meshkov
As I said, I am keeping 0.104/0.105 without new features. We need this refactoring to integrate a more important feature -- content blocking proxy. Unfortunately, everything else will have to...
We don't need any logs, the issue is clear. We need to fallback to the default API server when service discovery via DoH is not available.
We'll probably be able to do that in Safari 19 when `ignore-following-rules` becomes available: https://github.com/AdguardTeam/SafariConverterLib/issues/87 In this case we'll be able to sort rules like this: ``` 1. cosmetics 2....
Here's how we can do that: 1. Convert `$redirect` and `$removeparam` rules to DNR syntax 2. Apply them via Web Extension on iOS 3. The problem: in this case `$redirect`...
> maybe whitelisting target URL in CBs will help, when exists a redirect rule for that URL? Automatic whitelisting? We could try that, but it's a bit risky and I'd...
Converter incorrectly thinks that `adwords.google.` is a valid domain name and that's why there's a problem here.
https://github.com/AdguardTeam/SafariConverterLib/issues/74#issuecomment-2581178752 is covered by #70 although we'll only be able to do that starting with upcoming Safari 19.
How exactly did you count duplicates? Could it be that you counted lines with `{` and `},` as duplicates?
Duplicates are normally supposed to be handled by the apps themselves (to avoid doing double-work). I'll consider moving this functionality to the converter library.
What's interesting is whether the behavior improves when "Advanced Blocking" is disabled, so far this is the only thing that comes to my mind. Could you please ask the user...