FIX: If we can't proxy to a CDN due to HTTP error, render blank
This commit is contained in:
parent
57a2042ef6
commit
1768c45a33
|
@ -117,6 +117,8 @@ class UserAvatarsController < ApplicationController
|
||||||
else
|
else
|
||||||
render_blank
|
render_blank
|
||||||
end
|
end
|
||||||
|
rescue OpenURI::HTTPError
|
||||||
|
render_blank
|
||||||
end
|
end
|
||||||
|
|
||||||
PROXY_PATH = Rails.root + "tmp/avatar_proxy"
|
PROXY_PATH = Rails.root + "tmp/avatar_proxy"
|
||||||
|
|
Loading…
Reference in New Issue