Bug 1677047 - Testing to block ports 1720, 1723, 554- r=necko-reviewers,valentin

Depends on D96979

Differential Revision: https://phabricator.services.mozilla.com/D96980
This commit is contained in:
Frederik Braun 2020-11-16 08:56:48 +00:00
Родитель 0d98da0194
Коммит 046c5ef927
3 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,7 @@ var BLOCKED_PORTS_LIST = [
532, // netnews
540, // uucp
548, // afp
554, // rtsp
556, // remotefs
563, // nntp+ssl
587, // smtp (outgoing)
@ -60,6 +61,8 @@ var BLOCKED_PORTS_LIST = [
636, // ldap+ssl
993, // ldap+ssl
995, // pop3+ssl
1720, // h323hostcall
1723, // pptp
2049, // nfs
3659, // apple-sasl
4045, // lockd

Просмотреть файл

@ -120,6 +120,7 @@ def is_bad_port(port):
532, # netnews
540, # uucp
548, # afp
554, # rtsp
556, # remotefs
563, # nntp+ssl
587, # smtp (outgoing)
@ -127,6 +128,8 @@ def is_bad_port(port):
636, # ldap+ssl
993, # ldap+ssl
995, # pop3+ssl
1720, # h323hostcall
1723, # pptp
2049, # nfs
3659, # apple-sasl
4045, # lockd

Просмотреть файл

@ -58,6 +58,7 @@ async_test(t => {
532, // netnews
540, // uucp
548, // afp
554, // rtsp
556, // remotefs
563, // nntp+ssl
587, // smtp (outgoing)
@ -65,6 +66,8 @@ async_test(t => {
636, // ldap+ssl
993, // ldap+ssl
995, // pop3+ssl
1720, // h323hostcall
1723, // pptp
2049, // nfs
3659, // apple-sasl
4045, // lockd