{% block page_title %}{{ _('Dashboard') }}{% endblock %}
{% block breadcrumb %}{% endblock %}
{% block content %}{% endblock %}
{# Subresource integrity (QUA-004). Without it, whoever controls the CDN controls what runs on every page of this site — and the CSP names these hosts as allowed, so it would not object. What SRI does and does not do: it pins this exact file, so the browser refuses a version that has been altered since. It does not prove the file was honest when the hash was taken. This hash is the one cdnjs publishes for the release, not one derived from the copy we downloaded. integrity requires crossorigin. Changing the version means changing the hash, or the asset silently stops loading. #}
{% if current_user.is_authenticated %}
{{ _('UdeS team manager') }}