From 1d031242eb7a7ac466dd6f4b8a2677abb6511621 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Thu, 10 Feb 2022 15:04:26 +0100 Subject: [PATCH] Reword changelog to reflect change of approach. --- changelog.d/11936.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/11936.bugfix b/changelog.d/11936.bugfix index 2f8efa960494..bc149f280106 100644 --- a/changelog.d/11936.bugfix +++ b/changelog.d/11936.bugfix @@ -1 +1 @@ -Don't attempt URL previews for URLs with `audio/*` or `video/*` content types. This prevents Synapse from making useless longer-lived connections to streaming media servers. +Implement an allow list of content types for which we will attempt to preview a URL. This prevents Synapse from making useless longer-lived connections to streaming media servers.