|
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|