From 87568f93e959b5e2b60f91f96b69f5f6b7d3f869 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Nov 2020 14:22:13 +0100 Subject: BREAKING: do not federate unlisted videos by default --- config/production.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index f28d03e00..6c331b8b3 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -179,7 +179,7 @@ plugins: federation: videos: - federate_unlisted: true + federate_unlisted: false ############################################################################### -- cgit v1.2.3