Skip to content

Commit 7ecbe33

Browse files
Load script from cdn.jsdelivr.net
Resolving the comment #544 (comment)
1 parent 2f14ca3 commit 7ecbe33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

site/layouts/_partials/oss-licenses/licenses.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@
5757
<!-- The JavaScript Markdown to HTML converter.
5858
Used in the `assets/js/pages/oss-licenses.js`. -->
5959
<!--suppress JSUnresolvedLibraryURL -->
60-
<script src="https://cdn.rawgit.com/showdownjs/showdown/1.9.0/dist/showdown.min.js"
60+
<script src="https://cdn.jsdelivr.net/npm/showdown@1.9.0/dist/showdown.min.js"
61+
integrity="sha384-KpuxVjTC2hfOkg5KV3jSdx1eA6xy0PGS0wNfDrwf4sZBnZdzlIsnkH+LzLkavmH7"
62+
crossorigin="anonymous"
6163
type="text/javascript"></script>

0 commit comments

Comments
 (0)