v0.68.1

X-PLUG/mPLUG-DocOwlv0.68.1Apr 13, 2026by fatedier

AI Summary

This release addresses a security vulnerability in HTTP proxy authentication where specific configurations could allow bypassing security checks, now returning a 407 error.

Key Highlights

  • Fixes configuration-dependent authentication bypass
  • Returns 407 Proxy Authentication Required
  • Fixes proxy-style requests

New Features

  • Proxy authentication security fix

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`.