From 5f46f7e9f20f0a0c000a4822a2a0f8d0ba274d52 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 8 Jan 2015 23:40:48 -0800 Subject: [PATCH] Added comment to piwik.js about its usage --- src/UI/piwik.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/UI/piwik.js b/src/UI/piwik.js index 782ef13c4..704c464bf 100644 --- a/src/UI/piwik.js +++ b/src/UI/piwik.js @@ -8,4 +8,10 @@ if(window.NzbDrone.Analytics) { g.defer = true; g.src = 'http://piwik.nzbdrone.com/piwik.js'; s.parentNode.insertBefore(g, s); -} \ No newline at end of file +} + +// piwik is used to send anonymous information about your browser and which parts of the web interface you use to Sonarr servers. +// We use this information to prioritize features and browser support. +// We will NEVER include any personal information or any information that could identify you. +// +// You can opt out of this in general settings \ No newline at end of file