Commit a278bc7a authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

BB 44528: Disable the IP Protection feature

parent 52a90f64
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -158,7 +158,6 @@ category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastore
category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init
category browser-first-window-ready moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs ContentBlockingPrefs.init
category browser-first-window-ready moz-src:///toolkit/components/captchadetection/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init
category browser-first-window-ready moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.init
category browser-first-window-ready moz-src:///browser/components/customizableui/SearchWidgetTracker.sys.mjs SearchWidgetTracker.init
#ifdef MOZ_SANDBOX
#ifdef XP_LINUX
@@ -213,7 +212,6 @@ category browser-quit-application-granted moz-src:///browser/components/search/S
category browser-quit-application-granted resource://gre/modules/UpdateListener.sys.mjs UpdateListener.reset
#endif
category browser-quit-application-granted moz-src:///browser/components/urlbar/UrlbarSearchTermsPersistence.sys.mjs UrlbarSearchTermsPersistence.uninit
category browser-quit-application-granted moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.uninit

category search-service-notification moz-src:///browser/components/search/SearchUIUtils.sys.mjs SearchUIUtils.showSearchServiceNotification

+3 −2
Original line number Diff line number Diff line
@@ -143,8 +143,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"]