File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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" } ,
You can’t perform that action at this time.
0 commit comments