Commit f8cce6d8 by aagusti

allow-origin

1 parent e48b2697
......@@ -101,7 +101,7 @@ def add_cors_headers_response_callback(event):
})
log.info(f"{origin} {request.is_xhr}")
response.headers.update(
{'Access-Control-Allow-Credential': True,
{'Access-Control-Allow-Credential': 'true',
'Access-Control-Allow-Origin': "*"}
)
if origin:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!