This commit is contained in:
Martin Donnelly 2017-10-01 13:56:55 +01:00
parent eb1ab9b5fc
commit 4969c2a417

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);
res.status(403).send('');
return;
}