[tor-commits] [torbirdy/master] Completely disable Telemetry

sukhbir at torproject.org sukhbir at torproject.org
Tue Aug 27 05:09:40 UTC 2013


commit 38870c8b5bc9b1c0f7c99d077473130813b30444
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Aug 27 00:44:25 2013 -0400

    Completely disable Telemetry
---
 components/torbirdy.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 5794448..bcefb93 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -226,8 +226,9 @@ const TorBirdyPrefs = {
   // Disable WebGL.
   "webgl.disabled": true,
 
-  // Disable Telemetry.
+  // Disable Telemetry completely.
   "toolkit.telemetry.enabled": false,
+  "toolkit.telemetry.prompted": true,
 
   // Disable Geolocation.
   "geo.enabled": false,



More information about the tor-commits mailing list