FIX: If we can't proxy to a CDN due to HTTP error, render blank

This commit is contained in:
Robin Ward 2017-05-04 12:42:46 -04:00
parent 57a2042ef6
commit 1768c45a33
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ class UserAvatarsController < ApplicationController
else
render_blank
end
rescue OpenURI::HTTPError
render_blank
end
PROXY_PATH = Rails.root + "tmp/avatar_proxy"