ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.35k stars 177 forks source link

Url path in blocked list is ignored, if domain is listed in allowed wildcard #1920

Closed podolinek closed 5 months ago

podolinek commented 5 months ago

Hi ppl,

I have in Block list url with path https://domain.com/test.html an in Allow list url *.domain.com and test.html is still in listed requests.

Allow list is working ok, filter by wildcard, but rule in Block list is ignored.

Regards, Ondrej

NghiaTranUIT commented 5 months ago

It's a known issue. One request can be matched with either the Allow List or Block List.

Let me see how to fix it 👍

NghiaTranUIT commented 5 months ago

@podolinek it's fixed with this Beta build: https://download.proxyman.io/beta/Proxyman_4.16.0_Fix_Block_List_and_Allow_List.dmg

podolinek commented 5 months ago

@NghiaTranUIT It works, thank you.