mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-01 12:34:40 +00:00
Added comment to piwik.js about its usage
This commit is contained in:
parent
2ade328454
commit
5f46f7e9f2
1 changed files with 7 additions and 1 deletions
|
@ -8,4 +8,10 @@ if(window.NzbDrone.Analytics) {
|
|||
g.defer = true;
|
||||
g.src = 'http://piwik.nzbdrone.com/piwik.js';
|
||||
s.parentNode.insertBefore(g, s);
|
||||
}
|
||||
}
|
||||
|
||||
// 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
|
Loading…
Reference in a new issue