Merge pull request #207 from span/weak-auth-cookie-enable

Enable weak authentication cookie lesson
This commit is contained in:
Nanne 2016-02-25 22:07:46 +01:00
commit 5d393d1d65

View File

@ -13,7 +13,6 @@ lesson.HttpSplitting.hidden=true
lesson.BasicAuthentication.hidden=true lesson.BasicAuthentication.hidden=true
lesson.SameOriginPolicyProtection.hidden=true lesson.SameOriginPolicyProtection.hidden=true
lesson.SilentTransactions.hidden=true lesson.SilentTransactions.hidden=true
lesson.WeakAuthenticationCookie.hidden=true
lesson.TraceXSS.hidden=true lesson.TraceXSS.hidden=true
lesson.DBSQLInjection.hidden=true lesson.DBSQLInjection.hidden=true
lesson.DBCrossSiteScripting.hidden=true lesson.DBCrossSiteScripting.hidden=true