From 79320e7665bfc23bb751487f6ec89c42b7fbd058 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Fri, 9 Sep 2016 17:06:12 +0200 Subject: [PATCH] Removing two lessons from the exclusion list. --- webgoat-container/src/main/webapp/WEB-INF/webgoat.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties index 43a26ba47..e2fe0a0b4 100644 --- a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties +++ b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties @@ -10,8 +10,6 @@ lesson.BasicAuthentication.hidden=true lesson.BlindScript.hidden=true lesson.RemoteAdminFlaw.hidden=true lesson.HttpSplitting.hidden=true -lesson.SameOriginPolicyProtection.hidden=true -lesson.SilentTransactions.hidden=true lesson.TraceXSS.hidden=true lesson.DBSQLInjection.hidden=true lesson.DBCrossSiteScripting.hidden=true