[tbb-commits] [tor-browser/tor-browser-68.1.0esr-9.0-1] Bug 25741 - TBA: Do not import bookmarks and history from native browser by default

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


commit d5971ab34f8a0675a19d34d008f09c44d73b7872
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 8aa0240c66ea..af7001b5e41f 100644
--- a/mobile/android/app/src/main/res/values/arrays.xml
+++ b/mobile/android/app/src/main/res/values/arrays.xml
@@ -48,8 +48,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