richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
21e22bb1 by Richard Pospesel at 2023-08-29T20:18:43+00:00
fixup! Firefox preference overrides.
- - - - -
f3e8eab7 by Richard Pospesel at 2023-08-29T20:18:44+00:00
fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js
- - - - -
2 changed files:
- browser/app/profile/000-tor-browser.js
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/000-tor-browser.js
=====================================
@@ -51,9 +51,7 @@ pref("extensions.torbutton.use_nontor_proxy", false);
// Browser home page:
pref("browser.startup.homepage", "about:tor");
-// tor-browser#40701: Add new download warning and flipping prefs to match Firefox
-pref("browser.download.useDownloadDir", true);
-pref("browser.download.always_ask_before_handling_new_types", false);
+// tor-browser#40701: Add new download warning
pref("browser.download.showTorWarning", true);
// This pref specifies an ad-hoc "version" for various pref update hacks we need to do
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -50,9 +50,12 @@ pref("permissions.memory_only", true);
pref("network.cookie.lifetimePolicy", 2);
pref("security.nocertdb", true);
-// Disk activity: TBB Directory Isolation
+// Disk Activity Disable auto-downloaing to ~/Downloads and other download
+// tweaks to minimize disk leaks (tor-browser#42050)
pref("browser.download.useDownloadDir", false);
+pref("browser.download.always_ask_before_handling_new_types", true);
pref("browser.download.manager.addToRecentDocs", false);
+pref("browser.download.start_downloads_in_tmp_dir", true);
// Prevent download stuffing / DOS (tor-browser#41764)
pref("browser.download.enable_spam_prevention", true);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/3fbd71…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/3fbd71…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
649fb5b7 by Pier Angelo Vendrame at 2023-08-29T19:52:12+00:00
fixup! Firefox preference overrides.
Bug 41797: Lock RFP in release builds
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -266,7 +266,12 @@ pref("dom.serviceWorkers.enabled", false);
pref("dom.push.enabled", false);
// Fingerprinting
+// tor-browser#41797: For release builds, lock RFP
+#if MOZ_UPDATE_CHANNEL == release
+pref("privacy.resistFingerprinting", true, locked);
+#else
pref("privacy.resistFingerprinting", true);
+#endif
// tor-browser#18603: failIfMajorPerformanceCaveat is an optional attribute that
// can be used when creating a WebGL context if the browser detects that the
// performance would be low. That could be used to fingerpting users with a not
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/649fb5b…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/649fb5b…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
3fbd7156 by Pier Angelo Vendrame at 2023-08-29T08:48:14+02:00
fixup! Firefox preference overrides.
Bug 41797: Lock RFP in release builds
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -266,7 +266,12 @@ pref("dom.serviceWorkers.enabled", false);
pref("dom.push.enabled", false);
// Fingerprinting
+// tor-browser#41797: For release builds, lock RFP
+#if MOZ_UPDATE_CHANNEL == release
+pref("privacy.resistFingerprinting", true, locked);
+#else
pref("privacy.resistFingerprinting", true);
+#endif
// tor-browser#18603: failIfMajorPerformanceCaveat is an optional attribute that
// can be used when creating a WebGL context if the browser detects that the
// performance would be low. That could be used to fingerpting users with a not
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3fbd715…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3fbd715…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
3def5ce4 by Pier Angelo Vendrame at 2023-08-29T14:26:25+02:00
Bug 40740: Do not add -utls-imitate to Snowflake on tor-onion-proxy-library.
This parameter added with the previous commit prevents Snowflake from
working properly.
So, we prefer to undo the addition (but keep the changes to the ICE
server list).
- - - - -
1 changed file:
- projects/tor-onion-proxy-library/0001-Bug-30318-Add-snowflake-support.patch
Changes:
=====================================
projects/tor-onion-proxy-library/0001-Bug-30318-Add-snowflake-support.patch
=====================================
@@ -71,7 +71,7 @@ index 2405097..bcb6a37 100644
- buffer.append("ClientTransportPlugin meek_lite,obfs3,obfs4 exec ").append(clientPath).append('\n');
+ public TorConfigBuilder transportPlugin(String obfsPath, String snowPath) {
+ buffer.append("ClientTransportPlugin meek_lite,obfs3,obfs4 exec ").append(obfsPath).append('\n');
-+ buffer.append("ClientTransportPlugin snowflake exec ").append(snowPath).append(" -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,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.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 -utls-imitate=hellorandomizedalpn\n");
++ buffer.append("ClientTransportPlugin snowflake exec ").append(snowPath).append(" -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,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.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478\n");
return this;
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3…
You're receiving this email because of your account on gitlab.torproject.org.
ma1 pushed to branch maint-12.5 at The Tor Project / Applications / tor-browser-build
Commits:
26496b1d by Pier Angelo Vendrame at 2023-08-29T14:13:13+02:00
Bug 40740: Do not add -utls-imitate to Snowflake on tor-onion-proxy-library.
This parameter added with the previous commit prevents Snowflake from
working properly.
So, we prefer to undo the addition (but keep the changes to the ICE
server list).
- - - - -
1 changed file:
- projects/tor-onion-proxy-library/0001-Bug-30318-Add-snowflake-support.patch
Changes:
=====================================
projects/tor-onion-proxy-library/0001-Bug-30318-Add-snowflake-support.patch
=====================================
@@ -71,7 +71,7 @@ index 2405097..bcb6a37 100644
- buffer.append("ClientTransportPlugin meek_lite,obfs3,obfs4 exec ").append(clientPath).append('\n');
+ public TorConfigBuilder transportPlugin(String obfsPath, String snowPath) {
+ buffer.append("ClientTransportPlugin meek_lite,obfs3,obfs4 exec ").append(obfsPath).append('\n');
-+ buffer.append("ClientTransportPlugin snowflake exec ").append(snowPath).append(" -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,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.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478 -utls-imitate=hellorandomizedalpn\n");
++ buffer.append("ClientTransportPlugin snowflake exec ").append(snowPath).append(" -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,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.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478\n");
return this;
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2…
You're receiving this email because of your account on gitlab.torproject.org.