From 8c8725526728961323a081a7bc1c662a96ca0c09 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 28 Feb 2017 12:25:31 +0100 Subject: [PATCH] remove any mention of piwik --- customize.dist/src/fragments/privacy.html | 1 - customize.dist/translations/messages.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/customize.dist/src/fragments/privacy.html b/customize.dist/src/fragments/privacy.html index e489d7025..fa1b95b35 100644 --- a/customize.dist/src/fragments/privacy.html +++ b/customize.dist/src/fragments/privacy.html @@ -22,7 +22,6 @@

-


diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index fc1c52436..cdf113048 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -309,8 +309,7 @@ define(function () { out.policy_title = 'CryptPad Privacy Policy'; out.policy_whatweknow = 'What we know about you'; out.policy_whatweknow_p1 = 'As an application that is hosted on the web, CryptPad has access to metadata exposed by the HTTP protocol. This includes your IP address, and various other HTTP headers that can be used to identify your particular browser. You can see what information your browser is sharing by visiting WhatIsMyBrowser.com.'; - out.policy_whatweknow_p2 = 'We use Piwik, an open source analytics platform, to learn more about our users. Piwik tells us about how you found CryptPad, via direct entry, through a search engine, or via a referral from another web service like Reddit or Twitter. We also learn when you visit, what links you click while on our informational pages, and how long you stay on a particular page.'; - out.policy_whatweknow_p3 = 'These analytics tools are only used on informational pages. We do not collect any information about your usage of our zero-knowledge applications.'; + out.policy_whatweknow_p2 = 'We use Kibana, an open source analytics platform, to learn more about our users. Kibana tells us about how you found CryptPad, via direct entry, through a search engine, or via a referral from another web service like Reddit or Twitter.'; out.policy_howweuse = 'How we use what we learn'; out.policy_howweuse_p1 = 'We use this information to make better decisions about promoting CryptPad, by evaluating which of our past efforts were successful. Information about your location lets us know whether we should consider providing better support for languages other than English.'; out.policy_howweuse_p2 = "Information about your browser (whether it's a desktop or mobile operating system) helps us make decisions when prioritizing feature improvements. Our development team is small, and we try to make choices that will improve as many users' experience as possible.";