mirror of
https://github.com/mastodon/mastodon
synced 2024-11-23 22:56:20 +09:00
Fix crash when encountering invalid URL (#26814)
This commit is contained in:
parent
31c5e63a58
commit
412c3e13ec
@ -27,5 +27,7 @@ class TagManager
|
||||
domain = uri.host + (uri.port ? ":#{uri.port}" : '')
|
||||
|
||||
TagManager.instance.web_domain?(domain)
|
||||
rescue Addressable::URI::InvalidURIError, IDN::Idna::IdnaError
|
||||
false
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user