Richard Pospesel pushed to branch base-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
f23c4fda
by Richard Pospesel at 2023-03-29T11:38:31+00:00
1 changed file:
Changes:
... | ... | @@ -452,6 +452,9 @@ pref("browser.discovery.enabled", false); |
452 | 452 | pref("extensions.webextensions.restrictedDomains", "");
|
453 | 453 | // Don't give Mozilla-recommended third-party extensions special privileges.
|
454 | 454 | pref("extensions.postDownloadThirdPartyPrompt", false);
|
455 | +// tor-browser#41701: Reporting an extension does not work
|
|
456 | +// disable extension reporting since the request goes to Mozilla and is rejected anyway (HTTP 400)
|
|
457 | +pref("extensions.abuseReport.enabled", false);
|
|
455 | 458 | // We are already providing the languages we support in multi-lingual packages.
|
456 | 459 | // Therefore, do not allow download of additional language packs. They are not a
|
457 | 460 | // privacy/security threat, we are disabling them for UX reasons. See bug 41377.
|