hops-examples
hops-examples copied to clipboard
Script Integrity Attribute Not Implemented
Reported by the penetration testing:
A script tag with content from another domain is not using an integrity attribute.
<script type="text/javascript" async="" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
We should do like https://github.com/logicalclocks/hops-examples/blob/495815706bf1f66867fccf28e96b20c5f622579c/themes/berbera/layouts/_default/baseof.html#L84 and maybe also use the same version everywhere.