[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.9.0esr-12.5-1] fixup! Firefox preference overrides.
Richard Pospesel (@richard)
git at gitlab.torproject.org
Wed Mar 29 11:37:23 UTC 2023
Richard Pospesel pushed to branch tor-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
5a1faa00 by Richard Pospesel at 2023-03-29T11:35:07+00:00
fixup! Firefox preference overrides.
Bug 41701: Reporting an extension does not work
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -448,6 +448,9 @@ pref("browser.discovery.enabled", false);
pref("extensions.webextensions.restrictedDomains", "");
// Don't give Mozilla-recommended third-party extensions special privileges.
pref("extensions.postDownloadThirdPartyPrompt", false);
+// tor-browser#41701: Reporting an extension does not work
+// disable extension reporting since the request goes to Mozilla and is rejected anyway (HTTP 400)
+pref("extensions.abuseReport.enabled", false);
// We are already providing the languages we support in multi-lingual packages.
// Therefore, do not allow download of additional language packs. They are not a
// privacy/security threat, we are disabling them for UX reasons. See bug 41377.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5a1faa000b561d5cd6412b0b5b796e64b946ab96
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5a1faa000b561d5cd6412b0b5b796e64b946ab96
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230329/c8157960/attachment-0001.htm>
More information about the tbb-commits
mailing list