[tor-commits] [bridgedb/master] Disable FTE, obfs3, and scramblesuit distribution.

phw at torproject.org phw at torproject.org
Wed Feb 19 00:19:16 UTC 2020


commit ab9a188996ee0c131bbe21d107bfe7caf871d0ac
Author: Philipp Winter <phw at nymity.ch>
Date:   Wed Feb 12 16:36:19 2020 -0800

    Disable FTE, obfs3, and scramblesuit distribution.
    
    FTE is no longer part of Tor Browser, and obfs3 and scramblesuit don't
    offer anything that obfs4 doesn't already provide.
    
    This fixes <https://bugs.torproject.org/33299>.
---
 bridgedb.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bridgedb.conf b/bridgedb.conf
index a0e00a8..5a8a38e 100644
--- a/bridgedb.conf
+++ b/bridgedb.conf
@@ -282,10 +282,10 @@ TASKS = {
 # to booleans. If ``True``, the PT is distributed; if ``False``, it isn't.
 SUPPORTED_TRANSPORTS = {
     'obfs2': False,
-    'obfs3': True,
+    'obfs3': False,
     'obfs4': True,
-    'scramblesuit': True,
-    'fte': True,
+    'scramblesuit': False,
+    'fte': False,
 }
 
 # PROBING_RESISTANT_TRANSPORTS is a list of transports that are resistant to





More information about the tor-commits mailing list