mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Jul 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/276
Originally assigned to: @kics223w1 on GitHub.
Description
Implement Allow List Core Logic.
Acceptance Criteria
Example Scenario
For example:
www.google.com -> not matched with the Allow List -> Don't add to the Flow Pool -> Never appear on the app
www.producthunt.com -> Same above result
http.proxyman.app/get?id=123 -> Matched -> Add to pool -> Display on app
httpbin.proxyman.appandwww.producthunt.comhttps://httpbin.proxyman.app/get?id=123can be executed by Map Local or Breakpointwww.producthunt.comcan be executed by Map Local / Breakpoint -> Even though the request doesn't display on the app -> Because it doesn't match with the Allow List