• Hi, we are using the MMR plugin for merging and minifying most of the js and css scripts. For better security on our website we would like to add the integrity to the scripts.
    EX:

    <script
      src="https://example.com/example-framework.js"
      integrity="sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC"
      crossorigin="anonymous"></script>

    Looking into the settings, the option to add the integrity is not present. Would you consider adding the option?
    Or is there a hook I can hook into, once the scripts are being enqueuded?

    Thanks

  • The topic ‘Integrity to scripts’ is closed to new replies.