Skip to content

Commit

Permalink
Merge pull request #4305 from sul-dlss/cbeer-patch-1
Browse files Browse the repository at this point in the history
Update rack_attack ranges for local IPs
  • Loading branch information
cbeer authored Jul 8, 2024
2 parents f637cd0 + b2e03a9 commit 223a19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/rack_attack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@
Rack::Attack.safelist_ip("171.64.0.0/14")
Rack::Attack.safelist_ip("10.0.0.0/8")
Rack::Attack.safelist_ip("172.16.0.0/12")
Rack::Attack.safelist_ip("192.168.0.0/16")
end

0 comments on commit 223a19e

Please sign in to comment.