v0.68.1
BuilderIO/gpt-crawlerv0.68.1Apr 13, 2026by fatedier
AI Summary
This patch release addresses a security vulnerability in HTTP proxy configurations where specific settings allowed bypassing authentication checks.
Key Highlights
- Fixed a configuration-dependent authentication bypass in `type = "http"` proxies
- Proxy-style authentication failures now correctly return `407 Proxy Authentication Required`
- Security patch for `routeByHTTPUser` combined with `httpUser`/`httpPassword`
Full Release Notes
## Fixes * Fixed a configuration-dependent authentication bypass in `type = "http"` proxies when `routeByHTTPUser` is used together with `httpUser` / `httpPassword`. This affected proxy-style requests. Proxy-style authentication failures now return `407 Proxy Authentication Required`.