another hotlinked image whitelist
This commit is contained in:
parent
add6e12ce4
commit
f1398f0650
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue