mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Relax logger on signature checker
This commit is contained in:
@@ -23,7 +23,7 @@ async function checkSignature (req: Request, res: Response, next: NextFunction)
|
||||
|
||||
return next()
|
||||
} catch (err) {
|
||||
logger.error('Error in ActivityPub signature checker.', err)
|
||||
logger.warn('Error in ActivityPub signature checker.', err)
|
||||
return res.sendStatus(403)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user