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/default.yaml | 2 +- config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 120f03d5d..b16fafa40 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -178,7 +178,7 @@ plugins: federation: videos: - federate_unlisted: true + federate_unlisted: false cache: previews: 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