From b08ac296b31f001c946b1371f213ac302ff9c12e Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 21 Oct 2021 17:32:16 +0100 Subject: Fix critical cross site scripting Change-Id: I66a220f71a2e950055107a725191b46bcbe8c6a6 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3607 Issue-ID: SDC-3755 --- utils/webseal-simulator/src/main/resources/webseal.conf | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'utils/webseal-simulator/src/main/resources/webseal.conf') diff --git a/utils/webseal-simulator/src/main/resources/webseal.conf b/utils/webseal-simulator/src/main/resources/webseal.conf index 7065725ab1..c711a73113 100644 --- a/utils/webseal-simulator/src/main/resources/webseal.conf +++ b/utils/webseal-simulator/src/main/resources/webseal.conf @@ -10,14 +10,6 @@ role="Designer" email="csantana@sdc.com" }, - { - userId="op0001" - password="123123a" - firstName="Aretha" - lastName="Franklin" - role="Ops" - email="afranklin@sdc.com" - }, { userId="jh0003" password="123123a" @@ -34,14 +26,6 @@ role="Tester" email="tester@sdc.com" }, - { - userId="gv0001" - password="123123a" - firstName="David" - lastName="Shadmi" - role="Governor" - email="governor@sdc.com" - }, { userId="pm0001" password="123123a" -- cgit 1.2.3-korg