From f96b85eca8cf14530f26b678dbb4900c54fb6a59 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 31 Mar 2022 11:49:49 +0200 Subject: Ensure the type of URL attributes is always str when matching against preview blacklist (#12333) --- changelog.d/12333.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12333.bugfix (limited to 'changelog.d') diff --git a/changelog.d/12333.bugfix b/changelog.d/12333.bugfix new file mode 100644 index 0000000000..2c073a77d5 --- /dev/null +++ b/changelog.d/12333.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug affecting URL previews that would generate a 500 response instead of a 403 if the previewed URL includes a port that isn't allowed by the relevant blacklist. -- cgit 1.4.1