mirror of https://github.com/CIRCL/lookyloo
fix: use new SRI method
parent
de933e53cd
commit
86474274f7
|
@ -66,7 +66,7 @@
|
|||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src='{{ url_for('static', filename='capture.js') }}'
|
||||
integrity="{{get_sri('static', 'capture.js')}}"
|
||||
{{get_sri('static', 'capture.js')}}
|
||||
crossorigin="anonymous"></script>
|
||||
<script>
|
||||
$('#nav-url-tab').on('click', function(e) {
|
||||
|
|
Loading…
Reference in New Issue