diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-05 17:28:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 17:28:11 +0000 |
commit | 5570d1c93fc9611cafb79ade47fdc195e0d6ab81 (patch) | |
tree | 49a76473cfb2ada8c716b69d467f2995e09ee577 /changelog.d | |
parent | Merge pull request #6331 from matrix-org/rav/url_preview_limit_title (diff) | |
parent | Fix exception when OpenGraph tag values are ints (diff) | |
download | synapse-5570d1c93fc9611cafb79ade47fdc195e0d6ab81.tar.xz |
Merge pull request #6334 from matrix-org/rav/url_preview_limit_title_2
Fix exception when OpenGraph tag values are ints
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6334.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6334.feature b/changelog.d/6334.feature new file mode 100644 index 0000000000..eaf69ef3f6 --- /dev/null +++ b/changelog.d/6334.feature @@ -0,0 +1 @@ +Limit the length of data returned by url previews, to prevent DoS attacks. |