From 0883b3245bf0deb9106c4041e9afbd3521b79280 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Apr 2018 11:01:34 +0200 Subject: Add ability to choose what policy we have for NSFW videos There is a global instance setting and a per user setting --- config/test.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/test.yaml') diff --git a/config/test.yaml b/config/test.yaml index 7e395db04..020987920 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -32,3 +32,6 @@ transcoding: 480p: true 720p: true 1080p: true + +instance: + default_nsfw_policy: 'display' \ No newline at end of file -- cgit v1.2.3