Skip 403 forbidden as well
This commit is contained in:
parent
f1398f0650
commit
b703af3d37
|
@ -34,7 +34,7 @@ if Rails.env.production?
|
||||||
/^ActionController::BadRequest /,
|
/^ActionController::BadRequest /,
|
||||||
|
|
||||||
# hotlinked image error that is pointless
|
# 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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue