mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-17 23:57:14 +01:00
Fix tootctl accounts cull
crashing when encountering a domain resolving to a private address (#23378)
This commit is contained in:
parent
b233da5996
commit
1ed0ff30d3
@ -353,7 +353,7 @@ module Mastodon
|
||||
|
||||
begin
|
||||
code = Request.new(:head, account.uri).perform(&:code)
|
||||
rescue HTTP::TimeoutError, HTTP::ConnectionError, OpenSSL::SSL::SSLError
|
||||
rescue HTTP::TimeoutError, HTTP::ConnectionError, OpenSSL::SSL::SSLError, Mastodon::PrivateNetworkAddressError
|
||||
skip_domains << account.domain
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user