Andrey Meshkov
Andrey Meshkov
> Is there any reason use \\/ instead of / in url-filter? No particular reason, I guess these are interchangeable anyways.
This is likely to be caused by the hardcoded IP we use (which belongs to one of the TOR nodes).
In AG for Windows we'll soon allow user to set any IP there. The same will be done in browser extension when we finally add stealth mode feature to https://github.com/AdguardTeam/AdguardBrowserExtension
Maybe we should just have a comment field? I don't think we can have a universal "equivalent-to" field that will cover everything.
Regarding the comment field btw. There are some modifiers that are only supported in nightly versions. We may want to indicate partial support and add additional information to the comment...
Wouldn't it be too much messages? We could have several boolean flags and one `comment` field for all additional information.
I think we should make the structure as simple as possible, we can always extend it if we need it later.
@demian-parkhomenko generally, `tsurlfilter` just ignores the `$app` modifier in the current version. It was added to `tsurlfilter` just for the sake of compatibility with CoreLibs/DnsLibs (the other engines that we...
I think a compatibility table will be VERY useful, but in order to make it "maintainable", we need filters maintainers expertise here. The idea is that we should have a...
Makes perfect sense to me