diff options
author | Pale Moon <git-repo@palemoon.org> | 2015-11-29 00:27:40 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2015-11-29 00:27:40 +0100 |
commit | 2ceefe50637c0f1956ff33274aba2b64f268b866 (patch) | |
tree | 731017a49e60e1307bba583add8f3ac5cba3b86c /netwerk | |
parent | 46aa38aa3b8e7ce63b55ad7a67b1122ab25305b7 (diff) | |
download | palemoon-gre-2ceefe50637c0f1956ff33274aba2b64f268b866.tar.gz |
Add ODMR to banned port list + clarify 587 and 601
Diffstat (limited to 'netwerk')
-rw-r--r-- | netwerk/base/src/nsIOService.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/netwerk/base/src/nsIOService.cpp b/netwerk/base/src/nsIOService.cpp index aa8c87250..212d30c56 100644 --- a/netwerk/base/src/nsIOService.cpp +++ b/netwerk/base/src/nsIOService.cpp @@ -111,6 +111,7 @@ int16_t gBadPortList[] = { 139, // netbios 143, // imap2 179, // BGP + 366, // ODMR 389, // ldap 465, // smtp+ssl 512, // print / exec @@ -124,8 +125,8 @@ int16_t gBadPortList[] = { 540, // uucp 556, // remotefs 563, // nntp+ssl - 587, // - 601, // + 587, // MSA (smtp+auth) + 601, // Syslog-conn (RFC3195) 636, // ldap+ssl 993, // imap+ssl 995, // pop3+ssl |