Closed hamishwillee closed 6 days ago
This removes the Accept-Charset header. Not sent by browsers and is deprecated
Accept-Charset
Historically form elements had an attribute acceptcharset that took same values. This now only takes "UTF-8" if specified, so I tidied that up as well.
acceptcharset
"UTF-8"
This removes the
Accept-Charset
header. Not sent by browsers and is deprecatedHistorically form elements had an attribute
acceptcharset
that took same values. This now only takes"UTF-8"
if specified, so I tidied that up as well.