This commit is contained in:
Martin Donnelly 2017-10-01 13:59:43 +01:00
parent 4969c2a417
commit 882a088d84

View File

@ -87,7 +87,7 @@ function getUrl (req, res) {
logger.debug('Want', theUrl);
if (theUrl === undefined || bouncer.indexOf(theUrl) !== -1 || theUrl === '') {
logger.warn(`You're not getting in ${theUrl}`);
res.status(403).send('');
res.status(400).send('');
return;
}