Skip to content

Commit 28bc636

Browse files
committed
Add integrity to mathjax
1 parent b6a5939 commit 28bc636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _includes/_head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
};
2626
</script>
2727
<script type="text/javascript" id="MathJax-script" async
28-
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
28+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js" crossorigin="anonymous" integrity="sha384-Wuix6BuhrWbjDBs24bXrjf4ZQ5aFeFWBuKkFekO2t8xFU0iNaLQfp2K6/1Nxveei">
2929
</script>
3030
{% endif %}
3131
</head>

0 commit comments

Comments
 (0)