brizental pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
e98acd8f
by Beatriz Rizental at 2025-08-20T10:10:37+02:00
1 changed file:
Changes:
... | ... | @@ -251,6 +251,9 @@ pref("security.xfocsp.errorReporting.enabled", false); |
251 | 251 | // Added in tor-browser#41496 even though it shuld be already always disabled
|
252 | 252 | // since we disable MOZ_CRASHREPORTER.
|
253 | 253 | pref("breakpad.reportURL", "data:");
|
254 | +// tor-browser#43985: Disable captcha detector code that is just used upstream
|
|
255 | +// for identifying captchas with the purpose of sending telemetry about it.
|
|
256 | +pref("captchadetection.actor.enabled", false);
|
|
254 | 257 | #ifdef XP_WIN
|
255 | 258 | // Defense-in-depth: ensure that the Windows default browser agent will
|
256 | 259 | // not ping Mozilla if it is somehow present (we omit it at build time).
|