An error occurred fetching the project authors.
- 30 Jun, 2016 1 commit
-
-
DJ Mountney authored
This allows us to control the trusted proxies while deployed in a private network. Normally Rack::Request will trust all private IPs as trusted proxies, which can caue problems if your users are connection on you network via private IP ranges. Normally in a rails app this is handled by action_dispatch request, but rack_attack is specifically using the Rack::Request object instead.
-
- 28 Apr, 2016 1 commit
-
-
DJ Mountney authored
Without this setting your own trusted_proxies does not work.
-
- 12 Apr, 2016 1 commit
-
-
DJ Mountney authored
Adjust the default trusted_proxies to only include localhost, and allow other trusted proxies to be configured.
-