Script de Google Tag Manager (gtm) bloqueado por CSP

Hola.

Tengo dificultades para entender por qué nuestro script de GTM está siendo bloqueado por nuestra CSP:

Aquí está el script:


<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-XXXX');</script>
<!-- End Google Tag Manager -->

Estoy siguiendo las instrucciones aquí para añadir GTM a discourse. He eliminado el ID de GA como se indica en el artículo, así como añadido https://www.googletagmanager.com a nuestra lista de permitidos.

¿Alguna idea?

1 me gusta