Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
videoag
backend_api
Merge requests
!3
Rollout to production
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Rollout to production
master
into
live_production
Overview
0
Commits
5
Pipelines
1
Changes
1
Merged
Rollout to production
Simon Künzel
requested to merge
master
into
live_production
Jun 14, 2024
Overview
0
Commits
5
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
84ed966f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
84ed966f
Fix cookie domain for development
· 84ed966f
Simon Künzel
authored
Jun 14, 2024
config/api_example_config.py
+
1
−
1
View file @ 84ed966f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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