Commit af6caa34 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 c6615d45
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -76,7 +76,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
@@ -136,7 +135,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 browser-quit-application-granted moz-src:///browser/components/onionservices/OnionAliasStore.sys.mjs OnionAliasStore.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
@@ -44,7 +44,7 @@ DIRS += [
    "enterprisepolicies",
    "extensions",
    # Exclude "genai" component. tor-browser#44045.
    "ipprotection",
    # Exclude "ipprotection" component. tor-browser#44528.
    "messagepreview",
    "migration",
    "mozcachedohttp",