mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 03:44:24 -05:00
allow Authorization header which handling got implemented in #1098
Signed-off-by: Matthias Kesler <krombel@krombel.de>
This commit is contained in:
parent
052c5d19d5
commit
1ff419d343
@ -412,7 +412,7 @@ def set_cors_headers(request):
|
|||||||
)
|
)
|
||||||
request.setHeader(
|
request.setHeader(
|
||||||
"Access-Control-Allow-Headers",
|
"Access-Control-Allow-Headers",
|
||||||
"Origin, X-Requested-With, Content-Type, Accept"
|
"Origin, X-Requested-With, Content-Type, Accept, Authorization"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user