Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: af6caa34 by Beatriz Rizental at 2026-06-25T09:02:02+02:00 fixup! BB 44528: Disable the IP Protection feature Bug 44528: Further remove ipprotection, address console errors - - - - - 2 changed files: - browser/components/BrowserComponents.manifest - browser/components/moz.build Changes: ===================================== browser/components/BrowserComponents.manifest ===================================== @@ -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 ===================================== browser/components/moz.build ===================================== @@ -44,7 +44,7 @@ DIRS += [ "enterprisepolicies", "extensions", # Exclude "genai" component. tor-browser#44045. - "ipprotection", + # Exclude "ipprotection" component. tor-browser#44528. "messagepreview", "migration", "mozcachedohttp", View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/af6caa34... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/af6caa34... 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)
-
Pier Angelo Vendrame (@pierov)