Hacker News new | ask | show | jobs
by amluto 6 days ago
As a little public resource announcement:

    <script type="module" blocking="render"
    src="https://cdn.jsdelivr.net/npm/justif@0.5.0/dist/auto.js"
    ></script>
Users of something like this should ALWAYS use subresource integrity, and the example script tag should, too.
1 comments

Good call. I've updated to release script to always include the SRI hash in the README sample.