diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-18 16:38:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 16:38:11 +0000 |
commit | d08bac413672ed485774e1532c3900fb23d42c41 (patch) | |
tree | 2f9cb096347bf9d5badf017302004dba564e0f0d /changelog.d | |
parent | Merge pull request #4667 from matrix-org/erikj/fix_revoke_guest_access_workers (diff) | |
parent | Fixup (diff) | |
download | synapse-d08bac413672ed485774e1532c3900fb23d42c41.tar.xz |
Merge pull request #4651 from matrix-org/matthew/well-known-cors
set CORS on .well-known URI to unbreak modular
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4651.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4651.bugfix b/changelog.d/4651.bugfix new file mode 100644 index 0000000000..15cb1e58c4 --- /dev/null +++ b/changelog.d/4651.bugfix @@ -0,0 +1 @@ +Set CORS headers on .well-known requests |