Skip to content
Snippets Groups Projects
Commit 1ff419d3 authored by Krombel's avatar Krombel
Browse files

allow Authorization header which handling got implemented in #1098

parent 052c5d19
No related branches found
No related tags found
No related merge requests found
...@@ -412,7 +412,7 @@ def set_cors_headers(request): ...@@ -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"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment