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