diff options
author | Nicolas Chamo <nicolas@chamo.com.ar> | 2020-12-01 10:24:56 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 13:24:56 +0000 |
commit | 3f0cba657ceb6e5286f52b06a74e969e4af9a146 (patch) | |
tree | bedff5ec76175fd1759672653a56cbcc1efb1f94 /changelog.d | |
parent | Don't offer password login when it is disabled (#8835) (diff) | |
download | synapse-3f0cba657ceb6e5286f52b06a74e969e4af9a146.tar.xz |
Allow Date header through CORS (#8804)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8804.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8804.feature b/changelog.d/8804.feature new file mode 100644 index 0000000000..a907c8106c --- /dev/null +++ b/changelog.d/8804.feature @@ -0,0 +1 @@ +Allow Date header through CORS. Contributed by Nicolas Chamo. |