Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / connect / lib / middleware / csrf.js
1 /*!
2  * Connect - csrf
3  * Copyright(c) 2011 Sencha Inc.
4  * MIT Licensed
5  */
6
7 /**
8  * Anti CSRF:
9  *
10  * CSRF protection middleware.
11  *
12  * See [csurf](https://github.com/expressjs/csurf)
13  *
14  * @param {Object} options
15  * @api public
16  */
17
18 module.exports = require('csurf');