|
/*!
|
|
* Connect - csrf
|
|
* Copyright(c) 2011 Sencha Inc.
|
|
* MIT Licensed
|
|
*/
|
|
|
|
/**
|
|
* Anti CSRF:
|
|
*
|
|
* CSRF protection middleware.
|
|
*
|
|
* See [csurf](https://github.com/expressjs/csurf)
|
|
*
|
|
* @param {Object} options
|
|
* @api public
|
|
*/
|
|
|
|
module.exports = require('csurf');
|