Skip to content

Commit

Permalink
Block more ports (427, 548, 6697)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
annevk authored May 31, 2018
1 parent 3055f13 commit 2e45674
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,8 @@ run these steps:
<tr><td>143<td>imap2
<tr><td>179<td>bgp
<tr><td>389<td>ldap
<tr><td>465<td>smtp+ssl
<tr><td>427<td>afp (alternate)
<tr><td>465<td>smtp (alternate)
<tr><td>512<td>print / exec
<tr><td>513<td>login
<tr><td>514<td>shell
Expand All @@ -1777,24 +1778,26 @@ run these steps:
<tr><td>531<td>chat
<tr><td>532<td>netnews
<tr><td>540<td>uucp
<tr><td>548<td>afp
<tr><td>556<td>remotefs
<tr><td>563<td>nntp+ssl
<tr><td>587<td>smtp
<tr><td>587<td>smtp (outgoing)
<tr><td>601<td>syslog-conn
<tr><td>636<td>ldap+ssl
<tr><td>993<td>ldap+ssl
<tr><td>995<td>pop3+ssl
<tr><td>2049<td>nfs
<tr><td>3659<td>apple-sasl<!-- not in Gecko, Apple addition adopted by Chrome -->
<tr><td>3659<td>apple-sasl
<tr><td>4045<td>lockd
<tr><td>6000<td>x11
<tr><td>6665<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
<tr><td>6666<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
<tr><td>6667<td>irc (default)<!-- not in Gecko, Apple addition adopted by Chrome -->
<tr><td>6668<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
<tr><td>6669<td>irc (alternate)<!-- not in Gecko, Apple addition adopted by Chrome -->
<tr><td>6665<td>irc (alternate)
<tr><td>6666<td>irc (alternate)
<tr><td>6667<td>irc (default)
<tr><td>6668<td>irc (alternate)
<tr><td>6669<td>irc (alternate)
<tr><td>6697<td>irc+tls
</table>
<!-- http://www-archive.mozilla.org/projects/netlib/PortBanning.html -->
<!-- https://www-archive.mozilla.org/projects/netlib/PortBanning.html -->


<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
Expand Down Expand Up @@ -6602,6 +6605,7 @@ Srirama Chandra Sekhar Mogali,
Steven Salat,
Sunava Dutta,
Surya Ismail,
Takashi Toyoshima,
吉野剛史 (Takeshi Yoshino),
Thomas Roessler,
Thomas Wisniewski,
Expand Down

0 comments on commit 2e45674

Please sign in to comment.