[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-152.0a1-16.0-2] fixup! BB 44528: Disable the IP Protection feature



Title: GitLab

Pier Angelo Vendrame pushed to branch mullvad-browser-152.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • f6f882e5
    by Beatriz Rizental at 2026-06-25T09:21:23+02:00
    fixup! BB 44528: Disable the IP Protection feature
    
    Bug 44528: Further remove ipprotection, address console errors
    

2 changed files:

Changes:

  • browser/components/BrowserComponents.manifest
    ... ... @@ -75,7 +75,6 @@ category browser-first-window-ready moz-src:///toolkit/components/doh/DoHControl
    75 75
     category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastoreService.sys.mjs ProfilesDatastoreService.init
    
    76 76
     category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init
    
    77 77
     category browser-first-window-ready resource://gre/modules/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init
    
    78
    -category browser-first-window-ready moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.init
    
    79 78
     category browser-first-window-ready moz-src:///browser/components/customizableui/SearchWidgetTracker.sys.mjs SearchWidgetTracker.init
    
    80 79
     #ifdef MOZ_SANDBOX
    
    81 80
     #ifdef XP_LINUX
    
    ... ... @@ -132,6 +131,5 @@ category browser-quit-application-granted moz-src:///browser/components/search/S
    132 131
     category browser-quit-application-granted resource://gre/modules/UpdateListener.sys.mjs UpdateListener.reset
    
    133 132
     #endif
    
    134 133
     category browser-quit-application-granted moz-src:///browser/components/urlbar/UrlbarSearchTermsPersistence.sys.mjs UrlbarSearchTermsPersistence.uninit
    
    135
    -category browser-quit-application-granted moz-src:///browser/components/ipprotection/IPProtectionHelpers.sys.mjs IPProtectionActivator.uninit
    
    136 134
     
    
    137 135
     category browser-newtab-external-component moz-src:///browser/components/search/SearchUIUtils.sys.mjs SearchNewTabComponentsRegistrant

  • browser/components/moz.build
    ... ... @@ -41,7 +41,7 @@ DIRS += [
    41 41
         "enterprisepolicies",
    
    42 42
         "extensions",
    
    43 43
         # Exclude "genai" component. tor-browser#44045.
    
    44
    -    "ipprotection",
    
    44
    +    # Exclude "ipprotection" component. tor-browser#44528.
    
    45 45
         "messagepreview",
    
    46 46
         "migration",
    
    47 47
         "mozcachedohttp",
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx