tor-browser

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

commit 62e14be41df23e73c62a7aa72fd18e371a942b23
parent 303d6e41229ba17b5401cf21140cf868a114c381
Author: Greg Stoll <gstoll@mozilla.com>
Date:   Tue, 28 Oct 2025 16:36:34 +0000

Bug 1996038 - block MFCopyHook.dll in the parent process r=gsvelto

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

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 @@ -363,6 +363,9 @@ BROWSER_PROCESS += [ # old versions of KeyScrambler (bug 1994657) DllBlocklistEntry("KeyScramblerIE.dll", (3, 17, 0, 4)), + + # 123SyncCloud/123CloudStorage shell extension (bug 1996038) + DllBlocklistEntry("MFCopyHook.dll", ALL_VERSIONS), ] CHILD_PROCESSES += [