]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Change the default search engine to Searx. https://redmine.stoutner.com/issues/308
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index d52f56c7e9a727bfb66378c82b09627e2edc0987..ecf94094280d10afa979406ed694d24b54591406 100644 (file)
         <EditTextPreference
             android:key="tor_homepage"
             android:title="@string/tor_homepage"
-            android:defaultValue="https://3g2upl4pq6kufc4m.onion/"
+            android:defaultValue="http://ulrn6sryqaifefld.onion/"
             android:inputType="textUri" />
 
         <ListPreference
             android:title="@string/tor_search"
             android:entries="@array/tor_search_entries"
             android:entryValues="@array/tor_search_entry_values"
-            android:defaultValue="https://3g2upl4pq6kufc4m.onion/html/?q=" />
+            android:defaultValue="http://ulrn6sryqaifefld.onion/?q=" />
 
         <!--suppress AndroidDomInspection -->
         <!--`suppress AndroidDomInspection` removes the error about the default value being blank. -->
             android:title="@string/search"
             android:entries="@array/search_entries"
             android:entryValues="@array/search_entry_values"
-            android:defaultValue="https://duckduckgo.com/html/?q="
+            android:defaultValue="https://searx.me/?q="
             android:icon="?attr/searchIcon" />
 
         <!--suppress AndroidDomInspection -->
         <EditTextPreference
             android:key="homepage"
             android:title="@string/homepage"
-            android:defaultValue="https://duckduckgo.com/?kao=-1&amp;kak=-1"
+            android:defaultValue="https://searx.me/"
             android:inputType="textUri"
             android:icon="?attr/homepageIcon" />