]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Add ability to choose what policy we have for NSFW videos
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index fc06c51fb7d2e4e7e72a5bbdf16e2a99b90a0fc5..1d7d35c9c899ed97bd4cf4fd6bd56d4f8d43093d 100644 (file)
@@ -100,6 +100,9 @@ instance:
   description: '' # Support markdown
   terms: '' # Support markdown
   default_client_route: '/videos/trending'
+  # By default, "do_not_list" or "blur" or "display" NSFW videos
+  # Could be overridden per user with a setting
+  default_nsfw_policy: 'do_not_list'
   customizations:
     javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime
     css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime