mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
It is conventionally common for the X-Forwarded-For header to contain a comma-separated list of IP addresses, with each intermediate proxy adding an additional item as a request passes through it. This change makes the web framework handle this case appropriately, always selecting the first item in the list.