mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
Skip 403 forbidden as well
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user