Closed hibariya closed 10 months ago
Fixes #83
With this change, sanitizing the request body will be skipped when the charset is other than UTF-8. This change should only affect requests that have a content-type header with non-utf-8 charset parameter.
charset
Thanks!
Fixes #83
With this change, sanitizing the request body will be skipped when the
charset
is other than UTF-8. This change should only affect requests that have a content-type header with non-utf-8 charset parameter.