Skip to content

Commit 2e45674

Browse files
authored
Block more ports (427, 548, 6697)
This blocks ports used for the Apple File Protocol (427, 548) and thereby fixes #694, and blocks another IRC port (6697) as discussed in #482 and shipped by Chrome. Tests: web-platform-tests/wpt#11249.
1 parent 3055f13 commit 2e45674

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

fetch.bs

+13-9
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,8 @@ run these steps:
17671767
<tr><td>143<td>imap2
17681768
<tr><td>179<td>bgp
17691769
<tr><td>389<td>ldap
1770-
<tr><td>465<td>smtp+ssl
1770+
<tr><td>427<td>afp (alternate)
1771+
<tr><td>465<td>smtp (alternate)
17711772
<tr><td>512<td>print / exec
17721773
<tr><td>513<td>login
17731774
<tr><td>514<td>shell
@@ -1777,24 +1778,26 @@ run these steps:
17771778
<tr><td>531<td>chat
17781779
<tr><td>532<td>netnews
17791780
<tr><td>540<td>uucp
1781+
<tr><td>548<td>afp
17801782
<tr><td>556<td>remotefs
17811783
<tr><td>563<td>nntp+ssl
1782-
<tr><td>587<td>smtp
1784+
<tr><td>587<td>smtp (outgoing)
17831785
<tr><td>601<td>syslog-conn
17841786
<tr><td>636<td>ldap+ssl
17851787
<tr><td>993<td>ldap+ssl
17861788
<tr><td>995<td>pop3+ssl
17871789
<tr><td>2049<td>nfs
1788-
<tr><td>3659<td>apple-sasl<!-- not in Gecko, Apple addition adopted by Chrome -->
1790+
<tr><td>3659<td>apple-sasl
17891791
<tr><td>4045<td>lockd
17901792
<tr><td>6000<td>x11
1791-
<tr><td>6665<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
1792-
<tr><td>6666<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
1793-
<tr><td>6667<td>irc (default)<!-- not in Gecko, Apple addition adopted by Chrome -->
1794-
<tr><td>6668<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
1795-
<tr><td>6669<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
1793+
<tr><td>6665<td>irc (alternate)
1794+
<tr><td>6666<td>irc (alternate)
1795+
<tr><td>6667<td>irc (default)
1796+
<tr><td>6668<td>irc (alternate)
1797+
<tr><td>6669<td>irc (alternate)
1798+
<tr><td>6697<td>irc+tls
17961799
</table>
1797-
<!-- http://www-archive.mozilla.org/projects/netlib/PortBanning.html -->
1800+
<!-- https://www-archive.mozilla.org/projects/netlib/PortBanning.html -->
17981801

17991802

18001803
<h3 dfn export lt="should response to request be blocked due to mime type" id=should-response-to-request-be-blocked-due-to-mime-type?>Should
@@ -6602,6 +6605,7 @@ Srirama Chandra Sekhar Mogali,
66026605
Steven Salat,
66036606
Sunava Dutta,
66046607
Surya Ismail,
6608+
Takashi Toyoshima,
66056609
吉野剛史 (Takeshi Yoshino),
66066610
Thomas Roessler,
66076611
Thomas Wisniewski,

0 commit comments

Comments
 (0)