mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-08-09 16:38:45 +09:00
80fdd44622
The RFC1918, loopback, and link-local ranges in DISALLOWED_IPV4 duplicated the private?/loopback?/link_local? checks that run right before the list scan, so they could never be the deciding factor. Keep only the ranges the predicates don't catch.