diff --git a/src/intercept/main.c b/src/intercept/main.c index 5726d5a..43e0958 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -121,6 +121,10 @@ static const char *vendor_blacklist[] = { /* Nuh uh. Sorry, Feral games. libcurl MUST be up to date for security! */ "libcurl.so.", + + /* Oh hell no. Seen in Hyper Light Drifer */ + "libcrypto.so.1.0.0", + "libssl.so.1.0.0", }; /**