[tor-commits] [ooni-probe/master] Do not include the city data by default.

art at torproject.org art at torproject.org
Sun Jan 12 14:43:37 UTC 2014


commit d5ad65bbc4b4ca1adfa296d435179a754aa220fe
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Jan 10 17:17:58 2014 +0100

    Do not include the city data by default.
    
    Closes #228
---
 data/ooniprobe.conf.sample |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample
index 412923a..6fa7caf 100644
--- a/data/ooniprobe.conf.sample
+++ b/data/ooniprobe.conf.sample
@@ -13,7 +13,7 @@ privacy:
     # Should we include the country as reported by GeoIP in the report?
     includecountry: true
     # Should we include the city as reported by GeoIP in the report?
-    includecity: true
+    includecity: false
     # Should we collect a full packet capture on the client?
     includepcap: false
 reports:





More information about the tor-commits mailing list