diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-16 16:25:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 16:25:01 -0400 |
commit | 4ee82c0576baed6358e3818e8c22e01bde6afd02 (patch) | |
tree | a7d02126b479f4a0d3ee5eece78dce52f06d167f /changelog.d | |
parent | Update code to refer to "workers". (#15606) (diff) | |
download | synapse-4ee82c0576baed6358e3818e8c22e01bde6afd02.tar.xz |
Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601)
There are two situations which were previously not properly checked: 1. If the requested URL was replaced with an oEmbed URL, then the oEmbed URL was not checked against url_preview_url_blacklist. 2. Follow-up URLs (either via autodiscovery of oEmbed or to pre-cache images) were not checked against url_preview_url_blacklist.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15601.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15601.bugfix b/changelog.d/15601.bugfix new file mode 100644 index 0000000000..426db6cea3 --- /dev/null +++ b/changelog.d/15601.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where the `url_preview_url_blacklist` configuration setting was not applied to oEmbed or image URLs found while previewing a URL. |