mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1654] Exclude apps/processes from main list or from catch #1648
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1648
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 @Drovosek01 on GitHub (May 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1654
It would be convenient if it were possible to remove the display of some specific applications or processes from the general list of intercepted requests (for example, Google Chrome) or even remove the interception of requests from these applications.
Yes, I understand that in the case of Google Chrome, you can simply shut it down, but sometimes there are situations when this cannot be done or it will lead to undesirable consequences. There may also be some applications/processes that run in the background and cannot be disabled.
Thank you
@NghiaTranUIT commented on GitHub (May 28, 2023):
You can use the Bypass Proxy List in the Tool -> SSL Proxying List:
You can define a list of requests that never go to the Proxman Proxy Server.
Unfortunately, it doesn't support entire app, e.g. Google Chrome.
@philosopherdog commented on GitHub (Jul 10, 2023):
Agreed. Excluding by app or process would be super useful.
@NghiaTranUIT commented on GitHub (Jul 10, 2023):
@philosopherdog It's technically impossible because this SSL Bypass proxy is from the macOS system. You can find the Bypass Setting in your System Setting -> WiFi -> your wifi -> Details -> Proxies -> Bypass List.
It only accepts domains, not apps.
@StanislavMayorov commented on GitHub (Feb 21, 2024):
@NghiaTranUIT Hello. There's option exclude by app in the latest version. so is it possible now? Can it ignore the same request from browser and proxy from mobile app?
https://docs.proxyman.io/basic-features/ssl-proxying#apps-domains-wildcards

@philosopherdog commented on GitHub (Feb 21, 2024):
Nice!
On Wednesday, February 21, 2024, Stanislav Mayorov @.***>
wrote:
--
Steve Thompson
Developer
416-702-3620
@NghiaTranUIT commented on GitHub (Feb 21, 2024):
@StanislavMayorov
Exclude List means this app won't ever be decrypted. However, Proxyman still records it in the Main Table View.
It's not technically possible because Proxyman macOS can't access your iPhone to know what the app is. Proxyman only knows the connection from your iPhone to your destination server.
@StanislavMayorov commented on GitHub (Feb 21, 2024):
@NghiaTranUIT thank you!