Skip to content
Snippets Groups Projects
Commit 84ed966f authored by Simon Künzel's avatar Simon Künzel
Browse files

Fix cookie domain for development

parent baeb3748
No related branches found
No related tags found
1 merge request!3Rollout to production
Pipeline #6029 passed
......@@ -12,7 +12,7 @@ FILE_PATH_PREFIX = "https://video.fsmpi.rwth-aachen.de/files/"
# While the frontend and api are on different subdomains, that still counts as 'same-site'
COOKIES_SAMESITE = "strict"
COOKIES_SECURE = False
COOKIES_DOMAIN = ".video.fsmpi.rwth-aachen.de"
COOKIES_DOMAIN = ""
# These are flask's options for the session cookie
SESSION_COOKIE_SAMESITE = COOKIES_SAMESITE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment