aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/chi-middleware
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1411-416/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-1611-0/+416
* Add reverse proxy configuration support for remote IP address validation * Trust all IP addresses in containerized environments by default * Use single option to specify networks and proxy IP addresses. By default trust all loopback IPs Co-authored-by: techknowlogick <techknowlogick@gitea.io>