@@ -60,7 +60,7 @@ const languages: Array<object> = [
6060] ;
6161
6262const protocols : Array < object > = [
63- { label : "FTP" , variants : [ "file transfer protocol" ] } ,
63+ { label : "FTP" , variants : [ "file transfer protocol" , "ftps" ] } ,
6464 { label : "IPsec" } ,
6565 { label : "IPv4" } ,
6666 { label : "IPv6" } ,
@@ -69,11 +69,14 @@ const protocols: Array<object> = [
6969 { label : "mTLS" } ,
7070 { label : "NetFlow" } ,
7171 { label : "MQTT" } ,
72+ { label : "QUIC" } ,
7273 { label : "RDP" } ,
7374 { label : "SAML" } ,
7475 { label : "SCIM" } ,
7576 { label : "SMTP" } ,
77+ { label : "SFTP" } ,
7678 { label : "SSH" } ,
79+ { label : "TCP" } ,
7780 { label : "UDP" } ,
7881 { label : "WebSockets" , variants : [ "websocket" ] } ,
7982 { label : "Wireguard" } ,
@@ -94,7 +97,7 @@ const use_cases: Array<object> = [
9497 { label : "CMS" } ,
9598 { label : "Cookies" } ,
9699 { label : "CORS" } ,
97- { label : "Debugging" , variants : [ "debug" ] } ,
100+ { label : "Debugging" , variants : [ "debug" , "troubleshooting" ] } ,
98101 { label : "Forms" } ,
99102 { label : "Geolocation" } ,
100103 { label : "HTMLRewriter" } ,
@@ -103,6 +106,7 @@ const use_cases: Array<object> = [
103106 { label : "Logging" } ,
104107 { label : "Middleware" } ,
105108 { label : "Playback" } ,
109+ { label : "Privacy" } ,
106110 { label : "Redirects" , variants : [ "redirect" ] } ,
107111 { label : "Request modification" , variants : [ "request" ] } ,
108112 { label : "Response modification" , variants : [ "response" ] } ,
0 commit comments