[tbb-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] Bug 25741 - TBA: Do not import bookmarks and history from native browser by default
gk at torproject.org
gk at torproject.org
Fri Jul 27 08:37:27 UTC 2018
commit 4c70fba1083e03e0ce5a24b40fd985a142560fa5
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date: Wed Apr 11 18:51:09 2018 +0000
Bug 25741 - TBA: Do not import bookmarks and history from native browser by default
---
mobile/android/app/src/main/res/values/arrays.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mobile/android/app/src/main/res/values/arrays.xml b/mobile/android/app/src/main/res/values/arrays.xml
index 555797ce7db2..f1d166262546 100644
--- a/mobile/android/app/src/main/res/values/arrays.xml
+++ b/mobile/android/app/src/main/res/values/arrays.xml
@@ -46,8 +46,8 @@
<item>@string/history_title</item>
</string-array>
<string-array name="pref_import_android_defaults">
- <item>true</item>
- <item>true</item>
+ <item>false</item>
+ <item>false</item>
</string-array>
<string-array name="pref_import_android_values">
<item>android_import.data.bookmarks</item>
More information about the tbb-commits
mailing list