mirror of https://github.com/CIRCL/lookyloo
chg: Add sri to stats page
parent
ec5563337b
commit
83f6674dca
|
@ -73,8 +73,12 @@
|
|||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src='{{ url_for('static', filename='d3.v6.min.js') }}'></script>
|
||||
<script src='{{ url_for('static', filename='stats_graph.js') }}'></script>
|
||||
<script src='{{ url_for('static', filename='d3.v7.min.js') }}'
|
||||
integrity="{{get_sri('static', 'd3.v7.min.js')}}"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src='{{ url_for('static', filename='stats_graph.js') }}'
|
||||
integrity="{{get_sri('static', 'stats_graph.js')}}"
|
||||
crossorigin="anonymous"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
|
|
Loading…
Reference in New Issue