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:38 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 19:25:38 +0000
commit699d6fc2f63dc7d12bf8962b3d2773e05c5679ff (patch)
tree068dadaa08c34c323dad4f642172a17fb3e351ab /changelog.d
parentMerge pull request #6331 from matrix-org/rav/url_preview_limit_title (diff)
parentMerge pull request #6334 from matrix-org/rav/url_preview_limit_title_2 (diff)
downloadsynapse-699d6fc2f63dc7d12bf8962b3d2773e05c5679ff.tar.xz
Merge pull request #6334 from matrix-org/rav/url_preview_limit_title_2
* commit '5570d1c93':
  Fix exception when OpenGraph tag values are ints
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6334.feature1
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.