From f1398f0650ac307a37f4c9c45f34a9fd2f0cdc79 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 18 Aug 2015 17:41:39 +1000 Subject: [PATCH] another hotlinked image whitelist --- config/initializers/logster.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/logster.rb b/config/initializers/logster.rb index 23c01ab7ec9..25d696898ab 100644 --- a/config/initializers/logster.rb +++ b/config/initializers/logster.rb @@ -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