diff options
Diffstat (limited to 'templates/web/hounslow')
-rw-r--r-- | templates/web/hounslow/tracking_code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/hounslow/tracking_code.html b/templates/web/hounslow/tracking_code.html index d5d443560..067fb1a58 100644 --- a/templates/web/hounslow/tracking_code.html +++ b/templates/web/hounslow/tracking_code.html @@ -2,7 +2,7 @@ <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-136557400-1"></script> -<script> +<script nonce="[% csp_nonce %]"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); |