Is there an integrity hash attribute for the cdn datatables script?

Is there an integrity hash attribute for the cdn datatables script?

HollyLHollyL Posts: 14Questions: 4Answers: 0

Is there no longer an integrity hash attribute for the latest datatables when loading from cdn?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,010Questions: 1Answers: 10,554 Site admin
    Answer ✓

    The download builder doesn't, at the time of writing this, create the subresource integrity hash for you. It never has, so if you have an SRI at the moment, you or someone else must have added it to your HTML.

    They are easily to calculate though - this web-site has the details - including an option to simply paste in a URL.

    I'll look at adding this to the download builder - it is something I've been meaning to do for a while!

    Allan

  • HollyLHollyL Posts: 14Questions: 4Answers: 0

    Thank you Allan :)

Sign In or Register to comment.