From: Kruthi Bhat Date: Tue, 16 Nov 2021 19:31:18 +0000 (-0500) Subject: Fix for Penetration test _ Session and cookie management X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vid.git;a=commitdiff_plain;h=HEAD Fix for Penetration test _ Session and cookie management Change-Id: I5597f4e25acaf0352d66870911d6c99503a01229 Issue-ID: VID-987 Signed-off-by: krutbhat@att.com --- diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/web.xml b/epsdk-app-onap/src/main/webapp/WEB-INF/web.xml index e90f837d3..e445bac5c 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/web.xml +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/web.xml @@ -70,6 +70,23 @@ charset-to-utf8-filter /app/ui/* + + httpHeaderSecurity + org.apache.catalina.filters.HttpHeaderSecurityFilter + true + + antiClickJackingEnabled + true + + + antiClickJackingOption + DENY + + + + httpHeaderSecurity + /* + 404