@ -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;
}
The note is not visible to the blocked user.