tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 62ef1c5e829cd259fa8b5bcdffbd64986c12dcba
parent e7114bcf28158b46e516178c06201e4849201eba
Author: Greg Stoll <gstoll@mozilla.com>
Date:   Thu, 11 Dec 2025 17:24:47 +0000

Bug 2005255 - block InProcessClient64.dll for causing startup crashes r=win-reviewers,handyman

Differential Revision: https://phabricator.services.mozilla.com/D276001

Diffstat:
Mtoolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in b/toolkit/xre/dllservices/mozglue/WindowsDllBlocklistDefs.in @@ -366,6 +366,9 @@ BROWSER_PROCESS += [ # 123SyncCloud/123CloudStorage shell extension (bug 1996038) DllBlocklistEntry("MFCopyHook.dll", ALL_VERSIONS), + + # SentinalOne product (bug 2005255) + DllBlocklistEntry("InProcessClient64.dll", ALL_VERSIONS), ] CHILD_PROCESSES += [