Skip to content
Snippets Groups Projects

Rollout to production

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading