Skip to content

Commit

Permalink
allow Authorization header which handling got implemented in matrix-o…
Browse files Browse the repository at this point in the history
…rg#1098

Signed-off-by: Matthias Kesler <[email protected]>
  • Loading branch information
krombel committed Jun 16, 2017
1 parent 052c5d1 commit 1ff419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/http/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit 1ff419d

Please sign in to comment.