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