1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-10-07 20:51:46 +02:00
parent d859e283f6
commit cd44cb150d

View file

@ -369,7 +369,7 @@ def ses_identify():
"id": fl_session.get("user_id")
})
response.headers["Access-Control-Allow-Origin"] = "http://lvh.me:1234"
response.headers["Access-Control-Allow-Credentials"] = True
response.headers["Access-Control-Allow-Credentials"] = "true"
return response