From 8e64e4120b0b5ce768e67e65f1ead104bec52518 Mon Sep 17 00:00:00 2001 From: DC Date: Tue, 21 Jun 2016 21:49:06 -0700 Subject: [PATCH] Telemetry: add Privacy section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1befae4a..1b51ddf9 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ brew install wine (Requires the [Homebrew](http://brew.sh/) package manager.) +### Privacy + +WebTorrent Desktop collects some basic usage stats to help us make the app better. For example, we track what OSs are users are on, and how well the play button works (how often does it succeed? time out? show a missing codec error?). The app never sends personally identifying or other private info. + ### Code Style [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)