summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/base/net_util.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/base/net_util.cc b/net/base/net_util.cc
index ff19d3e..aa2cb1b 100644
--- a/net/base/net_util.cc
+++ b/net/base/net_util.cc
@@ -131,6 +131,13 @@ static const int kRestrictedPorts[] = {
3659, // apple-sasl / PasswordServer
4045, // lockd
6000, // X11
+ 6665, // Alternate IRC [Apple addition]
+ 6666, // Alternate IRC [Apple addition]
+ 6667, // Standard IRC [Apple addition]
+ 6668, // Alternate IRC [Apple addition]
+ 6669, // Alternate IRC [Apple addition]
+ 0xFFFF, // Used to block all invalid port numbers (see
+ // third_party/WebKit/WebCore/platform/KURLGoogle.cpp, port())
};
// FTP overrides the following restricted ports.