spanner!
This commit is contained in:
parent
eb1ab9b5fc
commit
4969c2a417
@ -87,7 +87,7 @@ function getUrl (req, res) {
|
|||||||
logger.debug('Want', theUrl);
|
logger.debug('Want', theUrl);
|
||||||
if (theUrl === undefined || bouncer.indexOf(theUrl) !== -1 || theUrl === '') {
|
if (theUrl === undefined || bouncer.indexOf(theUrl) !== -1 || theUrl === '') {
|
||||||
logger.warn(`You're not getting in ${theUrl}`);
|
logger.warn(`You're not getting in ${theUrl}`);
|
||||||
res.status(403);
|
res.status(403).send('');
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user