From 799f6c372a5486774fc91233c6737613704214be Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:50:35 +0000 Subject: [PATCH] Disable authenticated media As ArcticFoxes is a public server, authenticated media serves no purpose other than breaking certain clients. Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- etc/matrix-synapse/conf.d/media.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/matrix-synapse/conf.d/media.yaml b/etc/matrix-synapse/conf.d/media.yaml index 76447e2..20bf35a 100644 --- a/etc/matrix-synapse/conf.d/media.yaml +++ b/etc/matrix-synapse/conf.d/media.yaml @@ -24,3 +24,4 @@ url_preview_ip_range_blacklist: - '2001:db8::/32' - 'ff00::/8' - 'fec0::/10' +enable_authenticated_media: false