Ver Fonte

LibWeb/Fetch: Block ports 4190 and 6679

See:
- https://github.com/whatwg/fetch/commit/4c3750d
Jamie Mansfield há 1 ano atrás
pai
commit
4387d12159

+ 2 - 0
Userland/Libraries/LibWeb/Fetch/Infrastructure/PortBlocking.cpp

@@ -100,6 +100,7 @@ bool is_bad_port(u16 port)
         2049,  // nfs
         2049,  // nfs
         3659,  // apple-sasl
         3659,  // apple-sasl
         4045,  // npp
         4045,  // npp
+        4190,  // sieve
         5060,  // sip
         5060,  // sip
         5061,  // sips
         5061,  // sips
         6000,  // x11
         6000,  // x11
@@ -109,6 +110,7 @@ bool is_bad_port(u16 port)
         6667,  // ircu
         6667,  // ircu
         6668,  // ircu
         6668,  // ircu
         6669,  // ircu
         6669,  // ircu
+        6679,  // osaut
         6697,  // ircs-u
         6697,  // ircs-u
         10080, // amanda
         10080, // amanda
     };
     };