block port 989 and 990 for ftps-data and ftps

Differential Revision: https://phabricator.services.mozilla.com/D117504

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1715684
gecko-commit: f58ca1eb4556f610b266f115d06a7252686d5c23
gecko-reviewers: necko-reviewers, valentin
diff --git a/fetch/api/request/request-bad-port.any.js b/fetch/api/request/request-bad-port.any.js
index 0981b0f..b0684d4 100644
--- a/fetch/api/request/request-bad-port.any.js
+++ b/fetch/api/request/request-bad-port.any.js
@@ -62,6 +62,8 @@
     587,  // smtp (outgoing)
     601,  // syslog-conn
     636,  // ldap+ssl
+    989,  // ftps-data
+    990,  // ftps
     993,  // ldap+ssl
     995,  // pop3+ssl
     1719, // h323gatestat
diff --git a/tools/wptserve/wptserve/utils.py b/tools/wptserve/wptserve/utils.py
index da4a4c1..d311118 100644
--- a/tools/wptserve/wptserve/utils.py
+++ b/tools/wptserve/wptserve/utils.py
@@ -128,6 +128,8 @@
         587,   # smtp (outgoing)
         601,   # syslog-conn
         636,   # ldap+ssl
+        989,   # ftps-data
+        999,   # ftps
         993,   # ldap+ssl
         995,   # pop3+ssl
         1719,  # h323gatestat
diff --git a/websockets/Create-blocked-port.any.js b/websockets/Create-blocked-port.any.js
index 4e5af19..c670009 100644
--- a/websockets/Create-blocked-port.any.js
+++ b/websockets/Create-blocked-port.any.js
@@ -69,6 +69,8 @@
   587,  // smtp (outgoing)
   601,  // syslog-conn
   636,  // ldap+ssl
+  989,  // ftps-data
+  990,  // ftps
   993,  // ldap+ssl
   995,  // pop3+ssl
   1719, // h323gatestat