Skip 403 forbidden as well

This commit is contained in:
Sam 2015-08-18 17:48:54 +10:00
parent f1398f0650
commit b703af3d37
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|gestaddrinfo: Name or service not known)/m
/^Failed to pull hotlinked image.*(404 Not Found|403 Forbidden|gestaddrinfo: Name or service not known)/m
]
end