Skip to content

v0.6.9a1

Pre-release
Pre-release

Choose a tag to compare

@fawadss1 fawadss1 released this 18 Jun 12:12
· 3 commits to master since this release

Added

  • Proxy bypass list (BROWSER_PROXY_BYPASS_LIST)
    Route chosen domains around the proxy in the browser engine. The user-supplied list is passed to Chrome's --proxy-bypass-list
    launch flag, so requests to those domains connect to the origin directly instead of through the proxy relay. Supports the full Chrome
    bypass syntax — bare hostnames, wildcards (*.example.com), IP/CIDR ranges, ports, and the <local> token. Configured globally via
    config/settings; only takes effect when a proxy is in use.