From 50256dd7f1b3a70c17764d6f823e771a8e0b27a5 Mon Sep 17 00:00:00 2001 From: Jonathan Edelman Date: Thu, 18 Dec 2025 13:09:35 -0500 Subject: [PATCH] Add missing space in mime-types.md --- content/reference/protobuf/mime-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/protobuf/mime-types.md b/content/reference/protobuf/mime-types.md index b290d4a1..a1f1d131 100644 --- a/content/reference/protobuf/mime-types.md +++ b/content/reference/protobuf/mime-types.md @@ -22,7 +22,7 @@ followed by the following parameters: `json`. + Use `+json` for JSON even in HTTP responses that use parser breakers as a CORB mitigation. -- Set `charset` to `utf-8` for all JSONor Text Format encodings, and never set +- Set `charset` to `utf-8` for all JSON or Text Format encodings, and never set it for binary encodings. + If `charset` is unspecified it is assumed to be UTF-8. It is preferable to always specify a `charset` as that may prevent certain attack vectors