We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3a66f commit 032510dCopy full SHA for 032510d
src/schemas/tags.ts
@@ -60,6 +60,7 @@ const protocols: Array<Object> = [
60
{ label: "IPv6" },
61
{ label: "JSON web token (JWT)", variants: ["jwt"] },
62
{ label: "MASQUE" },
63
+ { label: "mTLS" },
64
{ label: "NetFlow" },
65
{ label: "MQTT" },
66
{ label: "RDP" },
@@ -84,6 +85,7 @@ const use_cases: Array<Object> = [
84
85
{ label: "Caching", variants: ["cache"] },
86
{ label: "CMS" },
87
{ label: "Cookies" },
88
+ { label: "CORS" },
89
{ label: "Debugging", variants: ["debug"] },
90
{ label: "Forms" },
91
{ label: "Geolocation" },
0 commit comments