]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/xml/preferences.xml
Fix a crash when a resource request has a null host and ad blocking is enabled. ...
[PrivacyBrowserAndroid.git] / app / src / main / res / xml / preferences.xml
index 3519231cf2916cf41f99e7d9a860296f4835725c..d1cea49580a1acca572ea8999850b3782236dd21 100644 (file)
@@ -77,7 +77,7 @@
             android:key="do_not_track"
             android:title="@string/do_not_track"
             android:summary="@string/do_not_track_summary"
-            android:defaultValue="true" />
+            android:defaultValue="false" />
 
         <SwitchPreference
             android:key="proxy_through_orbot"