You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* NEW: Updated to use `Express` 4.x as a peer dependency.
164
165
* REMOVED: `proxyDepth` option on `ExpressBrute` has been removed. Use `app.set('trust proxy', x)` from Express 4 instead. [More Info](http://expressjs.com/en/guide/behind-proxies.html)
165
-
* REMOVED: `getIPFromRequest(req)` has been removed from instances, use `req.ip` instead.
166
+
* REMOVED: `getIPFromRequest(req)` has been removed from instances, use `req.ip` instead.
166
167
167
168
### v0.6.0
168
169
* NEW: Added new ignoreIP option. (Thanks [Magnitus-](https://github.com/Magnitus-)!)
0 commit comments