[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-1] Bug 25741 - TBA: Disable all data reporting by default
commit 2d3e4864df1cec08bf6f085e21cdbdcf08f57c8c
Author: Matthew Finkel <Matthew.Finkel@xxxxxxxxx>
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>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits