We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.4.5
1 parent 9101337 commit 1bb18b9Copy full SHA for 1bb18b9
1 file changed
site/layouts/_partials/oss-licenses/licenses.html
@@ -48,7 +48,9 @@
48
49
<!-- HTML sanitizer required by `assets/js/pages/oss-licenses.js`
50
to prevent XSS when injecting remote Markdown as HTML. -->
51
-<script src="https://cdn.jsdelivr.net/npm/dompurify@3/dist/purify.min.js"
+<script src="https://cdn.jsdelivr.net/npm/dompurify@3.4.5/dist/purify.min.js"
52
+ integrity="sha384-7FXQySTrDscwsLx1i8RIqZM/JHoUVstx4CuL2b7tziI4Glhp3/3dm/j3qUTheVXE"
53
+ crossorigin="anonymous"
54
type="text/javascript"
55
charset="utf-8"></script>
56
0 commit comments