[issue43975] Incorrect MIME type returned for .js files Windows 10.

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> validate mime types loaded from system files. Document that system files take precedence. ___ Python tracker

[issue43975] Incorrect MIME type returned for .js files Windows 10.

2021-04-29 Thread Scott Means
New submission from Scott Means : This isn't *technically* a bug in Python, but it really presents like one. I like to run the http.server for quick-and-dirty web development, but today Chrome refused to load any of my .js files because the server is returning a MIME type of 'text/plain'. I