diff --git a/server.js b/server.js index 9445d1f..6c95ce5 100644 --- a/server.js +++ b/server.js @@ -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; }