Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android
Commits:
-
5ab6ae0a
by clairehurst at 2024-03-25T13:01:48-06:00
1 changed file:
Changes:
... | ... | @@ -316,7 +316,7 @@ class AddonsManagerAdapter( |
316 | 316 | }
|
317 | 317 | |
318 | 318 | // Add recommended section and addons if available
|
319 | - if (recommendedAddons.isNotEmpty()) {
|
|
319 | + if (false) { // recommendedAddons.isNotEmpty() tor-browser#40502: Do not recommend addons on Tor Browser
|
|
320 | 320 | itemsWithSections.add(Section(R.string.mozac_feature_addons_recommended_section, true))
|
321 | 321 | val filteredRecommendedAddons = recommendedAddons.filter {
|
322 | 322 | it.id !in excludedAddonIDs
|