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

Fix cookie domain for development

parent 766be33a
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ FILE_PATH_PREFIX = "https://video.fsmpi.rwth-aachen.de/files/" ...@@ -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' # While the frontend and api are on different subdomains, that still counts as 'same-site'
COOKIES_SAMESITE = "strict" COOKIES_SAMESITE = "strict"
COOKIES_SECURE = False COOKIES_SECURE = False
COOKIES_DOMAIN = ".video.fsmpi.rwth-aachen.de" COOKIES_DOMAIN = ""
# These are flask's options for the session cookie # These are flask's options for the session cookie
SESSION_COOKIE_SAMESITE = COOKIES_SAMESITE 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