mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 21:26:02 +08:00
Skip 403 forbidden as well
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user