Skip to content

Commit 5fa67f1

Browse files
committed
Doc: Remove reference to RFC6265bis from SameSite=None note
1 parent 034648c commit 5fa67f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/http.cookies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Morsel Objects
152152
cross-site requests. This helps to mitigate CSRF attacks. Valid values are
153153
"Strict" (never sent with cross-site requests), "Lax" (sent with top-level
154154
navigation), and "None" (always sent). When using "None", the "secure"
155-
attribute must also be set, as required by modern browsers per
156-
`RFC6265bis <https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis>`_.
155+
attribute must also be set, as required by modern browsers.
156+
157157

158158
The attribute :attr:`partitioned` indicates to user agents that these
159159
cross-site cookies *should* only be available in the same top-level context

0 commit comments

Comments
 (0)