Skip to content

Commit

Permalink
chore: remove unused matomo tag manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jun 19, 2024
1 parent 50b6937 commit 1bf077f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lacommunaute/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@
{% if not debug %}
<script src="https://js.sentry-cdn.com/315adbc1472b4c5f875aa426db1fe8f2.min.js" crossorigin="anonymous"></script>
{% endif %}
<!-- Matomo Tag Manager -->
<script nonce="{{ request.csp_nonce }}">
var _mtm = window._mtm = window._mtm || [];
_mtm.push({
'mtm.startTime': (new Date().getTime()),
'event': 'mtm.Start'
});
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = 'https://matomo.inclusion.beta.gouv.fr/js/container_GTln5jDH.js';
s.parentNode.insertBefore(g, s);
</script>
{% endblock head %}
{% block extra_head %}{% endblock %}
{% block css %}
Expand Down

0 comments on commit 1bf077f

Please sign in to comment.