Move piwik code into its own js file for compatability with CSP

This commit is contained in:
Jonny Barnes 2017-03-07 19:50:14 +00:00
parent e4ed9c63b5
commit 7d91f8f0f9
5 changed files with 17 additions and 14 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.3.5 (2017-03-07)
- Move piwik code into its own js file to allow for CSP
## Version 0.3.4 (2017-03-07)
- Remove document.write to allow CSP to work