From c13e9a7c2b79b59a2800c55a63726252633e9ae1 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 1 Sep 2024 12:00:08 -0400 Subject: [PATCH] document `allow_legacy_media` config option Signed-off-by: strawberry --- conduwuit-example.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index a99aa05c..42baf249 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -160,6 +160,19 @@ ip_range_denylist = [ ### Moderation / Privacy / Security +# Config option to control whether the legacy unauthenticated Matrix media repository endpoints will be enabled. +# These endpoints consist of: +# - /_matrix/media/*/config +# - /_matrix/media/*/upload +# - /_matrix/media/*/preview_url +# - /_matrix/media/*/download/* +# - /_matrix/media/*/thumbnail/* +# +# The authenticated equivalent endpoints are always enabled. +# +# Defaults to true for now, but this is highly subject to change, likely in the next release. +#allow_legacy_media = true + # Set to true to allow user type "guest" registrations. Element attempts to register guest users automatically. # Defaults to false allow_guest_registration = false