v0.68.1
vadimdemedes/inkv0.68.1Apr 13, 2026by fatedier
AI Summary
Fixes a configuration-dependent authentication bypass in HTTP proxies. Updates ensure that authentication failures now return the standard `407 Proxy Authentication Required` status code.
Key Highlights
- Fixed authentication bypass in HTTP proxies
- Standardized 407 error response for proxy failures
- Affects proxy-style requests
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`.