commit 1e2db4e7b4ede66443b3d2dfb6e695a9085119c7 Author: Isis Lovecruft isis@torproject.org Date: Sat Sep 6 02:55:36 2014 +0000
Add obfs4 to the HTTPS Distributor's PT options dropdown.
This is temporary. It is needed in order to make sure that the regression tests for #12932 are functioning correctly. Because #12932 is about the way PT arguments are presented to the user in the bridge lines, to test the fixes for it, we must go through the UI (as the tests in `lib/bridgedb/test/test_https.py` do). --- lib/bridgedb/templates/options.html | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/bridgedb/templates/options.html b/lib/bridgedb/templates/options.html index 2debbf1..e765ce7 100644 --- a/lib/bridgedb/templates/options.html +++ b/lib/bridgedb/templates/options.html @@ -89,6 +89,7 @@ <option label="none" value="0" >${_("none")}</option> <option label="obfs2" value="obfs2" >obfs2</option> <option label="obfs3" value="obfs3" selected >obfs3</option> +<option label="obfs4" value="obfs4" >obfs4</option> <option label="scramblesuit" value="scramblesuit">scramblesuit</option> <option label="fte" value="fte" >fteproxy</option> </select>
tor-commits@lists.torproject.org