[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-1] Bug 25741 - TBA: Disable all data reporting by default

gk at torproject.org gk at torproject.org
Sat Aug 31 19:46:16 UTC 2019


commit 2d3e4864df1cec08bf6f085e21cdbdcf08f57c8c
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Wed Apr 11 20:37:43 2018 +0000

    Bug 25741 - TBA: Disable all data reporting by default
    
    This includes:
    Telemetry
    Geo-Location (Wi-Fi, Cellular location data, etc)
    Health Report
---
 mobile/android/app/src/main/res/xml/preferences_privacy.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mobile/android/app/src/main/res/xml/preferences_privacy.xml b/mobile/android/app/src/main/res/xml/preferences_privacy.xml
index 68a2066976c8..23be2f12121b 100644
--- a/mobile/android/app/src/main/res/xml/preferences_privacy.xml
+++ b/mobile/android/app/src/main/res/xml/preferences_privacy.xml
@@ -84,7 +84,8 @@
 
         <CheckBoxPreference android:key="android.not_a_preference.app.geo.reportdata"
                             android:title="@string/datareporting_wifi_title"
-                            android:summary="@string/datareporting_wifi_geolocation_summary" />
+                            android:summary="@string/datareporting_wifi_geolocation_summary"
+                            android:defaultValue="false" />
 
         <org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.geo.learn_more"
                                                                 android:title="@string/pref_learn_more"
@@ -94,7 +95,7 @@
         <CheckBoxPreference android:key="android.not_a_preference.healthreport.uploadEnabled"
                             android:title="@string/datareporting_fhr_title"
                             android:summary="@string/datareporting_fhr_summary2"
-                            android:defaultValue="true" />
+                            android:defaultValue="false" />
 
     </PreferenceCategory>
 





More information about the tor-commits mailing list