arl / statsviz

🚀 Visualise your Go program runtime metrics in real time in the browser
MIT License
3.19k stars 121 forks source link

Fix/content type #106

Closed arl closed 1 year ago

arl commented 1 year ago

Thanks to @rogozhka for his findings in #105 Because some files of certain javascript libraries have no extension they were served with Content-Type text/plain which apparently can cause issues when strict mime type checking is enabled in the browser.

This fixes #97 and probably #95