Richard Pospesel pushed to branch tor-browser-102.9.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -448,6 +448,9 @@ pref("browser.discovery.enabled", false);
    448 448
     pref("extensions.webextensions.restrictedDomains", "");
    
    449 449
     // Don't give Mozilla-recommended third-party extensions special privileges.
    
    450 450
     pref("extensions.postDownloadThirdPartyPrompt", false);
    
    451
    +// tor-browser#41701: Reporting an extension does not work
    
    452
    +// disable extension reporting since the request goes to Mozilla and is rejected anyway (HTTP 400)
    
    453
    +pref("extensions.abuseReport.enabled", false);
    
    451 454
     // We are already providing the languages we support in multi-lingual packages.
    
    452 455
     // Therefore, do not allow download of additional language packs. They are not a
    
    453 456
     // privacy/security threat, we are disabling them for UX reasons. See bug 41377.