summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 19:25:32 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 19:25:32 +0000
commit6e290f33e24a9302f8c9fa331c23773c135a30d3 (patch)
treefb535389a6d3f80941502ef5f6a0841228a25ad1 /changelog.d
parentImprove documentation for EventContext fields (#6319) (diff)
parentMerge pull request #6331 from matrix-org/rav/url_preview_limit_title (diff)
downloadsynapse-6e290f33e24a9302f8c9fa331c23773c135a30d3.tar.xz
Merge pull request #6331 from matrix-org/rav/url_preview_limit_title
* commit '02f99906f':
  Apply suggestions from code review
  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.