File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33> A 0-dependency ring middleware for determining a request's real client IP address from HTTP headers
44
5+ [ ![ Build Status] ( https://github.com/outskirtslabs/client-ip/actions/workflows/ci.yml/badge.svg )] ( https://github.com/outskirtslabs/client-ip/actions )
6+ [ ![ cljdoc badge] ( https://cljdoc.org/badge/com.outskirtslabs/client-ip )] ( https://cljdoc.org/d/com.outskirtslabs/client-ip )
7+ [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.outskirtslabs/client-ip.svg )] ( https://clojars.org/com.outskirtslabs/client-ip )
8+
59` X-Forwarded-For ` and other client IP headers are [ often used
610incorrectly] ( https://adam-p.ca/blog/2022/03/x-forwarded-for/ ) , resulting in bugs
711and security vulnerabilities. This library provides strategies for extracting
@@ -20,8 +24,6 @@ Note that there is no dependency on ring, the public api could also be used for
2024
2125## Installation
2226
23- [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.outskirtslabs/client-ip.svg )] ( https://clojars.org/com.outskirtslabs/client-ip )
24-
2527``` clojure
2628; ; deps.edn
2729{:deps {com.outskirtslabs/client-ip {:mvn/version " 0.1.1" }}}
You can’t perform that action at this time.
0 commit comments