SteffenL / file-uploader

Multiple file upload plugin with progress-bar, drag-and-drop.
http://valums.com/ajax-upload/
Other
0 stars 0 forks source link

Improve handling of CRSF token #1

Open SteffenL opened 12 years ago

SteffenL commented 12 years ago

Don't assume that the document has elements named csrf-param and csrf-token. Get CRSF token name from user options, and the token itself from user params.

SteffenL commented 12 years ago

I guess this doesn't make it any more secure, but at least it shouldn't be any less secure?