From d471aa87e3201c07196ca1676aafe798867eca20 Mon Sep 17 00:00:00 2001 From: Dan Gardner <45269444+dan-processbolt@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:36:31 -0500 Subject: [PATCH] Added AWS ALB Added check for AWS application load balancer --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 65cabb43b..5c9ff6b85 100644 --- a/src/apps.json +++ b/src/apps.json @@ -720,7 +720,8 @@ 65 ], "cookies": { - "AWSALB": "" + "AWSALB": "", + "AWSALBCORS": "" }, "icon": "aws-elb.png", "implies": "Amazon Web Services",