0
0
Fork 0

Refactor monkey-patching of PrivateAddressCheck (#24122)

This commit is contained in:
Eugen Rochko 2023-03-16 04:33:38 +01:00 committed by GitHub
parent aa947a143b
commit 630436ab2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View file

@ -77,9 +77,3 @@ Rails.application.configure do
end
Redis.raise_deprecations = true
module PrivateAddressCheck
def self.private_address?(*)
false
end
end