This is an automated email from the git hooks/post-receive script.
pierov pushed a change to branch main in repository builders/tor-browser-build.
from 6d159b0b Bug 40464: Upgrade to go 1.19.2 new 53498bf0 Enable uTLS and use the full bridge line for snowflake new ec85353e 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/browser/Bundle-Data/PTConfigs/linux/torrc-defaults-appendix | 2 +- projects/browser/Bundle-Data/PTConfigs/mac/torrc-defaults-appendix | 2 +- projects/browser/Bundle-Data/PTConfigs/windows/torrc-defaults-appendix | 2 +- projects/common/bridges_list.snowflake.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch main in repository builders/tor-browser-build.
commit 53498bf07013a7553741655632bb376563f67842 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 99a69049..7c7ecbd4 100644 --- a/projects/common/bridges_list.snowflake.txt +++ b/projects/common/bridges_list.snowflake.txt @@ -1 +1 @@ -snowflake 192.0.2.3:80 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