diff options
author | Will Hunt <will@half-shot.uk> | 2018-12-10 15:24:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-10 15:24:03 +0000 |
commit | 989f1167af7a393f3bc663914bbca571296028e9 (patch) | |
tree | a24bf1da6198fbdb87ea0893ee2569ca087c494a /changelog.d | |
parent | Merge pull request #4283 from matrix-org/erikj/isort_df (diff) | |
parent | Move imports to one line (diff) | |
download | synapse-989f1167af7a393f3bc663914bbca571296028e9.tar.xz |
Merge pull request #4279 from matrix-org/hs/fix-config-cors
Make /config more CORS-y
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4279.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4279.bugfix b/changelog.d/4279.bugfix new file mode 100644 index 0000000000..12de4f44c4 --- /dev/null +++ b/changelog.d/4279.bugfix @@ -0,0 +1 @@ +Send CORS headers for /media/config |