From 7288249a113fd3e119fd2855e84c3a874d74d06c Mon Sep 17 00:00:00 2001 From: Gcolon021 <34667267+Gcolon021@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:56:55 -0400 Subject: [PATCH] Enable secure cookies in web configuration (#113) A new line has been added to the web.xml file to ensure that cookies are marked as secure. --- war/src/main/webapp/WEB-INF/web.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/war/src/main/webapp/WEB-INF/web.xml b/war/src/main/webapp/WEB-INF/web.xml index 04fbef21..967fae1e 100644 --- a/war/src/main/webapp/WEB-INF/web.xml +++ b/war/src/main/webapp/WEB-INF/web.xml @@ -29,6 +29,7 @@ true + true