Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
0bf7cc13
Unverified
Commit
0bf7cc13
authored
3 years ago
by
Tim McCormack
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: Small clarification to CookieName Change middleware instructions (#28804)
parent
aba4a3f3
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openedx/core/djangoapps/cookie_metadata/middleware.py
+3
-3
3 additions, 3 deletions
openedx/core/djangoapps/cookie_metadata/middleware.py
with
3 additions
and
3 deletions
openedx/core/djangoapps/cookie_metadata/middleware.py
+
3
−
3
View file @
0bf7cc13
...
...
@@ -41,9 +41,9 @@ class CookieNameChange:
alternate: new
SOME_COOKIE_NAME: old
3.
Change the current name, both in the main cookie setting and in
the
name-change dictionary, now that all servers are capable of reading
either name::
3.
Swap the new and old cookie names in all three places they occur (
the
main setting and the two dictionary elements), now that all servers
are capable of reading
either name::
COOKIE_NAME_CHANGE_ACTIVATE: True
COOKIE_NAME_CHANGE_EXPAND_INFO:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment