tor-browser

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

commit 2b872d834fea14474f8a17c4b5ff4b04f7eaa6fe
parent 1f8a97e419d84519cb1e796c7a152a0067df42d3
Author: Greg Stoll <gstoll@mozilla.com>
Date:   Thu, 16 Oct 2025 14:55:26 +0000

Bug 1994657 - block old versions of KeyScrambler to prevent crashes on keystrokes r=gsvelto

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

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 @@ -359,6 +359,9 @@ BROWSER_PROCESS += [ # old AMD JPEG decoder DLLs (bug 1328838) DllBlocklistEntry("amf-wic-jpeg-decoder64.dll", ALL_VERSIONS), DllBlocklistEntry("amf-wic-jpeg-decoder32.dll", ALL_VERSIONS), + + # old versions of KeyScrambler (bug 1994657) + DllBlocklistEntry("KeyScramblerIE.dll", (3, 17, 0, 4)), ] CHILD_PROCESSES += [