Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/reference/protobuf/mime-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down