Andrey Meshkov

Results 242 issues of Andrey Meshkov

Currently, SafariConverterLib does not provide a way for the library user to configure logging. Basically, it writes zero logs (unless in a debug build) and it's hard to troubleshoot internal...

enhancement
Priority: P4

See WebKit implementation here: https://github.com/WebKit/WebKit/commit/301771c71cc7b6b56aa1e2567926fc71d927d459

enhancement
Priority: P4

Check this out: https://github.com/WebKit/WebKit/commit/0d65d2e39211f8530206ac0d251c468d47cb1eaa https://github.com/WebKit/WebKit/commit/6a812431046e391a799d9372c7d6c17665cf1817

enhancement
Priority: P4

See here: https://github.com/WebKit/WebKit/commit/d5d74427397d8dec2e03456dae6ea4de50060d53

enhancement

Check this out: https://github.com/WebKit/WebKit/commit/1d7b6a797ab4170ebc01a323bb7861ad97e4ba3a

enhancement

It needs to be simply discarded since there's no way it can be implemented in Safari. See the explanation here: https://github.com/AdguardTeam/CoreLibs/issues/1986#issuecomment-3007055517

enhancement

### Issue Details uBO added support for specifying path in cosmetic rules: https://github.com/gorhill/uBlock/commit/8b696a691a In order to maintain parity we need to support this in CoreLibs as well. ### Proposed solution...

enhancement
Priority: P4

See the testcases here for details: https://testcases.agrd.dev/Filters/advanced-domain-modifier/test-advanced-domain-modifier.html The following rules do not work: ``` ! Test case 2: basic rule ||*/httpbin/anything/test-case-2.json$domain=testcases.agrd.*|pages.* ! Test case 7: basic rule with regex ||*/httpbin/anything/test-case-7.json$domain=/testcases/|/pages/...

bug

This will help us with testing CSP and Trusted Types limitations and distinguishing 3 different cases: 1. Scriptlet 2. "local script rule" 3. A script rule added by the user...

enhancement

See the discussion here: https://github.com/AdguardTeam/CoreLibs/issues/1986 It's relatively simple to add it to MV2. With MV3 it is more complicated. There are several approaches to how it can be implemented, but...

enhancement
Priority: P4