From 7f439879e05c2d3fca6056cd1ea0866ddb8ff7ef Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Sun, 7 Apr 2024 03:45:41 +0200 Subject: [PATCH] blacklist: add steamwebhelper and EpicWebHelper --- src/blacklist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/blacklist.cpp b/src/blacklist.cpp index 93d74cd6..0cc3a335 100644 --- a/src/blacklist.cpp +++ b/src/blacklist.cpp @@ -54,6 +54,8 @@ static std::vector blacklist { "iexplore.exe", "rundll32.exe", "Launcher", //Paradox Interactive Launcher + "steamwebhelper.exe", + "EpicWebHelper.exe" };