mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Oneboxes shouldn't explode when the remote causes an HTTPError
This commit is contained in:
parent
921c3f016f
commit
702fbcdfa8
@ -50,6 +50,8 @@ module Oneboxer
|
||||
end
|
||||
end
|
||||
|
||||
nil
|
||||
rescue OpenURI::HTTPError
|
||||
nil
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user