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

fixup! BB 44528: Disable the IP Protection feature

Bug 44528: Further remove ipprotection, address console errors
parent e6a45846
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ category browser-first-window-ready moz-src:///toolkit/components/doh/DoHControl
category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastoreService.sys.mjs ProfilesDatastoreService.init
category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init
category browser-first-window-ready resource://gre/modules/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
@@ -132,6 +131,5 @@ 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 browser-newtab-external-component moz-src:///browser/components/search/SearchUIUtils.sys.mjs SearchNewTabComponentsRegistrant
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ DIRS += [
    "enterprisepolicies",
    "extensions",
    # Exclude "genai" component. tor-browser#44045.
    "ipprotection",
    # Exclude "ipprotection" component. tor-browser#44528.
    "messagepreview",
    "migration",
    "mozcachedohttp",