summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-11-05 17:08:59 +0000
committerGitHub <noreply@github.com>2019-11-05 17:08:59 +0000
commit02f99906f2d61771fa52aed719c518c6bb128f95 (patch)
treec0445991317e3dc26def157bfeb70d76d1b830c5 /changelog.d
parentImprove documentation for EventContext fields (#6319) (diff)
parentMerge branch 'develop' into rav/url_preview_limit_title (diff)
downloadsynapse-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.feature1
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.