mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #249] [Feature] Allow to use proxyman proxy only after grant #246
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#246
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 @shirshak55 on GitHub (Aug 16, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/249
Originally assigned to: @NghiaTranUIT on GitHub.
I noticed that when i tried to connect proxy using android phone it didn't asked me like whether the phone should be allowed to use proxy or not. It can be security risk. It would be better if it explicitly ask permission or there is some checkbox like allow anybody to use this proxy etc.?
@NghiaTranUIT commented on GitHub (Aug 16, 2019):
Hey @shirshak55, By default, Proxyman would minimize the number of steps in order to debug, so I deliberately removed the permission alert like Charles Proxy does.
I suppose that I could bring it back, and have the option in Preference. So savvy users like you could enable it, and keep the minimalism for ordinary users 👍
Do you agree?
@shirshak55 commented on GitHub (Aug 16, 2019):
yea there can be option at least like only allow users with explicit grants
etc. yea minimalist is one point but security shouldnot be ignored too.
On Fri, Aug 16, 2019, 11:30 PM Nghia Tran notifications@github.com wrote:
@NghiaTranUIT commented on GitHub (Aug 16, 2019):
I see your point. Will bring it back in Preference in next release 👍
@jamesdixon commented on GitHub (Aug 31, 2019):
@NghiaTranUIT similar issue -- I don't want to enable the proxy for my entire system. Just interested in proxying between iOS simulator and the internet. Is this possible?
@NghiaTranUIT commented on GitHub (Aug 31, 2019):
Hey @jamesdixon,
Unfortunately, iOS Simulator is still using System HTTP Proxy, so there is no way to do it.
If you're working on iOS device (iphone, ipad), you could archive it (Only proxy on device, not entire system) by doing the following steps:
I will officially support it by introduce the button to only turn off HTTP Proxy later.
@shirshak55 commented on GitHub (Aug 31, 2019):
@NghiaTranUIT we can change ios simulator proxy using proxy settings inside simulator .
@NghiaTranUIT commented on GitHub (Aug 31, 2019):
Nice, I don't know that. Thank you @shirshak55 😄
Okay. You can do it @jamesdixon by doing the first and second steps in above instruction 👍
@jamesdixon commented on GitHub (Sep 1, 2019):
@NghiaTranUIT perfect! I was missing the "Auto Override the Proxy Config"
Thank you!
@NghiaTranUIT commented on GitHub (Sep 5, 2019):
@shirshak55 @jamesdixon let check the new build.
From now we can proxy on your mobile phone and ignore the requests from macOS. Just simple turn OFF the Proxy System Setting
@NghiaTranUIT commented on GitHub (Nov 4, 2019):
Done