Refused to execute script from ' https://raw.github.com/rnmp/salvattore/master/dist/salvattore.min.js ' because its MIME type ('text / plain') is not executable, and strict MIME type checking is enabled.

Well, I can understand what to do?

    1 answer 1

    Add a script to the connection. type="text/javascript"

    It should be something like this

     <script type="text/javascript" src="https://raw.github.com/rnmp/salvattore/master/dist/salvattore.min.js"></script>