brizental pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: ab9812ee by Beatriz Rizental at 2026-06-03T15:21:47+02:00 BB 44528: Disable the IP Protection feature - - - - - 1 changed file: - toolkit/components/moz.build Changes: ===================================== toolkit/components/moz.build ===================================== @@ -145,8 +145,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/tor-browser/-/commit/ab9812ee... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ab9812ee... 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)