fix: use new SRI method

pull/913/head
Raphaël Vinot 2024-05-07 18:55:37 +02:00
parent de933e53cd
commit 86474274f7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {