Andrey Meshkov
Andrey Meshkov
Imagine a situation like this: 1. I run the VPN client on a cloud server. 2. It is configured to operate in VPN mode and add routes automatically. 3. I...
Details of the issue: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/307 Take a look at "Event" properties overriding. Pretty ugly, but I have not found a better way.
Detailed description is here: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/307
AdGuard Home Wiki markdown files available by cloning the repo: `https://github.com/AdguardTeam/AdGuardHome.wiki.git` The problem with the Github Wiki is that it does not support localization unlike the DNS knowledge base. As...
This task requires cooperating with the server-side. There are two options of excluding the local network in the IPSec case. * First, we could set `excludeLocalNetworks` to `true` when configuring...
Check this issue: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2240 The point is that a poor regular expression may cause the extension to completely break the browser. I suggest adding more checks for regular expressions in...
@ameshkov commented on [Wed Feb 08 2017](https://github.com/AdguardTeam/AdguardFilters/issues/4335) Adguard scriptlet is a named script, which can be used further by JS or basic rules. Scriptlets are configured in a special "scriptlets"...
@ameshkov commented on [Mon Apr 10 2017](https://github.com/AdguardTeam/AdguardFilters/issues/4778) We currently do these transformations in the programs code. I guess it'd be easier for devs if these transformations were done on the...
@Alex-302 commented on [Wed Jun 21 2017](https://github.com/AdguardTeam/AdguardFilters/issues/5420) **Feature requests** - rules validating: For example: `||example.com###advert` - the rule is invalid. `||` are unnecessary for element hiding rules; `||example.com^$$domain=domain.org` - two...
@seanl-adg commented on [Mon Jul 10 2017](https://github.com/AdguardTeam/AdguardFilters/issues/5621) According to https://adblockplus.org/development-builds/new-syntax-for-advanced-element-hiding-rules, ABP will use `#?#` instead of `##` to distinguish element hiding rules which make use of `-abp-has` and `-abp-properties` pseudo...