add http gateway
This commit is contained in:
parent
768cdde0aa
commit
b3e1c1dfa5
1 changed files with 2 additions and 0 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue