Commit 24076fd7 authored by brizental's avatar brizental
Browse files

BB 44528: Disable the IP Protection feature

parent b268d8d9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -141,8 +141,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] not in ("android", "windows"):
if CONFIG["MOZ_BUILD_APP"] == "browser":
    DIRS += ["messaging-system", "normandy"]

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"]