document allow_legacy_media
config option
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
393eef431b
commit
c13e9a7c2b
1 changed files with 13 additions and 0 deletions
|
@ -160,6 +160,19 @@ ip_range_denylist = [
|
||||||
|
|
||||||
### Moderation / Privacy / Security
|
### 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.
|
# Set to true to allow user type "guest" registrations. Element attempts to register guest users automatically.
|
||||||
# Defaults to false
|
# Defaults to false
|
||||||
allow_guest_registration = false
|
allow_guest_registration = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue