diff options
Diffstat (limited to 'templates/web/zurich')
-rw-r--r-- | templates/web/zurich/tracking_code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/tracking_code.html b/templates/web/zurich/tracking_code.html index bffd0fd6f..cf7fbbadd 100644 --- a/templates/web/zurich/tracking_code.html +++ b/templates/web/zurich/tracking_code.html @@ -2,7 +2,7 @@ SET ga_code = 'UA-38427437-1'; SET ga_code = 'UA-39223200-1' IF c.config.BASE_URL == "https://www.zueriwieneu.ch"; %] -<script type="text/javascript"> +<script nonce="[% csp_nonce %]"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '[% ga_code %]']); |