I have to load a javascript library from outsite my front-end like this:
<script async src="https://other-domain.com/AgencySystem/chat/js"></script>
But Firefox stop excuting this script because of https://other-domain.com/AgencySystem/chat/js return mime-type = text/html
So my question is: How can I run this external HTML file like Javascript file?"