diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-05 17:08:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 17:08:59 +0000 |
commit | 02f99906f2d61771fa52aed719c518c6bb128f95 (patch) | |
tree | c0445991317e3dc26def157bfeb70d76d1b830c5 /changelog.d | |
parent | Improve documentation for EventContext fields (#6319) (diff) | |
parent | Merge branch 'develop' into rav/url_preview_limit_title (diff) | |
download | synapse-02f99906f2d61771fa52aed719c518c6bb128f95.tar.xz |
Merge pull request #6331 from matrix-org/rav/url_preview_limit_title
Strip overlong OpenGraph data from url preview
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6331.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6331.feature b/changelog.d/6331.feature new file mode 100644 index 0000000000..eaf69ef3f6 --- /dev/null +++ b/changelog.d/6331.feature @@ -0,0 +1 @@ +Limit the length of data returned by url previews, to prevent DoS attacks. |