You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In response to #4 A bug where certain browsers (Safari, IE) loaded a …
…cached test page when the back button was used. Submitting the form again with a correct answer would increase the user's score allowing them to score more points than actual questions existed!
A nonce has now been implemented meaning any cached form data will fail submission.
Changed app structure so that only necessary files accessible from br…
…owser (should have been done from the start).
Added trailing slash to links in views.
Improved the README.