From 370c34b7da7d04a789ce0296c98c6d6f3bb5a6da Mon Sep 17 00:00:00 2001 From: Daniel Kvist Date: Mon, 1 Feb 2016 21:47:28 +0100 Subject: [PATCH] Disable cross-site scripting lab --- webgoat-container/src/main/webapp/WEB-INF/webgoat.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties index e725c0aed..8c94ce24a 100644 --- a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties +++ b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties @@ -16,6 +16,7 @@ lesson.SilentTransactions.hidden=true lesson.WeakAuthenticationCookie.hidden=true lesson.TraceXSS.hidden=true lesson.DBSQLInjection.hidden=true +lesson.CrossSiteScripting.hidden=true lesson.DBCrossSiteScripting.hidden=true lesson.XPATHInjection.hidden=true lesson.ForcedBrowsing.hidden=true