Skip to content
Snippets Groups Projects
Commit c679106f authored by dimich@chromium.org's avatar dimich@chromium.org
Browse files

Update table of blocked ports according to upstream http://trac.webkit.org/changeset/56489

BUG=none
TEST=block-test.html

Review URL: http://codereview.chromium.org/1398002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42723 0039d316-1c4b-4281-b951-d872f2087c98
parent 072a4a79
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment