Detect and prevent image bombs, max. processable dimension 4096^2 (#7229)
This commit is contained in:
@ -6,6 +6,7 @@ module Mastodon
|
||||
class ValidationError < Error; end
|
||||
class HostValidationError < ValidationError; end
|
||||
class LengthValidationError < ValidationError; end
|
||||
class DimensionsValidationError < ValidationError; end
|
||||
class RaceConditionError < Error; end
|
||||
|
||||
class UnexpectedResponseError < Error
|
||||
|
Reference in New Issue
Block a user