brizental pushed to branch base-browser-140.2.0esr-15.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
35774dc9 by Beatriz Rizental at 2025-08-20T10:37:12+02:00
fixup! Firefox preference overrides.

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -251,6 +251,9 @@ pref("security.xfocsp.errorReporting.enabled", false);
 // Added in tor-browser#41496 even though it shuld be already always disabled
 // since we disable MOZ_CRASHREPORTER.
 pref("breakpad.reportURL", "data:");
+// tor-browser#43985: Disable captcha detector code that is just used upstream
+// for identifying captchas with the purpose of sending telemetry about it.
+pref("captchadetection.actor.enabled", false);
 #ifdef XP_WIN
 // Defense-in-depth: ensure that the Windows default browser agent will
 // not ping Mozilla if it is somehow present (we omit it at build time).



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

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/35774dc9bb2b88f76568639b9f683140697b1db3
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to