Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 27, 2025

Note

This requires first #137140 to land.

The "SameSite" attribute defined in RFC 6265bis 1 allows the "Strict", "Lax" and "None"
enforcement modes. We already documented "Strict" and "Lax" as being valid values
but "None" was missing from the list. While the RFC has not been formally approved,
modern browsers support the "None" value [2, 3] thereby making sense to document it.


(cherry picked from commit ae8b7d7)

Co-authored-by: Iqra Khan [email protected]
Co-authored-by: Bénédikt Tran [email protected]


📚 Documentation preview 📚: https://cpython-previews--137141.org.readthedocs.build/

…bis (pythonGH-137040)

The "SameSite" attribute defined in RFC 6265bis [1] allows the "Strict", "Lax" and "None"
enforcement modes. We already documented "Strict" and "Lax" as being valid values
but "None" was missing from the list. While the RFC has not been formally approved,
modern browsers support the "None" value [2, 3] thereby making sense to document it.

[1]: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis
[2]: https://developers.google.com/search/blog/2020/01/get-ready-for-new-samesitenone-secure
[3]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#none

---------
(cherry picked from commit ae8b7d7)

Co-authored-by: Iqra Khan <[email protected]>
Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app bedevere-app bot added awaiting review docs Documentation in the Doc dir skip news labels Jul 27, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Jul 27, 2025
@picnixz picnixz merged commit 97f5fdf into python:3.13 Jul 27, 2025
28 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jul 27, 2025
@picnixz
Copy link
Member

picnixz commented Jul 27, 2025

I'll merge the 3.13 backport and assign Hugo for the 3.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants