1.0.2 • Published 5 years ago
egg-reqp v1.0.2
egg xss过滤
plugin.js中配置
exports.reqp = {
enable: true,
package: 'egg-reqp'
};
使用
this.ctx.reqp.params.xxx;
this.ctx.reqp.query.xxx;
this.ctx.reqp.body.xxx;
plugin.js中配置
exports.reqp = {
enable: true,
package: 'egg-reqp'
};
this.ctx.reqp.params.xxx;
this.ctx.reqp.query.xxx;
this.ctx.reqp.body.xxx;