tor-browser

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

commit 308fbd7f610caec894338ccbede5c5c12e1b38b1
parent d8ba646c79c834a08b2084958c7db3e38bb096bf
Author: Greg Stoll <gstoll@mozilla.com>
Date:   Mon,  5 Jan 2026 20:11:06 +0000

Bug 2006941 - block fcagff.dll in content processes r=handyman,win-reviewers

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

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 @@ -409,6 +409,9 @@ CHILD_PROCESSES += [ DllBlocklistEntry("TmUmEvt64.dll", ALL_VERSIONS), DllBlocklistEntry("tmmon.dll", ALL_VERSIONS), DllBlocklistEntry("TmUmEvt.dll", ALL_VERSIONS), + + # McAfee DLLs that cause content process crashes for 32-bit (bug 2006941) + DllBlocklistEntry("fcagff.dll", ALL_VERSIONS), ] GPU_PROCESSES += [