diff options
Diffstat (limited to 'templates/web/fixmystreet.com/tracking_code.html')
-rw-r--r-- | templates/web/fixmystreet.com/tracking_code.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet.com/tracking_code.html b/templates/web/fixmystreet.com/tracking_code.html index 7213055d0..419a01088 100644 --- a/templates/web/fixmystreet.com/tracking_code.html +++ b/templates/web/fixmystreet.com/tracking_code.html @@ -1,5 +1,5 @@ [% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] -<script type="text/javascript"> +<script nonce="[% csp_nonce %]"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) @@ -31,7 +31,7 @@ ga('send', 'pageview'); </script> [% IF created_report %] -<script type="text/javascript"> +<script nonce="[% csp_nonce %]"> var google_conversion_id = 1067468161; var google_conversion_language = "en"; var google_conversion_format = "3"; |