diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-03-31 11:49:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 11:49:49 +0200 |
commit | f96b85eca8cf14530f26b678dbb4900c54fb6a59 (patch) | |
tree | f1192d39b2cc01889a6a4ae2d0de5a6ffe9c70e2 /changelog.d | |
parent | Remove the unused and unstable `/aggregations` endpoint. (#12293) (diff) | |
download | synapse-f96b85eca8cf14530f26b678dbb4900c54fb6a59.tar.xz |
Ensure the type of URL attributes is always str when matching against preview blacklist (#12333)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12333.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |