We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034648c commit 5fa67f1Copy full SHA for 5fa67f1
Doc/library/http.cookies.rst
@@ -152,8 +152,8 @@ Morsel Objects
152
cross-site requests. This helps to mitigate CSRF attacks. Valid values are
153
"Strict" (never sent with cross-site requests), "Lax" (sent with top-level
154
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>`_.
+ attribute must also be set, as required by modern browsers.
+
157
158
The attribute :attr:`partitioned` indicates to user agents that these
159
cross-site cookies *should* only be available in the same top-level context
0 commit comments