diff options
-rw-r--r-- | templates/web/buckinghamshire/footer.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/buckinghamshire/footer.html b/templates/web/buckinghamshire/footer.html index 81553e00e..adeb2e983 100644 --- a/templates/web/buckinghamshire/footer.html +++ b/templates/web/buckinghamshire/footer.html @@ -19,5 +19,15 @@ [% INCLUDE 'common_footer_tags.html' %] +<script nonce="[% csp_nonce %]"> +/*<![CDATA[*/ +(function() { +var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true; +sz.src = '//siteimproveanalytics.com/js/siteanalyze_300776.js'; +var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s); +})(); +/*]]>*/ +</script> + </body> </html> |