Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Forum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Project Forum
Project Forum
Merge requests
!911
Resolve "Set session cookie to secure and samesite strict"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Resolve "Set session cookie to secure and samesite strict"
547-session-cookie
into
development
Overview
0
Commits
2
Pipelines
0
Changes
5
Closed
Resolve "Set session cookie to secure and samesite strict"
Martin Mladenov
requested to merge
547-session-cookie
into
development
Nov 10, 2022
Overview
0
Commits
2
Pipelines
0
Changes
5
The cookie was already set as secure in production.
Closes #547
Edited
Nov 10, 2022
by
Martin Mladenov
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
c4741887
2 commits,
Nov 10, 2022
5 files
+
13
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
config/environments/development.rb
+
3
−
0
View file @ c4741887
Show full file
@@ -30,6 +30,9 @@ Rails.application.configure do
config
.
cache_store
=
:null_store
end
# Use SameSite=Strict for cookies
config
.
action_dispatch
.
cookies_same_site_protection
=
:strict
# Store uploaded files on the local file system (see config/storage.yml for options).
config
.
active_storage
.
service
=
:local
Loading