...
|
...
|
@@ -65,7 +65,8 @@ module.exports = (req, res, next) => { |
|
|
limiter(userAgent, captchaPolicy, context),
|
|
|
limiter(ip, captchaPolicy, context),
|
|
|
limiter(qpsLimiter, captchaPolicy, context)
|
|
|
//limiter(asynchronous, captchaPolicy, context)
|
|
|
|
|
|
// limiter(asynchronous, captchaPolicy, context)
|
|
|
// limiter(fakerLimiter, reporterPolicy, context)
|
|
|
]).then((results) => {
|
|
|
let allPass = true, exclusion = false, policy = null;
|
...
|
...
|
|