I'm using <script src="...foo.js"></script> to import a script from a third party. It looks like it's working on my end, but they're seeing the following error:
The script from "https://...foo.js" was loaded even though its MIME type ("text/plain") is not a valid JavaScript MIME type.
I can't see anything on my end that would have caused this error.
What do you think, is there anything I could have done on my end or would this have to be an error in the script itself? Or, more likely, with their server?