mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2026-01-08 18:00:55 -05:00
Merge pull request #2285 from krombel/allow_authorization_header
allow Authorization header
This commit is contained in:
commit
0a9315bbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ def set_cors_headers(request):
|
|||
)
|
||||
request.setHeader(
|
||||
"Access-Control-Allow-Headers",
|
||||
"Origin, X-Requested-With, Content-Type, Accept"
|
||||
"Origin, X-Requested-With, Content-Type, Accept, Authorization"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue