[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-149.0a1-16.0-2] fixup! TB 40597: Implement TorSettings module

2026-04-13 Thread Pier Angelo Vendrame (@pierov) via tbb-commits


Pier Angelo Vendrame pushed to branch tor-browser-149.0a1-16.0-2 at The Tor 
Project / Applications / Tor Browser


Commits:
8eb88f4e by Pier Angelo Vendrame at 2026-04-13T18:58:26+02:00
fixup! TB 40597: Implement TorSettings module

TBB 41775: Updated snowflake lines in pt_config.json.

See tor-browser-build@01d3e9d35aabbc52bfad4e33686f1c83edfa3ce3.

- - - - -


1 changed file:

- toolkit/content/pt_config.json


Changes:

=
toolkit/content/pt_config.json
=
@@ -1,5 +1,5 @@
 {
-  "_comment": "Used for dev build, replaced for release builds in 
tor-browser-build. This file is copied from tor-browser-build 
cf5a3f623f94cf5bc093db61fe64f9b38b03fce0:projects/tor-expert-bundle/pt_config.json",
+  "_comment": "Used for dev build, replaced for release builds in 
tor-browser-build. This file is copied from tor-browser-build 
01d3e9d35aabbc52bfad4e33686f1c83edfa3ce3:projects/tor-expert-bundle/pt_config.json",
   "recommendedDefault" : "obfs4",
   "pluggableTransports" : {
 "lyrebird" : "ClientTransportPlugin 
meek_lite,obfs2,obfs3,obfs4,scramblesuit,webtunnel exec 
${pt_path}lyrebird${pt_extension}",
@@ -20,8 +20,8 @@
   "obfs4 212.83.43.74:443 39562501228A4D5E27FCA4C0C81A01EE23AE3EE4 
cert=PBwr+S8JTVZo6MPdHnkTwXJPILWADLqfMGoVvhZClMq/Urndyd42BwX9YFJHZnBB3H0XCw 
iat-mode=1"
 ],
 "snowflake" : [
-  "snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72 
fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 
url=https://1098762253.rsc.cdn77.org/ 
fronts=app.datapacket.com,www.datapacket.com 
ice=stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.nextcloud.com:3478,stun:stun.bethesda.net:3478,stun:stun.nextcloud.com:443
 utls-imitate=hellorandomizedalpn",
-  "snowflake 192.0.2.4:80 8838024498816A039FCBBAB14E6F40A0843051FA 
fingerprint=8838024498816A039FCBBAB14E6F40A0843051FA 
url=https://1098762253.rsc.cdn77.org/ 
fronts=app.datapacket.com,www.datapacket.com 
ice=stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.nextcloud.com:3478,stun:stun.bethesda.net:3478,stun:stun.nextcloud.com:443
 utls-imitate=hellorandomizedalpn"
+  "snowflake 192.0.2.3:80 2B280B23E1107BB62ABFC40DDCC8824814F80A72 
fingerprint=2B280B23E1107BB62ABFC40DDCC8824814F80A72 
url=https://1098762253.rsc.cdn77.org/ 
fronts=app.datapacket.com,www.datapacket.com 
ice=stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.telnyx.com:3478,stun:stun.hot-chilli.net:3478,stun:stun.fitauto.ru:3478,stun:stun.m-online.net:3478
 utls-imitate=hellorandomizedalpn",
+  "snowflake 192.0.2.4:80 8838024498816A039FCBBAB14E6F40A0843051FA 
fingerprint=8838024498816A039FCBBAB14E6F40A0843051FA 
url=https://1098762253.rsc.cdn77.org/ 
fronts=app.datapacket.com,www.datapacket.com 
ice=stun:stun.epygi.com:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.mixvoip.com:3478,stun:stun.telnyx.com:3478,stun:stun.hot-chilli.net:3478,stun:stun.fitauto.ru:3478,stun:stun.m-online.net:3478
 utls-imitate=hellorandomizedalpn"
 ]
   }
 }



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8eb88f4e74d86692ac2e43a85f3bc3d7edc60e7f

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8eb88f4e74d86692ac2e43a85f3bc3d7edc60e7f
You're receiving this email because of your account on gitlab.torproject.org. 
Manage all notifications: https://gitlab.torproject.org/-/profile/notifications 
| Help: https://gitlab.torproject.org/help


___
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]


[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-149.0a1-16.0-2] fixup! TB 40597: Implement TorSettings module

2026-03-26 Thread henry (@henry) via tbb-commits


henry pushed to branch tor-browser-149.0a1-16.0-2 at The Tor Project / 
Applications / Tor Browser


Commits:
ce7047cb by Henry Wilkes at 2026-03-26T12:40:50+00:00
fixup! TB 40597: Implement TorSettings module

TB 44251: Drop pt_config.json meek-azure migration logic.

- - - - -


1 changed file:

- toolkit/modules/TorSettings.sys.mjs


Changes:

=
toolkit/modules/TorSettings.sys.mjs
=
@@ -537,13 +537,6 @@ class TorSettingsImpl {
   const req = await fetch("chrome://global/content/pt_config.json");
   const config = await req.json();
   lazy.logger.debug("Loaded pt_config.json", config);
-  if ("meek-azure" in config.bridges) {
-// Convert the meek-azure name to meek. tor-browser#44068.
-// NOTE: no need to convert recommendedDefault since it is not meek.
-lazy.logger.debug("Converting pt_config type from meek-azure to meek");
-config.bridges.meek = config.bridges["meek-azure"];
-delete config.bridges["meek-azure"];
-  }
   this.#recommendedPT = config.recommendedDefault;
   this.#builtinBridges = config.bridges;
   for (const type in this.#builtinBridges) {



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ce7047cbded19daecfcc9ce61c0f6c44893e7778

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ce7047cbded19daecfcc9ce61c0f6c44893e7778
You're receiving this email because of your account on gitlab.torproject.org. 
Manage all notifications: https://gitlab.torproject.org/-/profile/notifications 
| Help: https://gitlab.torproject.org/help


___
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]