diff --git a/drift/core/content_type_utils.py b/drift/core/content_type_utils.py index 0238013..39e4b9b 100644 --- a/drift/core/content_type_utils.py +++ b/drift/core/content_type_utils.py @@ -111,7 +111,7 @@ "application/binary": DecodedType.BINARY, } -ACCEPTABLE_DECODED_TYPES = {DecodedType.JSON, DecodedType.PLAIN_TEXT, DecodedType.HTML} +ACCEPTABLE_DECODED_TYPES = {DecodedType.JSON, DecodedType.PLAIN_TEXT} def get_decoded_type(content_type: str | None) -> DecodedType | None: