You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sirv): append charset=utf-8 to HTML content-type (#122)
* fix: append charset=utf-8 to text/html
Closes#106
I considered fixing this upstream in "mime" or "mime-db" packages,
but then I came across these issues, which indicated that it was
not a viable path.
broofa/mime#174jshttp/mime-db#94
* test: check for charset=utf-8 in .html requests
* fix(test): prevent undefined `full` access
* chore: add `charset=utf-8` to test expectants
* chore: light code style/spacing
Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
0 commit comments