mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add SSRF protection
This commit is contained in:
parent
af9f20d60c
commit
d24d221550
21 changed files with 160 additions and 43 deletions
|
@ -342,6 +342,7 @@ const CONFIG = {
|
|||
},
|
||||
FEDERATION: {
|
||||
ENABLED: config.get<boolean>('federation.enabled'),
|
||||
PREVENT_SSRF: config.get<boolean>('federation.prevent_ssrf'),
|
||||
VIDEOS: {
|
||||
FEDERATE_UNLISTED: config.get<boolean>('federation.videos.federate_unlisted'),
|
||||
CLEANUP_REMOTE_INTERACTIONS: config.get<boolean>('federation.videos.cleanup_remote_interactions')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue