mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add SSRF protection
This commit is contained in:
parent
af9f20d60c
commit
d24d221550
21 changed files with 160 additions and 43 deletions
|
@ -40,7 +40,7 @@ async function processActivityPubFollow (job: Job) {
|
|||
|
||||
targetActor = await getOrCreateAPActor(actorUrl, 'all')
|
||||
} catch (err) {
|
||||
logger.warn(`Do not follow ${handle} because we could not find the actor URL (in database or using webfinger)`)
|
||||
logger.warn(`Do not follow ${handle} because we could not find the actor URL (in database or using webfinger)`, { err })
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue