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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.0esr-15.0-1] fixup! BB 26345: Hide tracking protection UI



Title: GitLab

henry pushed to branch tor-browser-140.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • ac068db4
    by Henry Wilkes at 2025-07-16T17:51:30+01:00
    fixup! BB 26345: Hide tracking protection UI
    
    TB 43947: Prevent import of ContentBlockingPrefs.
    

2 changed files:

Changes:

  • browser/components/BrowserComponents.manifest
    ... ... @@ -45,7 +45,6 @@ category browser-first-window-ready resource:///modules/PageActions.sys.mjs Page
    45 45
     category browser-first-window-ready resource://gre/modules/DoHController.sys.mjs DoHController.init
    
    46 46
     category browser-first-window-ready moz-src:///toolkit/profile/ProfilesDatastoreService.sys.mjs ProfilesDatastoreService.init
    
    47 47
     category browser-first-window-ready resource:///modules/profiles/SelectableProfileService.sys.mjs SelectableProfileService.init
    
    48
    -category browser-first-window-ready moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs ContentBlockingPrefs.init
    
    49 48
     category browser-first-window-ready resource://gre/modules/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init
    
    50 49
     #ifdef MOZ_SANDBOX
    
    51 50
     #ifdef XP_LINUX
    

  • browser/components/BrowserGlue.sys.mjs
    ... ... @@ -19,8 +19,6 @@ ChromeUtils.defineESModuleGetters(lazy, {
    19 19
       BrowserUtils: "resource://gre/modules/BrowserUtils.sys.mjs",
    
    20 20
       BrowserUsageTelemetry: "resource:///modules/BrowserUsageTelemetry.sys.mjs",
    
    21 21
       BrowserWindowTracker: "resource:///modules/BrowserWindowTracker.sys.mjs",
    
    22
    -  ContentBlockingPrefs:
    
    23
    -    "moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs",
    
    24 22
       ContextualIdentityService:
    
    25 23
         "resource://gre/modules/ContextualIdentityService.sys.mjs",
    
    26 24
       DAPTelemetrySender: "resource://gre/modules/DAPTelemetrySender.sys.mjs",
    
    ... ... @@ -582,8 +580,6 @@ BrowserGlue.prototype = {
    582 580
           this._gmpInstallManager.uninit();
    
    583 581
           delete this._gmpInstallManager;
    
    584 582
         }
    
    585
    -
    
    586
    -    lazy.ContentBlockingPrefs.uninit();
    
    587 583
       },
    
    588 584
     
    
    589 585
       // runs on startup, before the first command line handler is invoked
    

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