]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
add quarantine videos feature (#1637)
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index c5bf8e457d898df7327acd652d44d81d0959bae7..6159104787c5207d2347faeaf07f5b4aa0faf5a5 100644 (file)
@@ -162,6 +162,12 @@ import:
     torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file)
       enabled: false
 
+auto_blacklist:
+  # New videos automatically blacklisted so moderators can review before publishing
+  videos:
+    of_users:
+      enabled: false
+
 instance:
   name: 'PeerTube'
   short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.'