commit 1a91efe6130e9426224655c9f8c4c20a68157317 Author: Isis Lovecruft isis@torproject.org Date: Sat Jul 26 05:31:49 2014 +0000
Enable 'fte' in HTTPS dropdown menu options. --- lib/bridgedb/templates/options.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/lib/bridgedb/templates/options.html b/lib/bridgedb/templates/options.html index 2cab083..2debbf1 100644 --- a/lib/bridgedb/templates/options.html +++ b/lib/bridgedb/templates/options.html @@ -90,11 +90,7 @@ <option label="obfs2" value="obfs2" >obfs2</option> <option label="obfs3" value="obfs3" selected >obfs3</option> <option label="scramblesuit" value="scramblesuit">scramblesuit</option> -<!-- XXX I think we should call it "fte" internally and in the bridge lines -- - -- we return, and call it "fteproxy" when users are selecting it, because -- - -- "fteproxy" likely has more "brandname recognition" due to -- - -- https://fteproxy.org/ --> -<option label="fte" value="fte" disabled >fteproxy</option> +<option label="fte" value="fte" >fteproxy</option> </select> </div> </div>
tor-commits@lists.torproject.org