This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch maint-11.5 in repository builders/tor-browser-build.
from a45263b6 Bug 40464: Upgrade to go 1.18.7 & remove conditional android version of go new 6a8c634d Enable uTLS and use the full bridge line for snowflake new 69d77eba Remove command line options from snowflake-client.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: projects/common/bridges_list.snowflake.txt | 2 +- .../tor-browser/Bundle-Data/PTConfigs/linux/torrc-defaults-appendix | 2 +- projects/tor-browser/Bundle-Data/PTConfigs/mac/torrc-defaults-appendix | 2 +- .../tor-browser/Bundle-Data/PTConfigs/windows/torrc-defaults-appendix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch maint-11.5 in repository builders/tor-browser-build.
commit 6a8c634d999d4a1821a6dd0fa263eb217fc5afb6 Author: meskio meskio@torproject.org AuthorDate: Tue Oct 18 12:03:30 2022 +0200
Enable uTLS and use the full bridge line for snowflake
In some networks they block snowflake on mobile phones by it's TLS fingerprint, let's use uTLS by default.
Including the full bridge line helps for other clients that don't have the default params already configured when launching snowflake client.
Related: https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/101 https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/96 --- projects/common/bridges_list.snowflake.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/common/bridges_list.snowflake.txt b/projects/common/bridges_list.snowflake.txt index a3266fd3..7c7ecbd4 100644 --- a/projects/common/bridges_list.snowflake.txt +++ b/projects/common/bridges_list.snowflake.txt @@ -1 +1 @@ -snowflake 192.0.2.3:1 2B280B23E1107BB62ABFC40DDCC8824814F80A72 +snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72 fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 url=https://snowflake-broker.torproject.net.global.prod.fastly.net/ front=cdn.sstatic.net ice=stun:stun.l.google.com:19302,stun:stun.voip.blackberry.com:3478,stun:stun.altar.com.pl:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.stunprotocol.org:3478,s [...]
tor-commits@lists.torproject.org