[tor-commits] [bridgedb/main] Give obfs4 bridges by default on the https distributor

meskio at torproject.org meskio at torproject.org
Thu May 13 09:29:52 UTC 2021


commit b947d6392fb42a3f018d74b1f13fe54c80341880
Author: meskio <meskio at torproject.org>
Date:   Fri May 7 20:28:12 2021 +0200

    Give obfs4 bridges by default on the https distributor
    
    Fixes #40011
---
 bridgedb/distributors/https/templates/options.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bridgedb/distributors/https/templates/options.html b/bridgedb/distributors/https/templates/options.html
index b9ae948..653fc49 100644
--- a/bridgedb/distributors/https/templates/options.html
+++ b/bridgedb/distributors/https/templates/options.html
@@ -27,9 +27,9 @@
         <div class="container-fluid-inner-5">
           <p class="bs-component">
           % if langOverride:
-            <a href="./bridges?lang=${lang}">
+            <a href="./bridges?transport=obfs4&lang=${lang}">
           % else:
-            <a href="./bridges">
+            <a href="./bridges?transport=obfs4">
           % endif
               <button class="btn btn-success btn-lg btn-block"
                       id="just-give-me-bridges-btn"



More information about the tor-commits mailing list