titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

Add support for setting up bypass rules and proxy localhost traffic

Open Enumix opened this issue 2 years ago • 1 comments

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

Enumix avatar Apr 15 '23 12:04 Enumix

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.

Enumix avatar Apr 15 '23 12:04 Enumix