diff --git a/webgoat/src/main/webapp/WEB-INF/webgoat-owasp.properties b/webgoat/src/main/webapp/WEB-INF/webgoat-owasp.properties index 985d9dda0..3fb9410b1 100644 --- a/webgoat/src/main/webapp/WEB-INF/webgoat-owasp.properties +++ b/webgoat/src/main/webapp/WEB-INF/webgoat-owasp.properties @@ -1 +1,2 @@ #lesson.BufferOverflow.hidden=true +lesson.BlindScript.hidden=true diff --git a/webgoat/src/main/webapp/WEB-INF/webgoat.properties b/webgoat/src/main/webapp/WEB-INF/webgoat.properties index 985d9dda0..3fb9410b1 100755 --- a/webgoat/src/main/webapp/WEB-INF/webgoat.properties +++ b/webgoat/src/main/webapp/WEB-INF/webgoat.properties @@ -1 +1,2 @@ #lesson.BufferOverflow.hidden=true +lesson.BlindScript.hidden=true diff --git a/webgoat/src/main/webapp/css/webgoat.css b/webgoat/src/main/webapp/css/webgoat.css index cdcf9c32c..33f0ee536 100644 --- a/webgoat/src/main/webapp/css/webgoat.css +++ b/webgoat/src/main/webapp/css/webgoat.css @@ -184,6 +184,12 @@ html>body #navBar li {} height: 100%; padding: 10px; } +#lessonAreaTop { + float: right; + width: 540px; + height: 15px; + padding: 10px; +} #wrap { width: 800px; @@ -192,14 +198,23 @@ html>body #navBar li {} #topRight { position:absolute; - left:485px; + left:380px; top:0px; - width:320px; + width:400px; height:23px; z-index:3; float: right; } +#topLeft { + position:absolute; + left:100px; + top:0px; + width:400px; + height:23px; + z-index:3; + float: right; +} #topRightInner { position:absolute; left:450px; diff --git a/webgoat/src/main/webapp/main.jsp b/webgoat/src/main/webapp/main.jsp index 6f290afbc..1accc610a 100644 --- a/webgoat/src/main/webapp/main.jsp +++ b/webgoat/src/main/webapp/main.jsp @@ -114,24 +114,35 @@ StringBuffer buildList = new StringBuffer(); <% }%>
-