Skip to content
Snippets Groups Projects
Commit 0a9315bb authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #2285 from krombel/allow_authorization_header

allow Authorization header
parents 052c5d19 1ff419d3
No related branches found
No related tags found
No related merge requests found
......@@ -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"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment