diff options
author | David Robertson <davidr@element.io> | 2022-10-26 14:00:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 14:00:01 +0100 |
commit | 04fd6221de026a74e8a3e896796d39dcf5ac6e3b (patch) | |
tree | 2ed582731aeec1ca4cc7dfb77a8e6cb62639da4d /changelog.d/14301.bugfix | |
parent | 1.70.0 (diff) | |
download | synapse-04fd6221de026a74e8a3e896796d39dcf5ac6e3b.tar.xz |
Fix incorrectly sending authentication tokens to application service as headers (#14301)
Diffstat (limited to 'changelog.d/14301.bugfix')
-rw-r--r-- | changelog.d/14301.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14301.bugfix b/changelog.d/14301.bugfix new file mode 100644 index 0000000000..668c1f3b9c --- /dev/null +++ b/changelog.d/14301.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.70.0rc1 where access tokens would be incorrectly sent to application services as headers. Application services which were obtaining access tokens from query parameters were not affected. |