mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-23 15:41:39 +00:00
chi v5.3.0 deprecates middleware.RealIP (staticcheck SA1019). The internal API is gated by InternalToken and its client sends a single trusted X-Real-IP header, so replace it with a small local middleware that reads X-Real-IP and sets RemoteAddr, preserving the previous behavior. Assisted-by: claude-code:opus-4.8