server: add logs for when requests are blacklisted

This commit is contained in:
Brian Mann
2018-02-12 13:03:19 -05:00
parent a648ee4686
commit b10210883c

View File

@@ -68,6 +68,11 @@ module.exports = {
## and set a custom header
res.set("x-cypress-matched-blacklisted-host", matched)
debug("blacklisting request %o", {
url: req.proxiedUrl
matched: matched
})
return res.status(503).end()
thr = through (d) -> @queue(d)