Add integrity check for webclient jquery import

This commit is contained in:
Griatch 2024-03-17 10:34:23 +01:00
parent 23b9d06db5
commit eb83bbea9c

View file

@ -29,7 +29,8 @@ JQuery available.
<!-- Import JQuery and warn if there is a problem -->
{% block jquery_import %}
<script src="https://code.jquery.com/jquery-3.2.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f" crossorigin="anonymous"></script>
{% endblock %}
<script type="text/javascript" charset="utf-8">