-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure session-cookies and CSRF-cookies use HttpOnly, Secure and SameSite options #45
Labels
Comments
alextreme
added
enhancement
New feature or request
triage
Triage means the team has not yet refined this issue.
labels
Jul 11, 2024
Coperh
added a commit
that referenced
this issue
Jul 16, 2024
joeribekker
added
owner: amsterdam
and removed
triage
Triage means the team has not yet refined this issue.
labels
Jul 23, 2024
Coperh
added a commit
that referenced
this issue
Aug 13, 2024
Coperh
added a commit
that referenced
this issue
Aug 13, 2024
Coperh
added a commit
that referenced
this issue
Aug 13, 2024
🔧[#45] add session and CSRF samesite option
github-project-automation
bot
moved this from Implemented
to Done
in Data en API fundament
Aug 13, 2024
github-project-automation
bot
moved this from Done
to In Progress
in Data en API fundament
Aug 13, 2024
@Coperh was setting of CSRF_COOKIE_HTTPONLY taken into account for this issue? I don't see it in the PR |
Coperh
added a commit
that referenced
this issue
Aug 20, 2024
Coperh
added a commit
that referenced
this issue
Aug 20, 2024
🔧[#45] add CSRF_COOKIE_HTTPONLY setting
github-project-automation
bot
moved this from Implemented
to Done
in Data en API fundament
Aug 20, 2024
Added in:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thema / Theme
Other
Omschrijving / Description
Taiga AMS 19
Ensure the Django sessioncookie and CSRF cookies use HttpOnly, Secure and SameSite options.
In order to do so, see how OpenForms does this: https://github.com/open-formulieren/open-forms/blob/a4bb6c3167f62ff173f74acbd029b8e0c2fddf10/src/openforms/conf/base.py#L523
After adding this to OAf please bump and release OZ+ON+Obj+OT
Toegevoegde waarde / Added value
No response
Aanvullende opmerkingen / Additional context
No response
The text was updated successfully, but these errors were encountered: