From b3e1c1dfa5082799ad8d952d2bfef5aaaaec2bdd Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sat, 15 Jun 2024 01:25:34 -0400 Subject: [PATCH] add http gateway --- MSNRedirector/dllmain.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MSNRedirector/dllmain.cpp b/MSNRedirector/dllmain.cpp index 375d99d..09f7647 100644 --- a/MSNRedirector/dllmain.cpp +++ b/MSNRedirector/dllmain.cpp @@ -22,6 +22,8 @@ BOOL ServerNeedsPatching(const char* server) { strcmp(server, "messenger.hotmail.com") == 0 || strcmp(server, "loginnet.passport.com") == 0 || strcmp(server, "config.messenger.msn.com") == 0 || + strcmp(server, "gateway.messenger.hotmail.com") == 0 || + strcmp(server, "muser.gateway.messenger.hotmail.com") == 0 || /* msn internal domains, rarely used, common in betas */ strcmp(server, "nexus.passport-int.com") == 0 || strcmp(server, "messenger.hotmail-int.com") == 0 ||