Andrey Meshkov

Results 242 issues of Andrey Meshkov

Safari content blocking API provides rules with action `block-cookies`: > Strips cookies from the header before sending it to the server. This only blocks cookies otherwise acceptable to Safari's privacy...

enhancement
Priority: P4

Now that we have specified how rules should be prioiritized, lets consider sorting rules in a content blocker using the computed priority value. **Before doing that we should check that...

enhancement

Check the explanation here: https://github.com/AdguardTeam/AdGuardForSafari/issues/770#issuecomment-1381471076 This way we can: 1. Add "AdGuard URL Tracking filter" to AdGuard for iOS 2. The `redirect` and `removeparam` rules both should be based on...

enhancement
Priority: P4

Example: `if-domain: [ "example.org", "*example.org" ]` --> `if-top-url: [ "^[htpsw]+:\\/\\/://([a-z0-9-]+\\.)?example.org/" ]` Ideally, we'll simply need a JSON built with this new approach. Once we have it, we'll be able to...

enhancement
Priority: P3

@ameshkov commented on [Tue Sep 06 2022](https://github.com/AdguardTeam/CoreLibs/issues/1667) Currently, we only discard `[Adblock`, we should discard more: `[AdBlock], [Adblock Plus], [uBlock] / [uBlock Origin], [AdGuard]` See there for the details: https://github.com/github/linguist/blob/bf853f1c663903e3ee35935189760191f1c45e1c/lib/linguist/heuristics.yml#L681-L700

enhancement
Status: In Review
Resolution: Fixed
Priority: P4

See the issue here: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2240 There would've been no issue if we extracted the shortcut from the original regex: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2240#issuecomment-1344807910

enhancement
Resolution: Fixed
Status: Resolved
Priority: P3
Version: AdGuard v4.4
Version: tsurlfilter v3.0

Currently, AdGuard uses some pretty complicated algorithm of rules validation which brings more confusion than not. Instead of the old rule I suggest us having a very simple one: "total...

enhancement
Resolution: Fixed
Status: Resolved
Priority: P4
Version: AdGuard v4.4
Version: tsurlfilter v3.0

See the details here: https://github.com/AdguardTeam/AdGuardHome/issues/3947#issuecomment-996530792 > cause: read udp 192.168.11.183:61037->149.112.112.10:8443: read: connection refused

Instead of `--query` you can use a dnstap file as a source for queries to replay: https://github.com/dnstap/golang-dnstap In addition to that, you may want to replay a single file several...

enhancement