
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: - browser/components/BrowserComponents.manifest - browser/components/BrowserGlue.sys.mjs Changes: ===================================== browser/components/BrowserComponents.manifest ===================================== @@ -45,7 +45,6 @@ category browser-first-window-ready resource:///modules/PageActions.sys.mjs Page category browser-first-window-ready resource://gre/modules/DoHController.sys.mjs DoHController.init 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 moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs ContentBlockingPrefs.init category browser-first-window-ready resource://gre/modules/CaptchaDetectionPingUtils.sys.mjs CaptchaDetectionPingUtils.init #ifdef MOZ_SANDBOX #ifdef XP_LINUX ===================================== browser/components/BrowserGlue.sys.mjs ===================================== @@ -19,8 +19,6 @@ ChromeUtils.defineESModuleGetters(lazy, { BrowserUtils: "resource://gre/modules/BrowserUtils.sys.mjs", BrowserUsageTelemetry: "resource:///modules/BrowserUsageTelemetry.sys.mjs", BrowserWindowTracker: "resource:///modules/BrowserWindowTracker.sys.mjs", - ContentBlockingPrefs: - "moz-src:///browser/components/protections/ContentBlockingPrefs.sys.mjs", ContextualIdentityService: "resource://gre/modules/ContextualIdentityService.sys.mjs", DAPTelemetrySender: "resource://gre/modules/DAPTelemetrySender.sys.mjs", @@ -582,8 +580,6 @@ BrowserGlue.prototype = { this._gmpInstallManager.uninit(); delete this._gmpInstallManager; } - - lazy.ContentBlockingPrefs.uninit(); }, // runs on startup, before the first command line handler is invoked View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ac068db4... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ac068db4... You're receiving this email because of your account on gitlab.torproject.org.