...
|
...
|
@@ -64,7 +64,7 @@ module.exports = (req, res, next) => { |
|
|
Promise.all([
|
|
|
limiter(userAgent, captchaPolicy, context),
|
|
|
limiter(ip, captchaPolicy, context),
|
|
|
limiter(qpsLimiter, captchaPolicy, context),
|
|
|
limiter(qpsLimiter, captchaPolicy, context)
|
|
|
//limiter(asynchronous, captchaPolicy, context)
|
|
|
// limiter(fakerLimiter, reporterPolicy, context)
|
|
|
]).then((results) => {
|
...
|
...
|
|