From 4ee82c0576baed6358e3818e8c22e01bde6afd02 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 16 May 2023 16:25:01 -0400 Subject: 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. --- changelog.d/15601.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15601.bugfix (limited to 'changelog.d/15601.bugfix') 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. -- cgit 1.4.1