mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 01:55:24 -04:00
Add Synapse-Trace-Id to access-control-expose-headers header (#14974)
This commit is contained in:
parent
63e25010d6
commit
5ab7146e19
3 changed files with 9 additions and 0 deletions
|
@ -266,6 +266,10 @@ class OptionsResourceTests(unittest.TestCase):
|
|||
[b"X-Requested-With, Content-Type, Authorization, Date"],
|
||||
"has correct CORS Headers header",
|
||||
)
|
||||
self.assertEqual(
|
||||
channel.headers.getRawHeaders(b"Access-Control-Expose-Headers"),
|
||||
[b"Synapse-Trace-Id"],
|
||||
)
|
||||
|
||||
def _check_cors_msc3886_headers(self, channel: FakeChannel) -> None:
|
||||
# Ensure the correct CORS headers have been added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue