mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1791] Domains in Hide List are still displayed if they are also ran through the Scripting Tool #1784
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#1784
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 @sleeve on GitHub (Oct 1, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1791
Description
I've been doing some insecure HTTP audits recently and noticed that if domains that I've configured in the Block/Hide List to be hidden are also ran through a Script I have enabled, they are still being displayed in the Proxy log and aren't hidden. It feels like if a domain is in the Hide List it should always be hidden even if it also gets filtered by a Script that's enabled.
Maybe the Hide List functionality needs to be moved to the last step of the Proxy Log display code? Allow Scripts to be run but then check the Hide List after that to determine if the the call should display in the Proxy Log?
Maybe I'm missing something and there's a workaround I can use in my script to keep the calls hidden? Thanks!
Steps to Reproduce
Note that all calls caught in this rule are then hidden correctly and not displayed in the Proxy Log
Create a simple script that will interact with those calls in the hide list and enable it. (Using a simple HTTP calls colored red script)
Trigger the calls that will be ran through the script and are also on the hide list.
Note that the calls that are caught and ran through the script are no longer hidden from the proxy log and are colored red even though they are on the Hide List.

Expected Behavior
Hide calls from the proxy log that are a part of a Hide List rule even if they are caught in a script.
Environment
Proxyman Pro 4.12.0 (49300)
macOS Sonoma 14.0
@NghiaTranUIT commented on GitHub (Oct 2, 2023):
Thanks @sleeve, it's a bug.
You can work around this by adding all domains in the Block List to the Bypass Proxy List in the Tool menu -> Proxy Setting.
These requests never go to the Proxy -> Don't show on the Proxyman app and don't go through the Scripting tool too.
@sleeve commented on GitHub (Oct 7, 2023):
Thanks for confirming that it's a bug. That workaround is fine if you're just proxying local macOS traffic but it doesn't work for remote/mobile devices, which is what I use most in Proxyman.
That's why the "Hide List" is such a powerful tool since it can hide both local macOS traffic AND remote device traffic. I'd like to just maintain a single list of domains in the hide list tool instead of keeping track of both a bypass AND hide list.