Commit c36c5078 authored by Adam Rice's avatar Adam Rice Committed by Chromium LUCI CQ

Update the restricted port list

Add ports 69, 137, 161, 554, 1719, 1720, 1723, 6566 to the restricted
ports list to match Firefox. See
https://hg.mozilla.org/mozilla-central/file/tip/netwerk/base/nsIOService.cpp.

Leave out port 10080 for now as it seems likely to cause compatibility
problems.

BUG=1148309

Change-Id: I16f9a61068dbe35334fd5ca2bf55b3ab0287df74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562905Reviewed-by: default avatarDavid Schinazi <dschinazi@chromium.org>
Commit-Queue: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832169}
parent 9693ccf3
...@@ -37,6 +37,7 @@ const int kRestrictedPorts[] = { ...@@ -37,6 +37,7 @@ const int kRestrictedPorts[] = {
42, // name 42, // name
43, // nicname 43, // nicname
53, // domain 53, // domain
69, // tftp
77, // priv-rjs 77, // priv-rjs
79, // finger 79, // finger
87, // ttylink 87, // ttylink
...@@ -54,8 +55,10 @@ const int kRestrictedPorts[] = { ...@@ -54,8 +55,10 @@ const int kRestrictedPorts[] = {
119, // nntp 119, // nntp
123, // NTP 123, // NTP
135, // loc-srv /epmap 135, // loc-srv /epmap
137, // netbios
139, // netbios 139, // netbios
143, // imap2 143, // imap2
161, // snmp
179, // BGP 179, // BGP
389, // ldap 389, // ldap
427, // SLP (Also used by Apple Filing Protocol) 427, // SLP (Also used by Apple Filing Protocol)
...@@ -70,6 +73,7 @@ const int kRestrictedPorts[] = { ...@@ -70,6 +73,7 @@ const int kRestrictedPorts[] = {
532, // netnews 532, // netnews
540, // uucp 540, // uucp
548, // AFP (Apple Filing Protocol) 548, // AFP (Apple Filing Protocol)
554, // rtsp
556, // remotefs 556, // remotefs
563, // nntp+ssl 563, // nntp+ssl
587, // smtp (rfc6409) 587, // smtp (rfc6409)
...@@ -77,12 +81,16 @@ const int kRestrictedPorts[] = { ...@@ -77,12 +81,16 @@ const int kRestrictedPorts[] = {
636, // ldap+ssl 636, // ldap+ssl
993, // ldap+ssl 993, // ldap+ssl
995, // pop3+ssl 995, // pop3+ssl
1719, // h323gatestat
1720, // h323hostcall
1723, // pptp
2049, // nfs 2049, // nfs
3659, // apple-sasl / PasswordServer 3659, // apple-sasl / PasswordServer
4045, // lockd 4045, // lockd
5060, // sip 5060, // sip
5061, // sips 5061, // sips
6000, // X11 6000, // X11
6566, // sane-port
6665, // Alternate IRC [Apple addition] 6665, // Alternate IRC [Apple addition]
6666, // Alternate IRC [Apple addition] 6666, // Alternate IRC [Apple addition]
6667, // Standard IRC [Apple addition] 6667, // Standard IRC [Apple addition]
......
...@@ -2575,12 +2575,6 @@ crbug.com/958381 [ Mac ] external/wpt/css/CSS2/tables/table-anonymous-objects-20 ...@@ -2575,12 +2575,6 @@ crbug.com/958381 [ Mac ] external/wpt/css/CSS2/tables/table-anonymous-objects-20
crbug.com/626703 external/wpt/mediacapture-record/MediaRecorder-peerconnection-no-sink.https.html [ Timeout ] crbug.com/626703 external/wpt/mediacapture-record/MediaRecorder-peerconnection-no-sink.https.html [ Timeout ]
crbug.com/626703 external/wpt/mediacapture-record/MediaRecorder-peerconnection.https.html [ Timeout ] crbug.com/626703 external/wpt/mediacapture-record/MediaRecorder-peerconnection.https.html [ Timeout ]
crbug.com/626703 [ Win7 ] virtual/plz-dedicated-worker/external/wpt/service-workers/service-worker/update-bytecheck.https.html [ Timeout ] crbug.com/626703 [ Win7 ] virtual/plz-dedicated-worker/external/wpt/service-workers/service-worker/update-bytecheck.https.html [ Timeout ]
crbug.com/626703 external/wpt/fetch/api/request/request-bad-port.any.worker.html [ Timeout ]
crbug.com/626703 virtual/plz-dedicated-worker/external/wpt/fetch/api/request/request-bad-port.any.worker.html [ Timeout ]
crbug.com/626703 external/wpt/fetch/api/request/request-bad-port.any.sharedworker.html [ Timeout ]
crbug.com/626703 virtual/plz-dedicated-worker/external/wpt/fetch/api/request/request-bad-port.any.sharedworker.html [ Timeout ]
crbug.com/626703 external/wpt/fetch/api/request/request-bad-port.any.html [ Timeout ]
crbug.com/626703 virtual/plz-dedicated-worker/external/wpt/fetch/api/request/request-bad-port.any.html [ Timeout ]
crbug.com/626703 external/wpt/input-events/input-events-get-target-ranges-joining-dl-element-and-another-list.tentative.html?Backspace [ Timeout ] crbug.com/626703 external/wpt/input-events/input-events-get-target-ranges-joining-dl-element-and-another-list.tentative.html?Backspace [ Timeout ]
crbug.com/626703 external/wpt/input-events/input-events-get-target-ranges-deleting-in-list-items.tentative.html?Backspace,ul [ Timeout ] crbug.com/626703 external/wpt/input-events/input-events-get-target-ranges-deleting-in-list-items.tentative.html?Backspace,ul [ Timeout ]
crbug.com/626703 external/wpt/input-events/input-events-get-target-ranges-joining-dl-elements.tentative.html?Backspace [ Timeout ] crbug.com/626703 external/wpt/input-events/input-events-get-target-ranges-joining-dl-elements.tentative.html?Backspace [ Timeout ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment