brizental pushed to branch mullvad-browser-152.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser Commits: fd558d1b by Beatriz Rizental at 2026-06-03T13:26:00-03:00 BB 44528: Disable the IP Protection feature - - - - - 1 changed file: - toolkit/components/moz.build Changes: ===================================== toolkit/components/moz.build ===================================== @@ -143,8 +143,9 @@ if CONFIG["MOZ_BUILD_APP"] == "browser": DIRS += ["normandy"] DIRS += ["messaging-system"] -if CONFIG["MOZ_BUILD_APP"] != "comm/mail": - DIRS += ["ipprotection"] +# tor-browser#44528 Disable IP protection feature +# if CONFIG["MOZ_BUILD_APP"] != "comm/mail": +# DIRS += ["ipprotection"] DIRS += ["nimbus"] View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fd55... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fd55... 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)
-
brizental (@brizental)