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
Could set the Content-Type header to the MIME type when serving static files, e.g. image/png for .png files and so on.
Browsers are pretty good at guessing the type, so not horrible if we don't, but there's probably some mime stuff lying around somewhere in scheme if we want to.