Refactor monkey-patching of PrivateAddressCheck
(#24122)
This commit is contained in:
parent
aa947a143b
commit
630436ab2d
2 changed files with 3 additions and 7 deletions
|
@ -77,9 +77,3 @@ Rails.application.configure do
|
|||
end
|
||||
|
||||
Redis.raise_deprecations = true
|
||||
|
||||
module PrivateAddressCheck
|
||||
def self.private_address?(*)
|
||||
false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue