Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: Make getting requestIP more forgiving
We expect that the xff header will be formatted as ip1, ip2 but there can be situtations where somebody has a xff as ip1,ip2 and our helper method just ignores this case. This patch handles the fundamental mistake with getting requestIP.
- Loading branch information