This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix `tootctl accounts cull` not excluding domains on timeouts and certificate issues (
#16433
)
Fixes
#16410
closed-social-glitch-2
Claire
3 years ago
committed by
GitHub
parent
32db7e4df6
commit
a8ef6d24d8
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/mastodon/accounts_cli.rb
+ 1
- 1
lib/mastodon/accounts_cli.rb
View File
@ -308,7 +308,7 @@ module Mastodon
begin
code
=
Request
.
new
(
:head
,
account
.
uri
)
.
perform
(
&
:code
)
rescue
HTTP
::
ConnectionError
rescue
HTTP
::
TimeoutError
,
HTTP
::
ConnectionError
,
OpenSSL
::
SSL
::
SSLError
skip_domains
<<
account
.
domain
end
Write
Preview
Loading…
Cancel
Save