saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
202 stars 13 forks source link

Add matcher interface for domains filtering #742

Closed Choraden closed 4 months ago

Choraden commented 4 months ago

The Matcher interface replaces RegexpMatcher in forwarder's config. This allows specifying custom match logic for mitm, deny, and direct domains.

mmatczuk commented 4 months ago

LGTM