Skip to content

Commit 032510d

Browse files
committed
Tweaks
1 parent 2c3a66f commit 032510d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schemas/tags.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const protocols: Array<Object> = [
6060
{ label: "IPv6" },
6161
{ label: "JSON web token (JWT)", variants: ["jwt"] },
6262
{ label: "MASQUE" },
63+
{ label: "mTLS" },
6364
{ label: "NetFlow" },
6465
{ label: "MQTT" },
6566
{ label: "RDP" },
@@ -84,6 +85,7 @@ const use_cases: Array<Object> = [
8485
{ label: "Caching", variants: ["cache"] },
8586
{ label: "CMS" },
8687
{ label: "Cookies" },
88+
{ label: "CORS" },
8789
{ label: "Debugging", variants: ["debug"] },
8890
{ label: "Forms" },
8991
{ label: "Geolocation" },

0 commit comments

Comments
 (0)