another hotlinked image whitelist

This commit is contained in:
Sam 2015-08-18 17:41:39 +10:00
parent add6e12ce4
commit f1398f0650
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if Rails.env.production?
/^ActionController::BadRequest /,
# hotlinked image error that is pointless
/^Failed to pull hotlinked image.*404 Not Found/m
/^Failed to pull hotlinked image.*(404 Not Found|gestaddrinfo: Name or service not known)/m
]
end