From 8ea119da4a9d10eead36d724a262171530479afa Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 14 Jul 2021 01:51:13 +0000 Subject: [network] Stop blocking 10080 Port 10080 is shared by too many devices and services that do need http(s) access, so this port should not be blacklisted by default. --- netwerk/base/nsIOService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netwerk/base') diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp index d04b3cef12..ffe3ab2ace 100644 --- a/netwerk/base/nsIOService.cpp +++ b/netwerk/base/nsIOService.cpp @@ -165,7 +165,7 @@ int16_t gBadPortList[] = { 6667, // Standard IRC [Apple addition] 6668, // Alternate IRC [Apple addition] 6669, // Alternate IRC [Apple addition] - 10080,// Amanda + // 10080,// (Amanda) too many collisions with other services, disabled for now. 0, // Sentinel value: This MUST be zero }; -- cgit v1.2.3