commit 66e157b680a38bff792a57201d101270699469ea Author: Sukhbir Singh sukhbir@torproject.org Date: Tue Aug 27 01:14:05 2013 -0400
Update the comments to reflect toolkit.telemetry.prompted --- components/torbirdy.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/components/torbirdy.js b/components/torbirdy.js index bcefb93..1bb487f 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -228,6 +228,7 @@ const TorBirdyPrefs = {
// Disable Telemetry completely. "toolkit.telemetry.enabled": false, + // And don't prompt for it. Yes, it should be set to true! "toolkit.telemetry.prompted": true,
// Disable Geolocation.
tor-commits@lists.torproject.org