titanium-web-proxy
titanium-web-proxy copied to clipboard
Add support for setting up bypass rules and proxy localhost traffic
Doneness:
- [x] Build is okay - I made sure that this change is building successfully.
- [x] No Bugs - I made sure that this change is working properly as expected. It doesn't have any bugs that you are aware of.
- [x] Branching - If this is not a hotfix, I am making this request against the develop branch
Hi @honfika, I had a need to customize system proxy to allow providing bypass rules. In my case I wanted to track localhost traffic and it's bypassed by the system proxy by default: https://chromium.googlesource.com/chromium/src/+/HEAD/net/docs/proxy.md#implicit-bypass-rules
It address: #915 and probably: #954
I've tested it, and it works as expected.