[tor-commits] [orbot/master] set default bridge obfs mode to true

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Feb 27 04:24:19 UTC 2012


commit 0cf708f98d2583314cf37037fef449e05263cce8
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Feb 13 07:28:50 2012 -0500

    set default bridge obfs mode to true
---
 res/xml/preferences.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 683208c..b7b5a43 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -97,6 +97,7 @@ android:title="@string/use_bridges" android:key="pref_bridges_enabled"
 android:summary="@string/enable_alternate_entrance_nodes_into_the_tor_network"/>
 
 <CheckBoxPreference android:key="pref_bridges_obfuscated"
+     android:defaultValue="true" 
 android:title="@string/bridges_obfuscated"
 android:summary="@string/enable_if_configured_bridges_are_obfuscated_bridges"/>
 





More information about the tor-commits mailing list