Pier Angelo Vendrame pushed to branch mullvad-browser-153.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser Commits: a508101a by Beatriz Rizental at 2026-07-22T14:58:29+02:00 fixup! Firefox preference overrides. Bug 44529: Remove obsolete pocket related prefs. Pcoket is gone. - - - - - 8db6c23a by Pier Angelo Vendrame at 2026-07-22T14:58:34+02:00 fixup! BB 9173: Change the default Firefox profile directory to be relative. BB 45132: Include the header file for XRE_EXECUTABLE_FILE. - - - - - 2 changed files: - browser/app/profile/001-base-profile.js - xpcom/io/nsAppFileLocationProvider.cpp Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -202,8 +202,6 @@ pref("browser.urlbar.weather.featureGate", false); // tor-browser#42886: Disable trending results. pref("browser.urlbar.suggest.trending", false); pref("browser.urlbar.trending.featureGate", false); -// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar. -pref("browser.urlbar.pocket.featureGate", false); // tor-browser#41691: Hide "Firefox Suggest" in the UI pref("browser.urlbar.groupLabels.enabled", false); pref("browser.safebrowsing.malware.enabled", false); @@ -309,9 +307,6 @@ pref("privacy.annotate_channels.strict_list.enabled", false); // Notice that it should not apply to RFP anyway... pref("privacy.fingerprintingProtection.remoteOverrides.enabled", false); -// Disable the Pocket extension (Bug #18886 and #31602) -pref("extensions.pocket.enabled", false); - // Disable Privacy-Preserving-Attribution (Bug #42687) pref("dom.private-attribution.submission.enabled", false); @@ -319,7 +314,7 @@ pref("dom.private-attribution.submission.enabled", false); pref("extensions.hideNoScript", true); pref("extensions.hideUnifiedWhenEmpty", true); -// Disable activity stream/"Recommended by Pocket" in about:home (Bug #41029) +// Disable activity stream in about:home (Bug #41029) pref("browser.newtabpage.activity-stream.discoverystream.enabled", false); pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); pref("browser.newtabpage.activity-stream.showSponsored", false); ===================================== xpcom/io/nsAppFileLocationProvider.cpp ===================================== @@ -12,6 +12,7 @@ #include "nsString.h" #include "nsSimpleEnumerator.h" #include "nsXREDirProvider.h" +#include "nsXULAppAPI.h" #include "prenv.h" #include "nsCRT.h" #if defined(MOZ_WIDGET_COCOA) View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/3d0... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/3d0... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)