summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-22 17:42:39 +0100
committerGitHub <noreply@github.com>2020-05-22 17:42:39 +0100
commit2901f54359bba1ccbe2aac52fd9ff255aa6072b7 (patch)
tree3dc677dde57f69137552a5981abd7859270e55b0 /changelog.d
parentAdd option to move event persistence off master (#7517) (diff)
downloadsynapse-2901f54359bba1ccbe2aac52fd9ff255aa6072b7.tar.xz
Fix missing CORS headers on OPTION responses (#7560)
Broke in #7534.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7560.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7560.misc b/changelog.d/7560.misc
new file mode 100644
index 0000000000..9088fb65b8
--- /dev/null
+++ b/changelog.d/7560.misc
@@ -0,0 +1 @@
+All endpoints now respond with a 200 OK for `OPTIONS` requests.
\ No newline at end of file