Skip to content

Commit 71d25a5

Browse files
committed
Add a few more
1 parent b5bce78 commit 71d25a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/schemas/tags.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const languages: Array<object> = [
6060
];
6161

6262
const 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

Comments
 (0)