Skip to content

Commit 305e9b5

Browse files
authored
Update tags.ts (#25354)
Adding a few new tags to allow-list.
1 parent 7151402 commit 305e9b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/schemas/tags.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,15 @@ const protocols: Array<Tag> = [
9191
{ label: "mTLS" },
9292
{ label: "NetFlow" },
9393
{ label: "MQTT" },
94+
{ label: "Post-quantum", variants: ["pqc", "post-quantum cryptography"] },
9495
{ label: "QUIC" },
9596
{ label: "RDP" },
9697
{ label: "SAML" },
9798
{ label: "SCIM" },
9899
{ label: "SMTP" },
99100
{ label: "SFTP" },
100101
{ label: "SSH" },
102+
{ label: "SSO" },
101103
{ label: "TCP" },
102104
{ label: "TLS" },
103105
{ label: "UDP" },
@@ -109,6 +111,7 @@ const use_cases: Array<Tag> = [
109111
{ label: "AI" },
110112
{ label: "Authentication", variants: ["auth"] },
111113
{ label: "A/B testing", variants: ["ab test"] },
114+
{ label: "Bindings", variants: ["binding"] },
112115
{ label: "Caching", variants: ["cache"] },
113116
{ label: "CMS" },
114117
{ label: "Cookies" },
@@ -129,7 +132,6 @@ const use_cases: Array<Tag> = [
129132
{ label: "Redirects", variants: ["redirect"] },
130133
{ label: "Request modification", variants: ["request"] },
131134
{ label: "Response modification", variants: ["response"] },
132-
{ label: "RPC" },
133135
{ label: "Security" },
134136
{ label: "SPA" },
135137
{ label: "SSG" },

0 commit comments

Comments
 (0)