v0.6.9a1
Pre-release
Pre-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.