[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.8.0esr-14.5-1] 2 commits: fixup! TB 41878: [android] Add standalone Tor Bootstrap



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 7db308d0
    by Pier Angelo Vendrame at 2025-03-25T19:28:43+01:00
    fixup! TB 41878: [android] Add standalone Tor Bootstrap
    
    TBB 41407: Use Lyrebird also for Snowflake.
    
    TBB 41410: Use the libLyrebird.so name.
    
  • 14f451f7
    by Pier Angelo Vendrame at 2025-03-26T12:32:40+01:00
    fixup! TB 40597: Implement TorSettings module
    
    Sync pt_config.json after tor-browser-build#41407.
    

2 changed files:

Changes:

  • mobile/android/fenix/app/src/main/assets/common/torrc-defaults
    ... ... @@ -4,6 +4,5 @@ AvoidDiskWrites 1
    4 4
     Log notice stdout
    
    5 5
     CookieAuthentication 1
    
    6 6
     DormantCanceledByStartup 1
    
    7
    -ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,webtunnel exec ./libObfs4proxy.so
    
    8
    -ClientTransportPlugin snowflake exec ./libSnowflake.so
    
    7
    +ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,snowflake,webtunnel exec ./libLyrebird.so
    
    9 8
     ClientTransportPlugin conjure exec ./libConjure.so -registerURL https://registration.refraction.network/api

  • toolkit/content/pt_config.json
    1 1
     {
    
    2
    -  "_comment": "Used for dev build, replaced for release builds in tor-browser-build. This file is copied from tor-browser-build 4ffa9e31:projects/tor-expert-bundle/pt_config.json",
    
    2
    +  "_comment": "Used for dev build, replaced for release builds in tor-browser-build. This file is copied from tor-browser-build efdc0f34475ac8e4df241d3c8ff7253e8470019f:projects/tor-expert-bundle/pt_config.json",
    
    3 3
       "recommendedDefault" : "obfs4",
    
    4 4
       "pluggableTransports" : {
    
    5
    -    "lyrebird" : "ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,webtunnel exec ${pt_path}lyrebird${pt_extension}",
    
    6
    -    "snowflake" : "ClientTransportPlugin snowflake exec ${pt_path}snowflake-client${pt_extension}",
    
    5
    +    "lyrebird" : "ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit,snowflake,webtunnel exec ${pt_path}lyrebird${pt_extension}",
    
    7 6
         "conjure" : "ClientTransportPlugin conjure exec ${pt_path}conjure-client${pt_extension} -registerURL https://registration.refraction.network/api"
    
    8 7
       },
    
    9 8
       "bridges" : {
    
    10 9
         "meek-azure" : [
    
    11
    -      "meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url="" front=ajax.aspnetcdn.com",
    
    12 10
           "meek_lite 192.0.2.20:80 url="" front=www.phpmyadmin.net utls=HelloRandomizedALPN"
    
    13 11
         ],
    
    14 12
         "obfs4" : [
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx