SteamedPears / Code-Review

A web app for reviewing code (and other text), written in node.js using redis as the persistent store.
http://review.steamedpears.com
ISC License
1 stars 2 forks source link

Added CSRF protection (fixes #133) #139

Closed psimonyi closed 11 years ago

psimonyi commented 11 years ago

Also moved some form setup into view.js so that it can wait until the CSRF token is sent.